Home
last modified time | relevance | path

Searched refs:CameraStopType (Results 1 - 8 of 8) sorted by relevance

/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_mock.cpp70 int32_t CameraManagerAdapterImpl::StopSession(CameraStopType stopType) in StopSession()
H A Dcamera_manager_adapter_impl.cpp649 int32_t CameraManagerAdapterImpl::StopSession(CameraStopType stopType) in StopSession()
660 if (stopType == CameraStopType::NORMAL) { in StopSession()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_camera_manager_adapter_wrapper.h48 int32_t StopSession(NWeb::CameraStopType stopType) override;
H A Dark_camera_manager_adapter_wrapper.cpp140 int32_t ArkCameraManagerAdapterWrapper::StopSession(NWeb::CameraStopType stopType) in StopSession()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dcamera_manager_adapter.h85 enum class CameraStopType : int32_t { TO_BACK = 0, NORMAL }; class
271 virtual int32_t StopSession(CameraStopType stopType) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_camera_manager_adapter_impl.cpp113 return real_.StopSession((NWeb::CameraStopType)stopType); in StopSession()
/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_manager_adapter_impl.h105 int32_t StopSession(CameraStopType stopType) override;
/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H A Dcamera_adapter_impl_test.cpp365 result = adapter.StopSession(CameraStopType::NORMAL); in HWTEST_F()
367 result = adapter.StopSession(CameraStopType::TO_BACK); in HWTEST_F()

Completed in 6 milliseconds