Home
last modified time | relevance | path

Searched refs:WBT_CancelCommand (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/libraries/wbt/common/src/
Dwbt_api.c467 return (WBT_CancelCommand(wbti_command_work, cancel_target) != 0); in WBT_CancelCurrentCommand()
Dwbt_context.c1422 int WBT_CancelCommand(WBTContext * work, int bitmap) in WBT_CancelCommand() function
/TwlSDK-5.1.0/include/nitro/wbt/
Dcontext.h759 int WBT_CancelCommand(WBTContext * work, int bitmap);
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_server.c274 (void)WBT_CancelCommand(context->wbt, bit); in WFS_CallServerDisconnectHook()