Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1197 static MsgHandlerCommand g_commands[] = { variable
1219 size_t commandSize = sizeof(g_commands) / sizeof(g_commands[0]); in BrManagerMsgHandler()
1221 if (g_commands[i].cmd == msg->what) { in BrManagerMsgHandler()
1222 g_commands[i].func(msg); in BrManagerMsgHandler()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1657 static MsgHandlerCommand g_commands[] = { variable
1681 size_t commandSize = sizeof(g_commands) / sizeof(g_commands[0]); in BleManagerMsgHandler()
1683 if (g_commands[i].cmd == msg->what) { in BleManagerMsgHandler()
1684 g_commands[i].func(msg); in BleManagerMsgHandler()