/foundation/aafwk/standard/services/abilitymgr/test/unittest/phone/ability_scheduler_proxy_test/ |
D | ability_scheduler_proxy_test.cpp | 91 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeSendRequest)); 112 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeErrorSendRequest)); 133 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeSendRequest)); 153 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeErrorSendRequest)); 173 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeSendRequest)); 193 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeErrorSendRequest)); 213 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeSendRequest)); 233 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeErrorSendRequest)); 253 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeSendRequest)); 273 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeErrorSendRequest)); [all …]
|
/foundation/ai/engine/services/client/communication_adapter/source/ |
D | sa_client_proxy.cpp | 148 if (proxy.Invoke == nullptr) { in InitSaEngine() 152 proxy.Invoke(&proxy, ID_INIT_ENGINE, &request, &owner, Callback); in InitSaEngine() 168 if (proxy.Invoke == nullptr) { in DestroyEngineProxy() 172 proxy.Invoke(&proxy, ID_DESTROY_ENGINE, &request, &owner, Callback); in DestroyEngineProxy() 208 if (proxy.Invoke == nullptr) { in SyncExecAlgorithmProxy() 212 proxy.Invoke(&proxy, ID_SYNC_EXECUTE_ALGORITHM, &request, &owner, CallbackBuff); in SyncExecAlgorithmProxy() 236 if (proxy.Invoke == nullptr) { in AsyncExecuteAlgorithmProxy() 240 proxy.Invoke(&proxy, ID_ASYNC_EXECUTE_ALGORITHM, &request, &owner, Callback); in AsyncExecuteAlgorithmProxy() 261 if (proxy.Invoke == nullptr) { in LoadAlgorithmProxy() 265 proxy.Invoke(&proxy, ID_LOAD_ALGORITHM, &request, &owner, CallbackBuff); in LoadAlgorithmProxy() [all …]
|
/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/ |
D | recorder_client.cpp | 117 int32_t ret = proxy_->Invoke(proxy_, REC_FUNC_CONNECT, nullptr, ¶, SimpleCallback); in RecorderImpl() 148 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_DISCONNECT, &io, ¶, DisConnectCallback); in ~RecorderImpl() 180 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_VIDEOSOURCE, &io, ¶, SetSourceCallback); in SetVideoSource() 198 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_VIDEOENCODER, &io, ¶, SimpleCallback); in SetVideoEncoder() 215 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_VIDEOSIZE, &io, ¶, SimpleCallback); in SetVideoSize() 230 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_VIDEOFRAMERATE, &io, ¶, SimpleCallback); in SetVideoFrameRate() 245 …uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_VIDEOENCODINGBITRATE, &io, ¶, SimpleCallbac… in SetVideoEncodingBitRate() 260 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_CAPTURERATE, &io, ¶, SimpleCallback); in SetCaptureRate() 289 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_GET_SURFACE, &io, &surface, GetSurfaceCallback); in GetSurface() 304 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_AUDIOSOURCE, &io, ¶, SetSourceCallback); in SetAudioSource() [all …]
|
/foundation/graphic/wms/frameworks/wms/ |
D | lite_win_requestor.cpp | 80 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_GetSurface, &io, ¶, Callback); in GetSurface() 95 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_Show, &io, NULL, NULL); in Show() 108 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_Hide, &io, NULL, NULL); in Hide() 121 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_RaiseToTop, &io, NULL, NULL); in RaiseToTop() 134 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_LowerToBottom, &io, NULL, NULL); in LowerToBottom() 149 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_MoveTo, &io, NULL, NULL); in MoveTo() 164 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_Resize, &io, NULL, Callback); in Resize() 177 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_Update, &io, NULL, NULL); in Update()
|
D | lite_wm_requestor.cpp | 107 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_ClientRegister, &io, NULL, Callback); in ClientRegister() 122 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_GetLayerInfo, &io, ¶, Callback); in GetLayerInfo() 139 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_CreateWindow, &io, ¶, Callback); in CreateWindow() 154 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_RemoveWindow, &io, NULL, Callback); in RemoveWindow() 169 (void)proxy_->Invoke(proxy_, LiteWMS_GetEventData, &io, ¶, Callback); in GetEventData() 241 ret = proxy_->Invoke(proxy_, LiteWMS_Screenshot, &io, ¶, Callback); in Screenshot()
|
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/src/ |
D | bundle_daemon_client.cpp | 206 … while (bdsClient_->Invoke(bdsClient_, REGISTER_CALLBACK, &request, this, Notify) != EC_SUCCESS) { in RegisterCallback() 208 …while (bdsClient_->Invoke(bdsClient_, REGISTER_CALLBACK, &request, nullptr, nullptr) != EC_SUCCESS… in RegisterCallback() 244 return WaitResultSync(bdsClient_->Invoke(bdsClient_, funcId, &request, this, Notify)); in RegisterCallback() 246 return WaitResultSync(bdsClient_->Invoke(bdsClient_, funcId, &request, nullptr, nullptr)); in RegisterCallback() 283 …return WaitResultSync(bdsClient_->Invoke(bdsClient_, CREATE_PERMISSION_DIR, nullptr, this, Notify)… in RegisterCallback() 285 …return WaitResultSync(bdsClient_->Invoke(bdsClient_, CREATE_PERMISSION_DIR, nullptr, nullptr, null… in RegisterCallback() 308 …return WaitResultSync(bdsClient_->Invoke(bdsClient_, CREATE_DATA_DIRECTORY, &request, this, Notify… in RegisterCallback() 310 …return WaitResultSync(bdsClient_->Invoke(bdsClient_, CREATE_DATA_DIRECTORY, &request, nullptr, nul… in RegisterCallback() 342 …return WaitResultSync(bdsClient_->Invoke(bdsClient_, STORE_CONTENT_TO_FILE, &request, this, Notify… in RegisterCallback() 344 …return WaitResultSync(bdsClient_->Invoke(bdsClient_, STORE_CONTENT_TO_FILE, &request, nullptr, nul… in RegisterCallback() [all …]
|
/foundation/aafwk/standard/services/abilitymgr/test/unittest/phone/ability_manager_proxy_test/ |
D | ability_manager_proxy_test.cpp | 71 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeSendRequest)); 96 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeSendRequest)); 116 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeErrorSendRequest)); 136 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeSendRequest)); 157 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeErrorSendRequest)); 178 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeSendRequest)); 203 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeErrorSendRequest)); 225 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeSendRequest)); 245 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeErrorSendRequest)); 265 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeSendRequest)); [all …]
|
/foundation/multimedia/media_lite/frameworks/player_lite/binder/ |
D | player_client.cpp | 251 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_SET_SOURCE, &io, ¶, Callback); in SetSource() 267 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_PREPARE, &io, ¶, Callback); in Prepare() 283 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_PLAY, &io, ¶, Callback); in Play() 299 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_IS_PLAYING, &io, ¶, Callback); in IsPlaying() 315 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_PAUSE, &io, ¶, Callback); in Pause() 331 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_STOP, &io, ¶, Callback); in Stop() 348 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_REWIND, &io, ¶, Callback); in Rewind() 366 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_SET_VOLUME, &io, ¶, Callback); in SetVolume() 394 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_SET_VIDEO_SURFACE, &io, ¶, Callback); in SetSurface() 411 … uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_ENABLE_SINGLE_LOOPING, &io, ¶, Callback); in SetLoop() [all …]
|
/foundation/multimedia/audio_lite/frameworks/binder/ |
D | audio_capturer_client.cpp | 138 int32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_CONNECT, nullptr, ¶, ProxyCallbackFunc); in AudioCapturerClient() 152 ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_SET_SURFACE, &io, ¶, ProxyCallbackFunc); in AudioCapturerClient() 179 uint32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_DISCONNECT, &io, ¶, ProxyCallbackFunc); in ~AudioCapturerClient() 202 …uint32_t ret = client->proxy_->Invoke(client->proxy_, AUD_CAP_FUNC_GET_MIN_FRAME_COUNT, &io, ¶, in GetMinFrameCount() 218 …uint32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_GET_FRAME_COUNT, &io, ¶, ProxyCallbackFunc); in GetFrameCount() 233 uint32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_GET_STATUS, &io, ¶, ProxyCallbackFunc); in GetStatus() 255 int32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_SET_INFO, &io, ¶, ProxyCallbackFunc); in SetCapturerInfo() 269 int32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_GET_INFO, &io, ¶, ProxyCallbackFunc); in GetCapturerInfo() 283 int32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_START, &io, ¶, ProxyCallbackFunc); in Start() 298 int32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_STOP, &io, ¶, ProxyCallbackFunc); in Stop() [all …]
|
/foundation/aafwk/standard/services/test/moduletest/ipc_ability_scheduler_test/ |
D | ipc_ability_scheduler_module_test.cpp | 39 using testing::Invoke; 94 EXPECT_CALL(*stub, ScheduleAbilityTransaction(_, _)).Times(1).WillOnce(Invoke(stubHandler)); 140 EXPECT_CALL(*stub, SendResult(_, _, _)).Times(1).WillOnce(Invoke(stubHandler)); 180 EXPECT_CALL(*stub, ScheduleConnectAbility(_)).Times(1).WillOnce(Invoke(stubHandler)); 216 EXPECT_CALL(*stub, ScheduleDisconnectAbility(_)).Times(1).WillOnce(Invoke(stubHandler)); 246 EXPECT_CALL(*stub, ScheduleSaveAbilityState()).Times(1).WillOnce(Invoke(mockHandler)); 278 EXPECT_CALL(*stub, ScheduleRestoreAbilityState(_)).Times(1).WillOnce(Invoke(mockHandler)); 318 EXPECT_CALL(*stub, GetFileTypes(_, _)).Times(1).WillOnce(Invoke(mockHandler)); 358 EXPECT_CALL(*stub, OpenFile(_, _)).Times(1).WillOnce(Invoke(mockHandler)); 396 EXPECT_CALL(*stub, Insert(_, _)).Times(1).WillOnce(Invoke(mockHandler)); [all …]
|
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
D | storage_daemon_proxy_test.cpp | 60 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageDaemonServiceMock::InvokeSendRequest)); 81 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageDaemonServiceMock::InvokeSendRequest)); 102 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageDaemonServiceMock::InvokeSendRequest)); 123 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageDaemonServiceMock::InvokeSendRequest)); 144 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageDaemonServiceMock::InvokeSendRequest));
|
/foundation/aafwk/standard/frameworks/kits/ability/native/test/unittest/ |
D | data_ability_helper_test.cpp | 88 .WillOnce(testing::Invoke(returnGetFileTypes)); 121 .WillOnce(testing::Invoke(returnGetFileTypes)); 151 .WillOnce(testing::Invoke(returnOpenFile)); 181 .WillOnce(testing::Invoke(returnOpenFile)); 212 .WillOnce(testing::Invoke(returnInsert)); 243 .WillOnce(testing::Invoke(returnInsert)); 275 .WillOnce(testing::Invoke(returnUpdate)); 307 .WillOnce(testing::Invoke(returnUpdate)); 337 .WillOnce(testing::Invoke(returnDelete)); 367 .WillOnce(testing::Invoke(returnDelete)); [all …]
|
/foundation/aafwk/standard/services/test/moduletest/common/ams/app_mgr_service_test/ |
D | ams_app_mgr_service_module_test.cpp | 32 using testing::Invoke; 186 …EXPECT_CALL(*mockAppMgrServiceInner_, ApplicationForegrounded(_)).Times(1).WillOnce(Invoke(mockHan… 220 …EXPECT_CALL(*mockAppMgrServiceInner_, ApplicationBackgrounded(_)).Times(1).WillOnce(Invoke(mockHan… 254 …EXPECT_CALL(*mockAppMgrServiceInner_, ApplicationTerminated(_)).Times(1).WillOnce(Invoke(mockHandl… 288 …EXPECT_CALL(*mockAppMgrServiceInner_, AbilityTerminated(_)).Times(1).WillOnce(Invoke(mockHandler)); 322 …(*mockAppMgrServiceInner_, ClearUpApplicationData(_, _, _)).Times(1).WillOnce(Invoke(mockHandler)); 360 …EXPECT_CALL(*mockAppMgrServiceInner_, GetAllRunningProcesses(_)).Times(1).WillOnce(Invoke(mockHand… 397 … EXPECT_CALL(*mockAppMgrServiceInner_, KillApplication(_)).Times(1).WillOnce(Invoke(mockHandler)); 429 …L(*mockAppMgrServiceInner_, QueryAppSpawnConnectionState()).Times(1).WillOnce(Invoke(mockHandler));
|
/foundation/multimedia/camera_lite/services/server/src/ |
D | samgr_camera.cpp | 71 static int32 Invoke(IServerProxy* iProxy, int funcId, void* origin, IpcIo* req, IpcIo* reply) in Invoke() function 83 .Invoke = Invoke,
|
/foundation/graphic/wms/services/wms/ |
D | samgr_wms.cpp | 69 static int32 Invoke(IServerProxy* iProxy, int funcId, void* origin, IpcIo* req, IpcIo* reply) in Invoke() function 81 .Invoke = Invoke,
|
/foundation/multimedia/media_lite/services/player_lite/server/src/ |
D | samgr_player_server.cpp | 70 static int32 Invoke(IServerProxy* iProxy, int funcId, void* origin, IpcIo* req, IpcIo* reply) in Invoke() function 82 .Invoke = Invoke,
|
/foundation/graphic/wms/services/ims/ |
D | samgr_ims.cpp | 68 static int32 Invoke(IServerProxy* iProxy, int funcId, void* origin, IpcIo* req, IpcIo* reply) in Invoke() function 80 .Invoke = Invoke,
|
/foundation/aafwk/standard/services/test/moduletest/panding_want_manager_test/ |
D | panding_want_manager_test.cpp | 46 using testing::Invoke; 285 …EXPECT_CALL(*amsSerice, GetWantSender(_, _)).Times(1).WillOnce(Invoke(amsProxyGetWantSenderReturn)… 290 …EXPECT_CALL(*amsSerice, SendWantSender(_, _)).Times(1).WillOnce(Invoke(amsProxySendWantSenderRetur… 346 …EXPECT_CALL(*amsSerice, GetWantSender(_, _)).Times(1).WillOnce(Invoke(amsProxyGetWantSenderReturn)… 351 …EXPECT_CALL(*amsSerice, SendWantSender(_, _)).Times(1).WillOnce(Invoke(amsProxySendWantSenderRetur… 400 …EXPECT_CALL(*amsSerice, GetWantSender(_, _)).Times(1).WillOnce(Invoke(amsProxyGetWantSenderReturn)… 404 …EXPECT_CALL(*amsSerice, GetPendingWantType(_)).Times(1).WillOnce(Invoke(amsProxyGetPendingWantType… 408 …EXPECT_CALL(*amsSerice, GetPendingWantCode(_)).Times(1).WillOnce(Invoke(amsProxyGetPendingWantCode… 413 …EXPECT_CALL(*amsSerice, RegisterCancelListener(_, _)).Times(1).WillOnce(Invoke(amsProxyRegisterCan… 417 … EXPECT_CALL(*amsSerice, CancelWantSender(_)).Times(1).WillOnce(Invoke(amsProxyCancelWantSender)); [all …]
|
/foundation/multimedia/audio_lite/services/server/src/ |
D | audio_capturer_samgr.cpp | 65 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() function 81 .Invoke = Invoke, in AudioCapturerServiceReg()
|
/foundation/multimedia/media_lite/services/recorder_lite/server/src/ |
D | recorder_samgr.cpp | 65 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() function 82 .Invoke = Invoke, in RecorderServiceReg()
|
/foundation/distributedschedule/samgr_lite/interfaces/kits/registry/ |
D | iproxy_server.h | 74 int32 (*Invoke)(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) 106 int32 (*Invoke)(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply); member
|
D | iproxy_client.h | 65 int (*Invoke)(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify) 114 int (*Invoke)(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify); member
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/ |
D | bus_center_server_proxy.c | 154 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_GET_ALL_ONLINE_NODE_INFO, &request, &rep… in ServerIpcGetAllOnlineNodeInfo() 207 … int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_GET_LOCAL_DEVICE_INFO, &request, &reply, in ServerIpcGetLocalDeviceInfo() 245 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_GET_NODE_KEY_INFO, &request, &reply, in ServerIpcGetNodeKeyInfo() 281 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_JOIN_LNN, &request, NULL, NULL); in ServerIpcJoinLNN() 306 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_LEAVE_LNN, &request, NULL, NULL); in ServerIpcLeaveLNN() 334 … int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_START_TIME_SYNC, &request, NULL, NULL); in ServerIpcStartTimeSync() 360 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_STOP_TIME_SYNC, &request, NULL, NULL); in ServerIpcStopTimeSync() 393 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_PUBLISH_LNN, &request, NULL, NULL); in ServerIpcPublishLNN() 419 … int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_STOP_PUBLISH_LNN, &request, NULL, NULL); in ServerIpcStopPublishLNN() 454 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_REFRESH_LNN, &request, NULL, NULL); in ServerIpcRefreshLNN() [all …]
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/small/ |
D | trans_server_proxy.c | 119 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_CREATE_SESSION_SERVER, &request, &ret, P… in ServerIpcCreateSessionServer() 148 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_REMOVE_SESSION_SERVER, &request, &ret, P… in ServerIpcRemoveSessionServer() 177 int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_OPEN_SESSION, &request, in ServerIpcOpenSession() 204 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_OPEN_AUTH_SESSION, &request, &ret, Proxy… in ServerIpcOpenAuthSession() 226 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_NOTIFY_AUTH_SUCCESS, &request, &ret, Pro… in ServerIpcNotifyAuthSuccess() 250 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_CLOSE_CHANNEL, &request, &ret, ProxyCall… in ServerIpcCloseChannel() 279 …int32_t ans = g_serverProxy->Invoke(g_serverProxy, SERVER_SESSION_SENDMSG, &request, &ret, ProxyCa… in ServerIpcSendMessage()
|
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/test/unittest/common/componentmanager/src/ |
D | component_manager_test.cpp | 75 .WillOnce(testing::Invoke(handler)); in Enable() 101 .WillOnce(testing::Invoke(handler)); in Disable() 153 EXPECT_CALL(cameraSource, InitSource(testing::_)).Times(1).WillOnce(testing::Invoke(handler)); 157 EXPECT_CALL(speakerSource, InitSource(testing::_)).Times(1).WillOnce(testing::Invoke(handler)); 161 EXPECT_CALL(micSink, InitSink(testing::_)).Times(1).WillOnce(testing::Invoke(handler)); 188 EXPECT_CALL(cameraSource, ReleaseSource()).Times(1).WillOnce(testing::Invoke(handler)); 192 EXPECT_CALL(speakerSink, ReleaseSink()).Times(1).WillOnce(testing::Invoke(handler)); 196 EXPECT_CALL(micSink, ReleaseSink()).Times(1).WillOnce(testing::Invoke(handler));
|