Searched refs:Invoke (Results 1 – 5 of 5) sorted by relevance
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
D | LiteIPCServiceTest.cpp | 76 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() function 103 .Invoke = Invoke, 116 .Invoke = Invoke,
|
D | LiteIPCClientTest.cpp | 136 int result = remoteApi->Invoke(remoteApi, funcId, &request, data2, CurrentCallback); 154 int result = remoteApi->Invoke(remoteApi, funcId, nullptr, data2, CurrentCallback); 178 int result = remoteApi->Invoke(remoteApi, funcId, &request, nullptr, nullptr); 203 int result = remoteApi->Invoke(remoteApi, funcId, &request, data2, CurrentCallback);
|
D | LiteIPCFeatureTest.cpp | 88 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply); 97 .Invoke = Invoke, 129 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() function
|
/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); 55 .Invoke = Invoke, 149 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() function
|
/test/xts/device_attest_lite/framework/small/src/client/ |
D | attest_framework_client_proxy.c | 139 int32_t ret = proxy->Invoke((IClientProxy *)proxy, ATTEST_FRAMEWORK_MSG_PROC, NULL, NULL, NULL); in StartProc() 156 int32_t ret = proxy->Invoke((IClientProxy *)proxy, ATTEST_FRAMEWORK_MSG_QUERY, NULL, in QueryStatus() 190 entry->iUnknown.Invoke = NULL; in CreateClient()
|