/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_audio_renderer_callback_adapter_impl.cpp | 25 void ArkAudioRendererCallbackAdapterImpl::OnSuspend() in OnSuspend() function in OHOS::ArkWeb::ArkAudioRendererCallbackAdapterImpl 27 real_->OnSuspend(); in OnSuspend()
|
H A D | ark_audio_manager_callback_adapter_impl.cpp | 25 void ArkAudioManagerCallbackAdapterImpl::OnSuspend() in OnSuspend() function in OHOS::ArkWeb::ArkAudioManagerCallbackAdapterImpl 27 real_->OnSuspend(); in OnSuspend()
|
H A D | ark_audio_renderer_callback_adapter_impl.h | 29 void OnSuspend() override;
|
H A D | ark_audio_manager_callback_adapter_impl.h | 29 void OnSuspend() override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_audio_manager_callback_adapter_wrapper.cpp | 27 void ArkAudioManagerCallbackAdapterWrapper::OnSuspend()
in OnSuspend() function in OHOS::ArkWeb::ArkAudioManagerCallbackAdapterWrapper 29 ctocpp_->OnSuspend();
in OnSuspend()
|
H A D | ark_audio_renderer_callback_adapter_wrapper.cpp | 27 void ArkAudioRendererCallbackAdapterWrapper::OnSuspend()
in OnSuspend() function in OHOS::ArkWeb::ArkAudioRendererCallbackAdapterWrapper 29 ctocpp_->OnSuspend();
in OnSuspend()
|
H A D | ark_audio_manager_callback_adapter_wrapper.h | 29 void OnSuspend() override;
|
H A D | ark_audio_renderer_callback_adapter_wrapper.h | 29 void OnSuspend() override;
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_hdi_callback.cpp | 23 int32_t PowerHdiCallback::OnSuspend() in OnSuspend() function in OHOS::PowerMgr::PowerHdiCallback
|
/base/powermgr/power_manager/services/native/include/ |
H A D | power_hdi_callback.h | 29 int32_t OnSuspend() override;
|
/base/location/test/fuzztest/locator/locatorbackgroundproxy_fuzzer/ |
H A D | locatorbackgroundproxy_fuzzer.cpp | 58 backgroundProxy->OnSuspend(request, true); in LocatorBackgroundProxyFuzzerTest() 59 backgroundProxy->OnSuspend(request, false); in LocatorBackgroundProxyFuzzerTest()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_audio_renderer_adapter.h | 54 virtual void OnSuspend() = 0;
|
H A D | ark_audio_system_manager_adapter.h | 60 virtual void OnSuspend() = 0;
|
/base/location/test/location_locator/source/ |
H A D | locator_background_proxy_test.cpp | 138 locatorBackgroundProxy->OnSuspend(request1, true); // cant find uid in requestMap in HWTEST_F() 140 locatorBackgroundProxy->OnSuspend(request1, false); // cant find uid in requestMap in HWTEST_F() 162 locatorBackgroundProxy->OnSuspend(request1, true); // cant find request in list in HWTEST_F() 163 locatorBackgroundProxy->OnSuspend(request1, false); // add to requestsList in HWTEST_F() 164 locatorBackgroundProxy->OnSuspend(request1, false); // max num is 1, cant add request in HWTEST_F() 165 locatorBackgroundProxy->OnSuspend(request1, true); // remove from requestList in HWTEST_F() 187 locatorBackgroundProxy->OnSuspend(request1, false); // add to requestsList in HWTEST_F() 209 locatorBackgroundProxy->OnSuspend(request1, false); // permission denied, cant add to requestsList in HWTEST_F() 210 locatorBackgroundProxy->OnSuspend(request1, true); // permission denied, cant remove from requestList in HWTEST_F() 271 locatorBackgroundProxy->OnSuspend(request in HWTEST_F() [all...] |
H A D | locator_service_test.cpp | 370 backgroundProxy_->OnSuspend(request_, 0); in HWTEST_F() 374 backgroundProxy_->OnSuspend(request_, 1); in HWTEST_F() 395 backgroundProxy_->OnSuspend(request_, 0); in HWTEST_F() 423 backgroundProxy_->OnSuspend(request_, 0); in HWTEST_F()
|
/base/powermgr/power_manager/services/native/src/actions/default/ |
H A D | system_suspend_controller.h | 58 int32_t OnSuspend() override;
|
H A D | system_suspend_controller.cpp | 229 int32_t SystemSuspendController::PowerHdfCallback::OnSuspend() in OnSuspend() function in OHOS::PowerMgr::SystemSuspendController::PowerHdfCallback
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | audio_system_manager_adapter.h | 90 virtual void OnSuspend() = 0;
|
H A D | audio_renderer_adapter.h | 110 virtual void OnSuspend() = 0;
|
/base/location/services/location_locator/locator/include/ |
H A D | locator_background_proxy.h | 57 void OnSuspend(const std::shared_ptr<Request>& request, bool active);
|
/base/web/webview/ohos_adapter/audio_adapter/src/ |
H A D | audio_renderer_adapter_impl.cpp | 96 cb_->OnSuspend();
in OnInterrupt() 99 cb_->OnSuspend();
in OnInterrupt()
|
H A D | audio_system_manager_adapter_impl.cpp | 121 cb_->OnSuspend();
in OnInterrupt()
|
/base/location/services/location_locator/locator/source/ |
H A D | locator_background_proxy.cpp | 180 void LocatorBackgroundProxy::OnSuspend(const std::shared_ptr<Request>& request, bool active) in OnSuspend() function in OHOS::Location::LocatorBackgroundProxy
|
/base/web/webview/test/unittest/audio_adapter_impl_test/ |
H A D | audio_adapter_impl_test.cpp | 242 void OnSuspend() override {}; 253 void OnSuspend() override {};
|