Searched refs:Invoke (Results 1 - 5 of 5) sorted by relevance
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
H A D | LiteIPCServiceTest.cpp | 76 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 D | LiteIPCClientTest.cpp | 136 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 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 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 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/ |
H A D | attest_framework_client_proxy.c | 139 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