/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | dynamic_controller.cpp | 55 return interface_.Invoke<DynamicInterfaceName::IS_COLORSPACE_CONVERSION_SUPPORTED>(inputPtr, outputPtr); in IsColorSpaceConversionSupportedImpl() 60 instance_ = static_cast<DynamicColorSpaceConverterHandle*>(interface_.Invoke<DynamicInterfaceName::CREATE>()); in CreateImpl() 67 interface_.Invoke<DynamicInterfaceName::DESTROY>(instance_); in DestroyImpl() 73 auto ret = interface_.Invoke<DynamicInterfaceName::SET_CALLBACK>(instance_, callback, userData); in SetCallbackImpl() 82 auto ret = interface_.Invoke<DynamicInterfaceName::SET_OUTPUT_SURFACE>(instance_, sf); in SetOutputSurfaceImpl() 95 auto ret = interface_.Invoke<DynamicInterfaceName::CREATE_INPUT_SURFACE>(instance_, sf); in CreateInputSurfaceImpl() 104 auto ret = interface_.Invoke<DynamicInterfaceName::CREATE_INPUT_SURFACE>(instance_, parameterPtr); in SetParameterImpl() 112 auto ret = interface_.Invoke<DynamicInterfaceName::CREATE_INPUT_SURFACE>(instance_, parameterPtr); in GetParameterImpl() 120 auto ret = interface_.Invoke<DynamicInterfaceName::CONFIGURE>(instance_, configPtr); in ConfigureImpl() 127 auto ret = interface_.Invoke<DynamicInterfaceNam in PrepareImpl() [all...] |
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | service_throw_test.cpp | 70 EXPECT_CALL(*sessionMock, IncreaseSessionCnt(_)).WillOnce(Invoke([]() { in HWTEST_F() 77 EXPECT_CALL(*sessionMock, IncreaseSessionCnt(_)).WillOnce(Invoke([]() { in HWTEST_F() 84 EXPECT_CALL(*sessionMock, IncreaseSessionCnt(_)).WillOnce(Invoke([]() { in HWTEST_F() 111 EXPECT_CALL(*sessionMock, Active(_)).WillOnce(Invoke([]() { in HWTEST_F() 119 EXPECT_CALL(*sessionMock, Active(_)).WillOnce(Invoke([]() { in HWTEST_F() 126 EXPECT_CALL(*sessionMock, Active(_)).WillOnce(Invoke([]() { in HWTEST_F() 153 EXPECT_CALL(*sessionMock, SetMemParaCurSize(_)).WillOnce(Invoke([]() { in HWTEST_F() 180 EXPECT_CALL(*sessionMock, IncreaseSessionCnt(_)).WillOnce(Invoke([]() { in HWTEST_F() 187 EXPECT_CALL(*sessionMock, IncreaseSessionCnt(_)).WillOnce(Invoke([]() { in HWTEST_F() 214 EXPECT_CALL(*sessionMock, IncreaseSessionCnt(_)).WillOnce(Invoke([]() { in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/ability_manager_collaborator_proxy_test/ |
H A D | ability_manager_collaborator_proxy_test.cpp | 64 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerCollaboratorStubMock::InvokeSendRequest)); in HWTEST_F() 83 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerCollaboratorStubMock::InvokeSendRequest)); in HWTEST_F() 99 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerCollaboratorStubMock::InvokeSendRequest)); in HWTEST_F() 115 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerCollaboratorStubMock::InvokeSendRequest)); in HWTEST_F() 132 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerCollaboratorStubMock::InvokeSendRequest)); in HWTEST_F() 148 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerCollaboratorStubMock::InvokeSendRequest)); in HWTEST_F() 164 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerCollaboratorStubMock::InvokeSendRequest)); in HWTEST_F() 180 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerCollaboratorStubMock::InvokeSendRequest)); in HWTEST_F() 196 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerCollaboratorStubMock::InvokeSendRequest)); in HWTEST_F() 214 .WillOnce(Invoke(mock in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/ability_scheduler_proxy_test/ |
H A D | ability_scheduler_proxy_test.cpp | 93 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeSendRequest)); in HWTEST_F() 114 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeErrorSendRequest)); in HWTEST_F() 135 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeSendRequest)); in HWTEST_F() 155 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeErrorSendRequest)); in HWTEST_F() 175 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeSendRequest)); in HWTEST_F() 195 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeErrorSendRequest)); in HWTEST_F() 215 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeSendRequest)); in HWTEST_F() 235 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeErrorSendRequest)); in HWTEST_F() 255 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilitySchedulerMock::InvokeSendRequest)); in HWTEST_F() 275 .WillOnce(Invoke(mock in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_daemon_client.cpp | 197 while (bdsClient_->Invoke(bdsClient_, REGISTER_CALLBACK, &request, this, Notify) != EC_SUCCESS) { in RegisterCallback() 199 while (bdsClient_->Invoke(bdsClient_, REGISTER_CALLBACK, &request, nullptr, nullptr) != EC_SUCCESS) { in RegisterCallback() 225 return WaitResultSync(bdsClient_->Invoke(bdsClient_, funcId, &request, this, Notify)); in RegisterCallback() 227 return WaitResultSync(bdsClient_->Invoke(bdsClient_, funcId, &request, nullptr, nullptr)); in RegisterCallback() 264 return WaitResultSync(bdsClient_->Invoke(bdsClient_, CREATE_PERMISSION_DIR, nullptr, this, Notify)); in RegisterCallback() 266 return WaitResultSync(bdsClient_->Invoke(bdsClient_, CREATE_PERMISSION_DIR, nullptr, nullptr, nullptr)); in RegisterCallback() 289 return WaitResultSync(bdsClient_->Invoke(bdsClient_, CREATE_DATA_DIRECTORY, &request, this, Notify)); in RegisterCallback() 291 return WaitResultSync(bdsClient_->Invoke(bdsClient_, CREATE_DATA_DIRECTORY, &request, nullptr, nullptr)); in RegisterCallback() 313 return WaitResultSync(bdsClient_->Invoke(bdsClient_, STORE_CONTENT_TO_FILE, &request, this, Notify)); in RegisterCallback() 315 return WaitResultSync(bdsClient_->Invoke(bdsClient in RegisterCallback() [all...] |
/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/ |
H A D | ability_manager_proxy_test.cpp | 81 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeSendRequest)); in HWTEST_F() 106 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeSendRequest)); in HWTEST_F() 126 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeErrorSendRequest)); in HWTEST_F() 146 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeSendRequest)); in HWTEST_F() 167 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeErrorSendRequest)); in HWTEST_F() 188 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeSendRequest)); in HWTEST_F() 207 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeErrorSendRequest)); in HWTEST_F() 227 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeSendRequest)); in HWTEST_F() 252 .WillOnce(Invoke(mock_.GetRefPtr(), &AbilityManagerStubMock::InvokeErrorSendRequest)); in HWTEST_F() 274 .WillOnce(Invoke(mock in HWTEST_F() [all...] |
/foundation/ai/ai_engine/services/client/communication_adapter/source/ |
H A D | sa_client_proxy.cpp | 149 if (proxy.Invoke == nullptr) { in InitSaEngine() 150 HILOGE("[SaClientProxy]Function pointer proxy.Invoke is nullptr."); in InitSaEngine() 153 proxy.Invoke(&proxy, ID_INIT_ENGINE, &request, &owner, Callback); in InitSaEngine() 169 if (proxy.Invoke == nullptr) { in DestroyEngineProxy() 170 HILOGE("[SaClientProxy]Function pointer proxy.Invoke is nullptr."); in DestroyEngineProxy() 173 proxy.Invoke(&proxy, ID_DESTROY_ENGINE, &request, &owner, Callback); in DestroyEngineProxy() 209 if (proxy.Invoke == nullptr) { in SyncExecAlgorithmProxy() 210 HILOGE("[SaClientProxy]Function pointer proxy.Invoke is nullptr."); in SyncExecAlgorithmProxy() 213 proxy.Invoke(&proxy, ID_SYNC_EXECUTE_ALGORITHM, &request, &owner, CallbackBuff); in SyncExecAlgorithmProxy() 237 if (proxy.Invoke in AsyncExecuteAlgorithmProxy() [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | flat_container.cpp | 57 Invoke<IOnChildChanging>(OnAdding(), info, success); in Add() 66 Invoke<IOnChildChanged>(OnAdded(), info); in Add() 90 Invoke<IOnChildChanging>(OnAdding(), info, success); in Insert() 99 Invoke<IOnChildChanged>(OnAdded(), ChildChangedInfo { object, index, parent_ }); in Insert() 140 Invoke<IOnChildChanging>(OnRemoving(), removedInfo, success); in Replace() 147 Invoke<IOnChildChanging>(OnAdding(), addedInfo, success); in Replace() 154 Invoke<IOnChildChanged>(OnRemoved(), removedInfo); in Replace() 158 Invoke<IOnChildChanged>(OnAdded(), addedInfo); in Replace()
|
H A D | container.cpp | 65 Invoke<IOnChildChanging>(OnAdding(), info, success); in Add() 73 Invoke<IOnChildChanged>(OnAdded(), info); in Add() 105 Invoke<IOnChildChanging>(OnAdding(), info, success); in Insert() 113 Invoke<IOnChildChanged>(OnAdded(), info); in Insert() 189 Invoke<IOnChildChanging>(OnRemoving(), removedInfo, success); in Replace() 196 Invoke<IOnChildChanging>(OnAdding(), addedInfo, success); in Replace() 204 Invoke<IOnChildChanged>(OnRemoved(), removedInfo); in Replace() 207 Invoke<IOnChildChanged>(OnAdded(), addedInfo); in Replace() 210 Invoke<IOnChildMoved>(OnMoved(), ChildMovedInfo { moved, fromIndex, toIndex, parent_ }); in Replace()
|
/foundation/window/window_manager_lite/frameworks/wms/ |
H A D | lite_win_requestor.cpp | 81 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_GetSurface, &io, ¶, Callback); in GetSurface() 96 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_Show, &io, NULL, NULL); in Show() 109 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_Hide, &io, NULL, NULL); in Hide() 122 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_RaiseToTop, &io, NULL, NULL); in RaiseToTop() 135 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_LowerToBottom, &io, NULL, NULL); in LowerToBottom() 150 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_MoveTo, &io, NULL, NULL); in MoveTo() 165 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_Resize, &io, NULL, Callback); in Resize() 178 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_Update, &io, NULL, NULL); in Update()
|
H A D | lite_wm_requestor.cpp | 110 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_ClientRegister, &io, NULL, Callback); in ClientRegister() 125 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_GetLayerInfo, &io, ¶, Callback); in GetLayerInfo() 142 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_CreateWindow, &io, ¶, Callback); in CreateWindow() 157 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_RemoveWindow, &io, NULL, Callback); in RemoveWindow() 172 (void)proxy_->Invoke(proxy_, LiteWMS_GetEventData, &io, ¶, Callback); in GetEventData() 242 int32_t ret = proxy_->Invoke(proxy_, LiteWMS_Screenshot, &io, ¶, Callback); in Screenshot()
|
/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/ |
H A D | recorder_client.cpp | 118 int32_t ret = proxy_->Invoke(proxy_, REC_FUNC_CONNECT, &io, ¶, SimpleCallback); in RecorderClient() 121 throw runtime_error("Ipc proxy Invoke failed."); in RecorderClient() 148 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_DISCONNECT, &io, ¶, DisConnectCallback); in ~RecorderClient() 179 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_VIDEOSOURCE, &io, ¶, SetSourceCallback); in SetVideoSource() 198 int32_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, ¶, SimpleCallback); in SetVideoEncodingBitRate() 260 uint32_t ret = proxy_->Invoke(proxy_, REC_FUNC_SET_CAPTURERATE, &io, ¶, SimpleCallback); in SetCaptureRate() 289 uint32_t ret = proxy_->Invoke(proxy in GetSurface() [all...] |
/foundation/ability/ability_runtime/test/unittest/remote_mission_listener_proxy_test/ |
H A D | remote_mission_listener_proxy_test.cpp | 63 .WillOnce(Invoke(mock_.GetRefPtr(), &RemoteMissionListenerStubMock::InvokeSendRequest)); in HWTEST_F() 81 .WillOnce(Invoke(mock_.GetRefPtr(), &RemoteMissionListenerStubMock::InvokeErrorSendRequest)); in HWTEST_F() 99 .WillOnce(Invoke(mock_.GetRefPtr(), &RemoteMissionListenerStubMock::InvokeSendRequest)); in HWTEST_F() 118 .WillOnce(Invoke(mock_.GetRefPtr(), &RemoteMissionListenerStubMock::InvokeErrorSendRequest)); in HWTEST_F() 137 .WillOnce(Invoke(mock_.GetRefPtr(), &RemoteMissionListenerStubMock::InvokeSendRequest)); in HWTEST_F() 156 .WillOnce(Invoke(mock_.GetRefPtr(), &RemoteMissionListenerStubMock::InvokeErrorSendRequest)); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/model/ |
H A D | container_data_model.cpp | 25 META_ACCESS_EVENT(OnDataAdded)->Invoke(DataModelIndex(info.index), 1); in Build() 28 META_ACCESS_EVENT(OnDataRemoved)->Invoke(DataModelIndex(info.index), 1); in Build() 31 META_ACCESS_EVENT(OnDataMoved)->Invoke(DataModelIndex(info.from), 1, DataModelIndex(info.to)); in Build()
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_proxy_test.cpp | 62 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageManagerServiceMock::InvokeSendRequest)); in HWTEST_F() 93 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageManagerServiceMock::InvokeSendRequest)); in HWTEST_F() 124 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageManagerServiceMock::InvokeSendRequest)); in HWTEST_F() 154 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageManagerServiceMock::InvokeSendRequest)); in HWTEST_F() 184 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageManagerServiceMock::InvokeSendRequest)); in HWTEST_F() 216 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageManagerServiceMock::InvokeSendRequest)); in HWTEST_F() 246 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageManagerServiceMock::InvokeSendRequest)); in HWTEST_F() 274 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageManagerServiceMock::InvokeSendRequest)); in HWTEST_F() 305 .WillOnce(testing::Invoke(mock_.GetRefPtr(), &StorageManagerServiceMock::InvokeSendRequest)); in HWTEST_F() 338 .WillOnce(testing::Invoke(mock in HWTEST_F() [all...] |
/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/ |
H A D | service_proxy_test.cpp | 84 .WillOnce(Invoke(mock_.GetRefPtr(), &IServiceMock::InvokeSendRequest)); in HWTEST_F() 111 .WillOnce(Invoke(mock_.GetRefPtr(), &IServiceMock::InvokeSendRequest)); in HWTEST_F() 139 .WillOnce(Invoke(mock_.GetRefPtr(), &IServiceMock::InvokeSendRequest)) in HWTEST_F() 167 .WillOnce(Invoke(mock_.GetRefPtr(), &IServiceMock::InvokeGetLocalSendRequest)) in HWTEST_F() 194 .WillOnce(Invoke(mock_.GetRefPtr(), &IServiceMock::InvokeSendRequest)) in HWTEST_F() 225 .WillOnce(Invoke(mock_.GetRefPtr(), &IServiceMock::InvokeSendRequest)) in HWTEST_F() 264 .WillOnce(Invoke(mock_.GetRefPtr(), &IServiceMock::InvokeSendRequest)) in HWTEST_F() 292 .WillOnce(Invoke(mock_.GetRefPtr(), &IServiceMock::InvokeSendRequest)) in HWTEST_F() 322 .WillOnce(Invoke(mock_.GetRefPtr(), &IServiceMock::InvokeSendRequest)) in HWTEST_F() 352 .WillOnce(Invoke(mock in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/ |
H A D | quick_fix_manager_service_test.cpp | 101 EXPECT_CALL(*mockBundleMgr, GetBundleInstaller()).WillOnce(testing::Invoke(mockGetBundleInstaller)); in HWTEST_F() 103 .WillOnce(testing::Invoke(mockGetSystemAbility)) in HWTEST_F() 104 .WillRepeatedly(testing::Invoke(mockGetSystemAbility)); in HWTEST_F() 131 EXPECT_CALL(*mockBundleMgr, GetBundleInstaller()).WillOnce(testing::Invoke(mockGetBundleInstaller)); in HWTEST_F() 133 .WillOnce(testing::Invoke(mockGetSystemAbility)) in HWTEST_F() 134 .WillRepeatedly(testing::Invoke(mockGetSystemAbility)); in HWTEST_F() 177 EXPECT_CALL(*mockBundleMgr, GetBundleInstaller()).WillOnce(testing::Invoke(mockGetBundleInstaller)); in HWTEST_F() 195 EXPECT_CALL(*mockBundleMgr, GetBundleInstaller()).WillOnce(testing::Invoke(mockGetBundleInstaller)); in HWTEST_F() 235 EXPECT_CALL(*mockBundleMgr, GetBundleInstaller()).WillOnce(testing::Invoke(mockGetBundleInstaller)); in HWTEST_F() 265 EXPECT_CALL(*mockBundleMgr, GetBundleInstaller()).WillOnce(testing::Invoke(mockGetBundleInstalle in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 114 .WillOnce(Invoke(mockAppMgrService_.GetRefPtr(), &MockAppMgrService::InvokeSendRequest)); in HWTEST_F() 136 .WillOnce(Invoke(mockAppMgrService_.GetRefPtr(), &MockAppMgrService::InvokeSendRequest)); in HWTEST_F() 158 .WillOnce(Invoke(mockAppMgrService_.GetRefPtr(), &MockAppMgrService::InvokeSendRequest)); in HWTEST_F() 181 .WillOnce(Invoke(mockAppMgrService_.GetRefPtr(), &MockAppMgrService::InvokeSendRequest)); in HWTEST_F() 203 .WillOnce(Invoke(mockAppMgrService_.GetRefPtr(), &MockAppMgrService::InvokeSendRequest)); in HWTEST_F() 226 .WillOnce(Invoke(mockAppMgrService_.GetRefPtr(), &MockAppMgrService::InvokeSendRequest)); in HWTEST_F() 249 .WillOnce(Invoke(mockAppMgrService_.GetRefPtr(), &MockAppMgrService::InvokeSendRequest)); in HWTEST_F() 272 .WillOnce(Invoke(mockAppMgrService_.GetRefPtr(), &MockAppMgrService::InvokeSendRequest)); in HWTEST_F() 292 .WillOnce(Invoke(mockAppMgrService_.GetRefPtr(), &MockAppMgrService::InvokeSendRequest)); in HWTEST_F() 314 .WillOnce(Invoke(mockAppMgrService in HWTEST_F() [all...] |
/foundation/multimedia/media_lite/frameworks/player_lite/binder/ |
H A D | player_client.cpp | 236 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_SET_SOURCE, &io, ¶, Callback); in SetSource() 252 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_PREPARE, &io, ¶, Callback); in Prepare() 268 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_PLAY, &io, ¶, Callback); in Play() 284 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_IS_PLAYING, &io, ¶, Callback); in IsPlaying() 300 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_PAUSE, &io, ¶, Callback); in Pause() 316 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_STOP, &io, ¶, Callback); in Stop() 333 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_REWIND, &io, ¶, Callback); in Rewind() 351 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_SET_VOLUME, &io, ¶, Callback); in SetVolume() 379 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_SET_VIDEO_SURFACE, &io, ¶, Callback); in SetSurface() 396 uint32_t ret = proxy_->Invoke(proxy in SetLoop() [all...] |
/foundation/ability/ability_runtime/test/moduletest/ipc_ability_scheduler_test/ |
H A D | ipc_ability_scheduler_module_test.cpp | 40 using testing::Invoke; 97 .WillOnce(testing::DoAll(Invoke(stubHandler), testing::Return(true))); in HWTEST_F() 143 EXPECT_CALL(*stub, SendResult(_, _, _)).Times(1).WillOnce(Invoke(stubHandler)); in HWTEST_F() 183 EXPECT_CALL(*stub, ScheduleConnectAbility(_)).Times(1).WillOnce(Invoke(stubHandler)); in HWTEST_F() 219 EXPECT_CALL(*stub, ScheduleDisconnectAbility(_)).Times(1).WillOnce(Invoke(stubHandler)); in HWTEST_F() 249 EXPECT_CALL(*stub, ScheduleSaveAbilityState()).Times(1).WillOnce(Invoke(mockHandler)); in HWTEST_F() 281 EXPECT_CALL(*stub, ScheduleRestoreAbilityState(_)).Times(1).WillOnce(Invoke(mockHandler)); in HWTEST_F() 321 EXPECT_CALL(*stub, GetFileTypes(_, _)).Times(1).WillOnce(Invoke(mockHandler)); in HWTEST_F() 361 EXPECT_CALL(*stub, OpenFile(_, _)).Times(1).WillOnce(Invoke(mockHandler)); in HWTEST_F() 399 EXPECT_CALL(*stub, Insert(_, _)).Times(1).WillOnce(Invoke(mockHandle in HWTEST_F() [all...] |
/foundation/multimedia/media_lite/services/player_lite/server/src/ |
H A D | samgr_player_server.cpp | 69 static int32 Invoke(IServerProxy* iProxy, int funcId, void* origin, IpcIo* req, IpcIo* reply)
in Invoke() function 81 .Invoke = Invoke,
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
H A D | wifi_sa_service_lite.c | 66 static int Invoke(IServerProxy *proxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() function 68 LOGI("[WifiSaServer] begin to call Invoke, funcId is %{public}d", funcId); in Invoke() 78 .Invoke = Invoke,
|
/foundation/window/window_manager_lite/services/wms/ |
H A 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/ability/ability_runtime/test/moduletest/panding_want_manager_test/ |
H A D | panding_want_manager_test.cpp | 45 using testing::Invoke; 280 EXPECT_CALL(*amsSerice, GetWantSender(_, _)).Times(1).WillOnce(Invoke(amsProxyGetWantSenderReturn)); in HWTEST_F() 286 EXPECT_CALL(*amsSerice, SendWantSender(_, _)).Times(1).WillOnce(Invoke(amsProxySendWantSenderReturn)); in HWTEST_F() 335 EXPECT_CALL(*amsSerice, GetWantSender(_, _)).Times(1).WillOnce(Invoke(amsProxyGetWantSenderReturn)); in HWTEST_F() 339 EXPECT_CALL(*amsSerice, GetPendingWantType(_)).Times(1).WillOnce(Invoke(amsProxyGetPendingWantType)); in HWTEST_F() 343 EXPECT_CALL(*amsSerice, GetPendingWantCode(_)).Times(1).WillOnce(Invoke(amsProxyGetPendingWantCode)); in HWTEST_F() 349 EXPECT_CALL(*amsSerice, RegisterCancelListener(_, _)).Times(1).WillOnce(Invoke(amsProxyRegisterCancelListener)); in HWTEST_F() 353 EXPECT_CALL(*amsSerice, CancelWantSender(_)).Times(1).WillOnce(Invoke(amsProxyCancelWantSender)); in HWTEST_F() 372 EXPECT_CALL(*listener, OnCancelled(_)).Times(1).WillOnce(Invoke(cancalCall)); in HWTEST_F() 408 .WillOnce(Invoke(amsProxyGetWantSenderRetur in HWTEST_F() [all...] |
/foundation/multimedia/audio_lite/services/server/src/ |
H A D | audio_capturer_samgr.cpp | 76 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() function 79 MEDIA_ERR_LOG("Invoke: origin is nullptr"); in Invoke() 86 MEDIA_ERR_LOG("Invoke failed, mng is nullptr"); in Invoke() 102 .Invoke = Invoke, in AudioCapturerServiceReg()
|