/ohos5.0/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()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | arkweb__type_8h.md | 32 | struct [ArkWeb_WebMessagePortAPI](_ark_web___web_message_port_a_p_i.md) | Post Message… 33 | struct [ArkWeb_WebMessageAPI](_ark_web___web_message_a_p_i.md) | Post Message数据相关的Nati… 49 …kweb_webmessagetype) [ArkWeb_WebMessageType](_web.md#arkweb_webmessagetype) | Post Message数据类型。 | 50 | typedef struct ArkWeb_WebMessage \* [ArkWeb_WebMessagePtr](_web.md#arkweb_webmessageptr) | Post M… 54 …sagePort \* [ArkWeb_WebMessagePortPtr](_web.md#arkweb_webmessageportptr) | Post Message端口结构体指针。 | 55 …essagePtr](_web.md#arkweb_webmessageptr) message, void \*userData) | 处理HTML发送过来的Post Message数据。 | 62 …EB_NONE](_web.md) = 0, [ARKWEB_STRING](_web.md), [ARKWEB_BUFFER](_web.md) } | Post Message数据类型。 |
|
H A D | _ark_web___web_message_port_a_p_i.md | 6 Post Message相关的Native API结构体。 在调用API前建议通过ARKWEB_MEMBER_MISSING校验该函数结构体是否有对应函数指针,避免SDK与设备ROM不匹配导致cra… 42 | webMessagePort | Post Message端口结构体指针。 | 59 | webMessagePort | Post Message端口结构体指针。 | 81 | webMessagePort | Post Message端口结构体指针。 |
|
/ohos5.0/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 __anon33abf1950202() 164 … .WillOnce(InvokeWithoutArgs(mockAppMgrServiceInner.get(), &MockAppMgrServiceInner::Post)); 191 mockMockAppMgr->Post(); in __anon33abf1950302() 205 … .WillOnce(InvokeWithoutArgs(mockAppMgrServiceInner.get(), &MockAppMgrServiceInner::Post)); 233 mockMockAppMgr->Post(); in __anon33abf1950402() 244 … .WillOnce(InvokeWithoutArgs(mockAppMgrServiceInner.get(), &MockAppMgrServiceInner::Post)); 275 mockMockAppMgr->Post(); in __anon33abf1950502() 287 … .WillOnce(InvokeWithoutArgs(mockAppMgrServiceInner.get(), &MockAppMgrServiceInner::Post)); 315 mockMockAppMgr->Post(); in __anon33abf1950602() 353 mockMockAppMgr->Post(); in __anon33abf1950702() [all …]
|
/ohos5.0/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)); 133 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); 159 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); 184 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); 210 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); 236 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); 296 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); 329 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); 354 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); 380 .WillOnce(InvokeWithoutArgs(mockAbilityMgr.GetRefPtr(), &MockAbilityMgrService::Post)); [all …]
|
/ohos5.0/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)); 91 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); 118 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); 144 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); 170 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); 581 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); 583 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); 610 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); 612 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); 639 .WillOnce(InvokeWithoutArgs(innerService.get(), &MockAppMgrServiceInner::Post)); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ipc_ability_scheduler_test/ |
H A D | ipc_ability_scheduler_module_test.cpp | 93 sem.Post(); in __anona0aac8190302() 140 sem.Post(); in __anona0aac8190502() 180 sem.Post(); in __anona0aac8190702() 217 sem.Post(); in __anona0aac8190902() 246 sem.Post(); in __anona0aac8190a02() 278 sem.Post(); in __anona0aac8190b02() 317 sem.Post(); in __anona0aac8190c02() 357 sem.Post(); in __anona0aac8190d02() 395 sem.Post(); in __anona0aac8190e02() 473 sem.Post(); in __anona0aac8191002() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_application.h | 67 void Post() in Post() function 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()
|
/ohos5.0/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)); 104 .WillOnce(InvokeWithoutArgs(mockAppMgr.GetRefPtr(), &MockAppMgrService::Post)); 126 .WillOnce(InvokeWithoutArgs(mockAppMgr.GetRefPtr(), &MockAppMgrService::Post)); 148 .WillOnce(InvokeWithoutArgs(mockAppMgr.GetRefPtr(), &MockAppMgrService::Post)); 170 .WillOnce(InvokeWithoutArgs(mockAppMgr.GetRefPtr(), &MockAppMgrService::Post)); 191 mockMockAppMgr->Post(); in __anon7019ce550202() 221 mockMockAppMgr->Post(); in __anon7019ce550302() 269 mockMockAppMgr->Post(); in __anon7019ce550402()
|
/ohos5.0/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 38 sem_.Post(); in Post() 44 sem_.Post(); in PostVoid()
|
/ohos5.0/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 36 sem_.Post(); in Post() 42 sem_.Post(); in PostVoid()
|
/ohos5.0/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 40 sem_.Post(); in Post() 46 sem_.Post(); in PostVoid()
|
/ohos5.0/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 41 sem_.Post(); in Post() 47 sem_.Post(); in PostVoid()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_ability_connect_callback_stub.h | 36 int Post() in Post() function 38 sem_.Post(); in Post() 44 sem_.Post(); in PostVoid()
|
/ohos5.0/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 38 sem_.Post(); in Post() 44 sem_.Post(); in PostVoid()
|
/ohos5.0/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 38 sem_.Post(); in Post() 44 sem_.Post(); in PostVoid()
|
/ohos5.0/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 33 sem_.Post(); in Post() 39 sem_.Post(); in PostVoid()
|
/ohos5.0/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 42 sem_.Post(); in Post() 48 sem_.Post(); in PostVoid()
|
/ohos5.0/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 42 sem_.Post(); in Post() 48 sem_.Post(); in PostVoid()
|
/ohos5.0/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()
|
/ohos5.0/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 42 sem_.Post(); in Post() 48 sem_.Post(); in PostVoid()
|
/ohos5.0/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 41 sem_.Post(); in Post() 47 sem_.Post(); in PostVoid()
|
/ohos5.0/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 42 sem_.Post(); in Post() 48 sem_.Post(); in PostVoid()
|
/ohos5.0/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 __anon38033fa70202() 104 .WillOnce(InvokeWithoutArgs(mockApplication.GetRefPtr(), &MockApplication::Post)); 126 .WillOnce(InvokeWithoutArgs(mockApplication.GetRefPtr(), &MockApplication::Post)); 173 .WillOnce(InvokeWithoutArgs(mockApplication.GetRefPtr(), &MockApplication::Post)); 260 .WillOnce(InvokeWithoutArgs(mockApplication.GetRefPtr(), &MockApplication::Post)); 287 sem.Post(); in __anon38033fa70302()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 235 … .WillOnce(InvokeWithoutArgs(mockAppMgrServiceInner_.get(), &MockAppMgrServiceInner::Post)); 237 … .WillOnce(InvokeWithoutArgs(mockAppMgrServiceInner_.get(), &MockAppMgrServiceInner::Post)); 264 sem.Post(); in __anone22fe8df0202() 298 sem.Post(); in __anone22fe8df0302() 332 sem.Post(); in __anone22fe8df0402() 388 sem.Post(); in __anone22fe8df0502() 468 sem.Post(); in __anone22fe8df0602() 502 sem.Post(); in __anone22fe8df0702()
|