Home
last modified time | relevance | path

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

12345

/foundation/aafwk/standard/services/abilitymgr/test/unittest/phone/ability_scheduler_proxy_test/
Dability_scheduler_proxy_test.cpp91 .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/
Dsa_client_proxy.cpp148 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/
Drecorder_client.cpp117 int32_t ret = proxy_->Invoke(proxy_, REC_FUNC_CONNECT, nullptr, &para, SimpleCallback); in RecorderImpl()
148 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_DISCONNECT, &io, &para, DisConnectCallback); in ~RecorderImpl()
180 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_VIDEOSOURCE, &io, &para, SetSourceCallback); in SetVideoSource()
198 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_VIDEOENCODER, &io, &para, SimpleCallback); in SetVideoEncoder()
215 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_VIDEOSIZE, &io, &para, SimpleCallback); in SetVideoSize()
230 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_VIDEOFRAMERATE, &io, &para, SimpleCallback); in SetVideoFrameRate()
245 …uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_VIDEOENCODINGBITRATE, &io, &para, SimpleCallbac… in SetVideoEncodingBitRate()
260 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_CAPTURERATE, &io, &para, 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, &para, SetSourceCallback); in SetAudioSource()
[all …]
/foundation/graphic/wms/frameworks/wms/
Dlite_win_requestor.cpp80 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_GetSurface, &io, &para, 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()
Dlite_wm_requestor.cpp107 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_ClientRegister, &io, NULL, Callback); in ClientRegister()
122 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_GetLayerInfo, &io, &para, Callback); in GetLayerInfo()
139 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_CreateWindow, &io, &para, 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, &para, Callback); in GetEventData()
241 ret = proxy_->Invoke(proxy_, LiteWMS_Screenshot, &io, &para, Callback); in Screenshot()
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/src/
Dbundle_daemon_client.cpp206 … 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/
Dability_manager_proxy_test.cpp71 .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/
Dplayer_client.cpp251 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_SET_SOURCE, &io, &para, Callback); in SetSource()
267 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_PREPARE, &io, &para, Callback); in Prepare()
283 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_PLAY, &io, &para, Callback); in Play()
299 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_IS_PLAYING, &io, &para, Callback); in IsPlaying()
315 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_PAUSE, &io, &para, Callback); in Pause()
331 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_STOP, &io, &para, Callback); in Stop()
348 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_REWIND, &io, &para, Callback); in Rewind()
366 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_SET_VOLUME, &io, &para, Callback); in SetVolume()
394 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_SET_VIDEO_SURFACE, &io, &para, Callback); in SetSurface()
411 … uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_ENABLE_SINGLE_LOOPING, &io, &para, Callback); in SetLoop()
[all …]
/foundation/multimedia/audio_lite/frameworks/binder/
Daudio_capturer_client.cpp138 int32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_CONNECT, nullptr, &para, ProxyCallbackFunc); in AudioCapturerClient()
152 ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_SET_SURFACE, &io, &para, ProxyCallbackFunc); in AudioCapturerClient()
179 uint32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_DISCONNECT, &io, &para, ProxyCallbackFunc); in ~AudioCapturerClient()
202 …uint32_t ret = client->proxy_->Invoke(client->proxy_, AUD_CAP_FUNC_GET_MIN_FRAME_COUNT, &io, &para, in GetMinFrameCount()
218 …uint32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_GET_FRAME_COUNT, &io, &para, ProxyCallbackFunc); in GetFrameCount()
233 uint32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_GET_STATUS, &io, &para, ProxyCallbackFunc); in GetStatus()
255 int32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_SET_INFO, &io, &para, ProxyCallbackFunc); in SetCapturerInfo()
269 int32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_GET_INFO, &io, &para, ProxyCallbackFunc); in GetCapturerInfo()
283 int32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_START, &io, &para, ProxyCallbackFunc); in Start()
298 int32_t ret = proxy_->Invoke(proxy_, AUD_CAP_FUNC_STOP, &io, &para, ProxyCallbackFunc); in Stop()
[all …]
/foundation/aafwk/standard/services/test/moduletest/ipc_ability_scheduler_test/
Dipc_ability_scheduler_module_test.cpp39 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/
Dstorage_daemon_proxy_test.cpp60 .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/
Ddata_ability_helper_test.cpp88 .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/
Dams_app_mgr_service_module_test.cpp32 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/
Dsamgr_camera.cpp71 static int32 Invoke(IServerProxy* iProxy, int funcId, void* origin, IpcIo* req, IpcIo* reply) in Invoke() function
83 .Invoke = Invoke,
/foundation/graphic/wms/services/wms/
Dsamgr_wms.cpp69 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/
Dsamgr_player_server.cpp70 static int32 Invoke(IServerProxy* iProxy, int funcId, void* origin, IpcIo* req, IpcIo* reply) in Invoke() function
82 .Invoke = Invoke,
/foundation/graphic/wms/services/ims/
Dsamgr_ims.cpp68 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/
Dpanding_want_manager_test.cpp46 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/
Daudio_capturer_samgr.cpp65 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/
Drecorder_samgr.cpp65 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/
Diproxy_server.h74 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
Diproxy_client.h65 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/
Dbus_center_server_proxy.c154 …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/
Dtrans_server_proxy.c119 …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/
Dcomponent_manager_test.cpp75 .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));

12345