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/
H A DLiteIPCServiceTest.cpp76 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() function
78 printf("[hcpptest][TID:0x%lx]Service Remote Invoke is called! <%p, %d, %p, %p, %p>", in Invoke()
103 .Invoke = Invoke,
116 .Invoke = Invoke,
H A DLiteIPCClientTest.cpp136 int result = remoteApi->Invoke(remoteApi, funcId, &request, data2, CurrentCallback); in HWTEST_F()
154 int result = remoteApi->Invoke(remoteApi, funcId, nullptr, data2, CurrentCallback); in HWTEST_F()
178 int result = remoteApi->Invoke(remoteApi, funcId, &request, nullptr, nullptr); in HWTEST_F()
203 int result = remoteApi->Invoke(remoteApi, funcId, &request, data2, CurrentCallback); in HWTEST_F()
H A 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
131 printf("[hcpptest][TID:0x%lx]Feature Remote Invoke is called! <%p, %d, %p, %p, %p>", in Invoke()
/test/xts/device_attest_lite/framework/small/src/service/
H A 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/
H A Dattest_framework_client_proxy.c139 int32_t ret = proxy->Invoke((IClientProxy *)proxy, ATTEST_FRAMEWORK_MSG_PROC, NULL, NULL, NULL); in StartProc()
141 HILOGE("[StartProc] Invoke failed."); in StartProc()
156 int32_t ret = proxy->Invoke((IClientProxy *)proxy, ATTEST_FRAMEWORK_MSG_QUERY, NULL, in QueryStatus()
159 HILOGE("[QueryStatus] Invoke failed."); in QueryStatus()
190 entry->iUnknown.Invoke = NULL; in CreateClient()

Completed in 3 milliseconds