Home
last modified time | relevance | path

Searched refs:g_softBusIpcClientCmdTbl (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_client_stub.c48 static struct SoftBusIpcClientCmd g_softBusIpcClientCmdTbl[] = { variable
75 unsigned int num = sizeof(g_softBusIpcClientCmdTbl) / sizeof(struct SoftBusIpcClientCmd); in ClientIpcInterfaceMsgHandle()
77 if (code == g_softBusIpcClientCmdTbl[i].code) { in ClientIpcInterfaceMsgHandle()
78 return g_softBusIpcClientCmdTbl[i].func(data, reply); in ClientIpcInterfaceMsgHandle()

Completed in 1 milliseconds