Home
last modified time | relevance | path

Searched refs:Invoke (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DLiteIPCServiceTest.cpp76 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() function
103 .Invoke = Invoke,
116 .Invoke = Invoke,
DLiteIPCClientTest.cpp136 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);
DLiteIPCFeatureTest.cpp88 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/
Dattest_framework_feature.c46 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/
Dattest_framework_client_proxy.c139 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()