Home
last modified time | relevance | path

Searched refs:all_bitmap (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_server.c273 context->all_bitmap &= ~bit; in WFS_CallServerDisconnectHook()
293 context->ack_bitmap &= context->all_bitmap; in WFS_CallServerPacketSendHook()
294 context->sync_bitmap &= context->all_bitmap; in WFS_CallServerPacketSendHook()
295 context->busy_bitmap &= context->all_bitmap; in WFS_CallServerPacketSendHook()
296 context->deny_bitmap &= context->all_bitmap; in WFS_CallServerPacketSendHook()
418 context->all_bitmap |= (1 << aid); in WFS_CallServerPacketRecvHook()
453 context->all_bitmap = 1; in WFS_InitServer()
/TwlSDK-5.1.0/include/nitro/wfs/
Dserver.h82 int all_bitmap; /* Connecting */ member
212 return context->all_bitmap; in WFS_GetServerConnectedBitmap()