Home
last modified time | relevance | path

Searched refs:StartCamera (Results 1 - 10 of 10) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1077 virtual void StartCamera() = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h326 ErrCode StartCamera();
H A Dnapi_webview_controller.h304 static napi_value StartCamera(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1533 ErrCode WebviewController::StartCamera() in StartCamera() function in OHOS::NWeb::WebviewController
1540 nweb_ptr->StartCamera(); in StartCamera()
H A Dnapi_webview_controller.cpp608 DECLARE_NAPI_FUNCTION("startCamera", NapiWebviewController::StartCamera), in Init()
5577 napi_value NapiWebviewController::StartCamera(napi_env env, napi_callback_info info) in StartCamera() function in OHOS::NWeb::NapiWebviewController
5585 webviewController->StartCamera(); in StartCamera()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h933 void StartCamera() override;
H A Dark_web_nweb_impl.cpp853 void ArkWebNWebImpl::StartCamera() in StartCamera() function in OHOS::ArkWeb::ArkWebNWebImpl
855 nweb_nweb_->StartCamera(); in StartCamera()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp989 void ArkWebNWebWrapper::StartCamera() in StartCamera() function in OHOS::ArkWeb::ArkWebNWebWrapper
991 ark_web_nweb_->StartCamera(); in StartCamera()
H A Dark_web_nweb_wrapper.h934 void StartCamera() override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1138 virtual void StartCamera() = 0;

Completed in 26 milliseconds