Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/test/ipc/server/
H A Dipc_test_server.c126 ServerInvokeCmd g_serverInvokeCmdTbl[] = { variable
135 int tblSize = sizeof(g_serverInvokeCmdTbl) / sizeof(ServerInvokeCmd); in Invoke()
137 if (funcId == g_serverInvokeCmdTbl[i].id) { in Invoke()
138 return g_serverInvokeCmdTbl[i].func(req, reply); in Invoke()
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_stub.c178 const ServerInvokeCmd g_serverInvokeCmdTbl[] = { variable
219 int tblSize = sizeof(g_serverInvokeCmdTbl) / sizeof(ServerInvokeCmd); in Invoke()
221 if (funcId == g_serverInvokeCmdTbl[i].id) { in Invoke()
222 return g_serverInvokeCmdTbl[i].func(req, reply); in Invoke()