/foundation/multimedia/camera_lite/frameworks/ |
H A D | camera_impl.cpp | 74 handler_->Post([this, ret] { this->stateCb_->OnConfigureFailed(this->GetCameraId(), ret); });
in OnConfigured() 77 handler_->Post([this] { this->stateCb_->OnConfigured(*this); });
in OnConfigured() 93 handler_->Post([this] { this->stateCb_->OnReleased(*this); });
in Release() 144 eventhdl->Post([fsc, this, i] {
in StopLoopingCapture() 199 handler_->Post([this] { this->stateCb_->OnCreated(*this); });
in OnCreate() 213 eventhdl->Post([fsc, this, &fc] {
in OnFrameFinished() 219 eventhdl->Post([fsc, this, &fc] {
in OnFrameFinished() 230 handler_->Post([this] { this->stateCb_->OnCreateFailed(id_, MEDIA_ERR); });
in OnCreateFailed()
|
H A D | camera_manager.cpp | 56 i.second->Post(
68 i.second->Post(
93 handler.Post([&callback, cameraId]() { callback.OnCameraStatus(cameraId, CAMERA_DEVICE_STATE_AVAILABLE); });
150 handler.Post([&callback, &cameraId] { callback.OnCreateFailed(cameraId, MEDIA_ERR); });
|
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_ability_connect_callback_stub.h | 36 int Post() in Post() function in OHOS::AAFwk::MockAbilityConnectCallbackStub 38 sem_.Post(); in Post() 44 sem_.Post(); in PostVoid()
|
/foundation/ability/ability_runtime/test/unittest/data_ability_observer_proxy_test/ |
H A D | mock_data_obs_manager_onchange_callback.h | 38 int Post() in Post() function in OHOS::AAFwk::MockDataObsManagerOnChangeCallBack 40 sem_.Post(); in Post() 46 sem_.Post(); in PostVoid()
|
/foundation/ability/ability_runtime/test/unittest/data_ability_observer_stub_test/ |
H A D | mock_data_obs_manager_onchange_callback.h | 36 int Post() in Post() function in OHOS::AAFwk::MockDataObsManagerOnChangeCallBack 38 sem_.Post(); in Post() 44 sem_.Post(); in PostVoid()
|
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_pref_test/ |
H A D | mock_data_ability_observer_stub.h | 39 int Post() in Post() function in OHOS::AAFwk::MockDataAbilityObserverStub 41 sem_.Post(); in Post() 47 sem_.Post(); in PostVoid()
|
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_test/ |
H A D | mock_data_ability_observer_stub.h | 34 int Post() in Post() function in OHOS::AAFwk::MockDataAbilityObserverStub 36 sem_.Post(); in Post() 42 sem_.Post(); in PostVoid()
|
/foundation/ability/ability_runtime/test/unittest/ability_connect_callback_stub_test/ |
H A D | mock_ability_connect_callback_stub.h | 36 int Post() in Post() function in OHOS::AAFwk::MockAbilityConnectCallback 38 sem_.Post(); in Post() 44 sem_.Post(); in PostVoid()
|
/foundation/ability/ability_runtime/test/unittest/cj_ability_connect_callback_object_test/ |
H A D | mock_ability_connect_callback_stub.h | 31 int Post() in Post() function in OHOS::AAFwk::MockAbilityConnectCallback 33 sem_.Post(); in Post() 39 sem_.Post(); in PostVoid()
|
/foundation/ability/ability_runtime/test/unittest/atomic_service_status_callback_stub_test/ |
H A D | mock_atomic_service_status_callback_stub.h | 40 int Post() in Post() function in OHOS::AAFwk::MockAtomicServiceStatusCallbackStub 42 sem_.Post(); in Post() 48 sem_.Post(); in PostVoid()
|
/foundation/ability/ability_runtime/test/unittest/ability_connect_callback_proxy_test/ |
H A D | mock_ability_connect_callback_stub.h | 36 int Post() in Post() function in OHOS::AAFwk::MockAbilityConnectCallback 38 sem_.Post(); in Post() 44 sem_.Post(); in PostVoid()
|
/foundation/ability/ability_runtime/test/unittest/atomic_service_status_callback_proxy_test/ |
H A D | mock_atomic_service_status_callback_stub.h | 40 int Post() in Post() function in OHOS::AAFwk::MockAtomicServiceStatusCallbackStub 42 sem_.Post(); in Post() 48 sem_.Post(); in PostVoid()
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_host_client.h | 41 int Post() in Post() function in OHOS::AppExecFwk::MockFormHostClient 43 sem_.Post(); in Post() 49 sem_.Post(); in PostVoid()
|
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_stub_test/ |
H A D | mock_ui_service_callback.h | 40 int Post() in Post() function in OHOS::Ace::MockUIServiceCallBack 42 sem_.Post(); in Post() 48 sem_.Post(); in PostVoid()
|
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_client_test/ |
H A D | mock_ui_service_callback.h | 40 int Post() in Post() function in OHOS::Ace::MockUIServiceCallBack 42 sem_.Post(); in Post() 48 sem_.Post(); in PostVoid()
|
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_proxy_test/ |
H A D | mock_ui_service_callback.h | 39 int Post() in Post() function in OHOS::Ace::MockUIServiceCallBack 41 sem_.Post(); in Post() 47 sem_.Post(); in PostVoid()
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_application_proxy.h | 68 void Post() in Post() function in OHOS::AppExecFwk::MockApplicationProxy 70 lock_.Post(); in Post() 81 lock_.Post(); in ShrinkMemory() 92 lock_.Post(); in LaunchApplication() 112 lock_.Post(); in LaunchAbility() 123 lock_.Post(); in ProfileChanged()
|
H A D | mock_application.h | 67 void Post() in Post() function in OHOS::AppExecFwk::MockApplication 69 lock_.Post(); in Post() 80 lock_.Post(); in ShrinkMemory() 91 lock_.Post(); in LaunchApplication() 111 lock_.Post(); in LaunchAbility() 122 lock_.Post(); in ProfileChanged()
|
/foundation/ability/ability_runtime/test/unittest/ams_service_event_drive_test/ |
H A D | ams_service_event_drive_test.cpp | 89 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() 91 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() 118 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() 144 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() 170 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() 581 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() 583 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() 610 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() 612 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() 639 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_ams_mgr_test/ |
H A D | ams_ipc_ams_mgr_module_test.cpp | 152 mockMockAppMgr->Post(); in HWTEST_F() 164 .WillOnce(InvokeWithoutArgs(mockAppMgrServiceInner.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() 191 mockMockAppMgr->Post(); in HWTEST_F() 205 .WillOnce(InvokeWithoutArgs(mockAppMgrServiceInner.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() 233 mockMockAppMgr->Post(); in HWTEST_F() 244 .WillOnce(InvokeWithoutArgs(mockAppMgrServiceInner.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F() 272 mockMockAppMgr->Post(); in HWTEST_F() 310 mockMockAppMgr->Post(); in HWTEST_F() 322 .WillOnce(InvokeWithoutArgs(mockAppMgrServiceInner.get(), &MockAppMgrServiceInner::Post)); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/ipc_ability_scheduler_test/ |
H A D | ipc_ability_scheduler_module_test.cpp | 93 sem.Post(); in HWTEST_F() 140 sem.Post(); in HWTEST_F() 180 sem.Post(); in HWTEST_F() 217 sem.Post(); in HWTEST_F() 246 sem.Post(); in HWTEST_F() 278 sem.Post(); in HWTEST_F() 317 sem.Post(); in HWTEST_F() 357 sem.Post(); in HWTEST_F() 395 sem.Post(); in HWTEST_F() 435 sem.Post(); in HWTEST_F() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/ |
H A D | fixed_queue.h | 112 dequeue_->Post(); in TryPush() 125 dequeue_->Post(); in Push() 139 enqueue_->Post(); in TryPop() 153 enqueue_->Post(); in Pop()
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/ |
H A D | ams_ipc_app_scheduler_module_test.cpp | 80 mockApplication->Post(); in HWTEST_F() 104 .WillOnce(InvokeWithoutArgs(mockApplication.GetRefPtr(), &MockApplication::Post)); in HWTEST_F() 126 .WillOnce(InvokeWithoutArgs(mockApplication.GetRefPtr(), &MockApplication::Post)); in HWTEST_F() 173 .WillOnce(InvokeWithoutArgs(mockApplication.GetRefPtr(), &MockApplication::Post)); in HWTEST_F() 260 .WillOnce(InvokeWithoutArgs(mockApplication.GetRefPtr(), &MockApplication::Post)); in HWTEST_F() 287 sem.Post(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_mgr_test/ |
H A D | ams_ipc_app_mgr_module_test.cpp | 82 .WillOnce(InvokeWithoutArgs(mockAppMgr.GetRefPtr(), &MockAppMgrService::Post)); in HWTEST_F() 104 .WillOnce(InvokeWithoutArgs(mockAppMgr.GetRefPtr(), &MockAppMgrService::Post)); in HWTEST_F() 126 .WillOnce(InvokeWithoutArgs(mockAppMgr.GetRefPtr(), &MockAppMgrService::Post)); in HWTEST_F() 148 .WillOnce(InvokeWithoutArgs(mockAppMgr.GetRefPtr(), &MockAppMgrService::Post)); in HWTEST_F() 170 .WillOnce(InvokeWithoutArgs(mockAppMgr.GetRefPtr(), &MockAppMgrService::Post)); in HWTEST_F() 191 mockMockAppMgr->Post(); in HWTEST_F() 221 mockMockAppMgr->Post(); in HWTEST_F() 269 mockMockAppMgr->Post(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/ipc_ability_mgr_test/ |
H A D | ipc_ability_mgr_module_test.cpp | 104 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); in HWTEST_F() 133 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); in HWTEST_F() 159 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); in HWTEST_F() 184 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); in HWTEST_F() 210 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); in HWTEST_F() 236 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); in HWTEST_F() 296 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); in HWTEST_F() 329 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); in HWTEST_F() 354 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); in HWTEST_F() 380 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); in HWTEST_F() [all...] |