Home
last modified time | relevance | path

Searched refs:GetCameraManagerAdapter (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_adapter_helper_wrapper.cpp353 NWeb::CameraManagerAdapter& ArkOhosAdapterHelperWrapper::GetCameraManagerAdapter() in GetCameraManagerAdapter() function in OHOS::ArkWeb::ArkOhosAdapterHelperWrapper
355 static ArkCameraManagerAdapterWrapper instance(ctocpp_->GetCameraManagerAdapter()); in GetCameraManagerAdapter()
H A Dark_ohos_adapter_helper_wrapper.h91 NWeb::CameraManagerAdapter& GetCameraManagerAdapter() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_adapter_helper.h130 virtual CameraManagerAdapter& GetCameraManagerAdapter() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_adapter_helper_impl.h91 ArkWebRefPtr<ArkCameraManagerAdapter> GetCameraManagerAdapter() override;
H A Dark_ohos_adapter_helper_impl.cpp305 ArkWebRefPtr<ArkCameraManagerAdapter> ArkOhosAdapterHelperImpl::GetCameraManagerAdapter() in GetCameraManagerAdapter() function in OHOS::ArkWeb::ArkOhosAdapterHelperImpl
307 static NWeb::CameraManagerAdapter& instance = real_.GetCameraManagerAdapter(); in GetCameraManagerAdapter()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_adapter_helper.h161 virtual ArkWebRefPtr<ArkCameraManagerAdapter> GetCameraManagerAdapter() = 0;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/include/
H A Dohos_adapter_helper_impl.h94 CameraManagerAdapter& GetCameraManagerAdapter() override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H A Dohos_adapter_helper_impl.cpp265 CameraManagerAdapter& OhosAdapterHelperImpl::GetCameraManagerAdapter() in GetCameraManagerAdapter() function in OHOS::NWeb::OhosAdapterHelperImpl
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp218 helper.GetCameraManagerAdapter();