Searched refs:funcId (Results 1 – 4 of 4) sorted by relevance
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
D | LiteIPCClientTest.cpp | 135 int funcId = 0; variable 136 int result = remoteApi->Invoke(remoteApi, funcId, &request, data2, CurrentCallback); 153 int funcId = 0; variable 154 int result = remoteApi->Invoke(remoteApi, funcId, nullptr, data2, CurrentCallback); 177 int funcId = 0; variable 178 int result = remoteApi->Invoke(remoteApi, funcId, &request, nullptr, nullptr); 202 int funcId = 0; variable 203 int result = remoteApi->Invoke(remoteApi, funcId, &request, data2, CurrentCallback);
|
D | LiteIPCServiceTest.cpp | 76 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument 79 pthread_self(), iProxy, funcId, origin, req, reply); in Invoke() 90 if (funcId == 0) { in Invoke()
|
D | LiteIPCFeatureTest.cpp | 88 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply); 129 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument 132 pthread_self(), iProxy, funcId, origin, req, reply); in Invoke()
|
/test/xts/device_attest_lite/framework/small/src/service/ |
D | attest_framework_feature.c | 46 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply); 149 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument 157 switch (funcId) { in Invoke()
|