Home
last modified time | relevance | path

Searched refs:GetCurrentDeviceId (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_camera_manager_adapter_impl.cpp155 ArkWebString ArkCameraManagerAdapterImpl::GetCurrentDeviceId() in GetCurrentDeviceId() function in OHOS::ArkWeb::ArkCameraManagerAdapterImpl
157 return ArkWebStringClassToStruct(real_.GetCurrentDeviceId()); in GetCurrentDeviceId()
H A Dark_camera_manager_adapter_impl.h62 ArkWebString GetCurrentDeviceId() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_camera_manager_adapter_wrapper.cpp205 std::string ArkCameraManagerAdapterWrapper::GetCurrentDeviceId() in GetCurrentDeviceId() function in OHOS::ArkWeb::ArkCameraManagerAdapterWrapper
210 ArkWebString str = ctocpp_->GetCurrentDeviceId(); in GetCurrentDeviceId()
H A Dark_camera_manager_adapter_wrapper.h62 std::string GetCurrentDeviceId() override;
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_event_normalize.cpp55 int32_t deviceId = GetCurrentDeviceId(); in GetCurrentProcessor()
69 int32_t MouseEventNormalize::GetCurrentDeviceId() const in GetCurrentDeviceId() function in OHOS::MMI::MouseEventNormalize
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_source/include/
H A Daudio_source.h109 int32_t GetCurrentDeviceId(uint32_t &deviceId);
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_mock.cpp87 std::string CameraManagerAdapterImpl::GetCurrentDeviceId() in GetCurrentDeviceId() function in OHOS::NWeb::CameraManagerAdapterImpl
H A Dcamera_manager_adapter_impl.cpp729 std::string CameraManagerAdapterImpl::GetCurrentDeviceId() in GetCurrentDeviceId() function in OHOS::NWeb::CameraManagerAdapterImpl
905 std::string currentDeviceId = CameraManagerAdapterImpl::GetInstance().GetCurrentDeviceId(); in GetPictureRotation()
1065 std::string currentDeviceId = CameraManagerAdapterImpl::GetInstance().GetCurrentDeviceId(); in OnCameraStatusChanged()
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_event_normalize.h67 int32_t GetCurrentDeviceId() const;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_camera_manager_adapter.h232 virtual ArkWebString GetCurrentDeviceId() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dcamera_manager_adapter.h285 virtual std::string GetCurrentDeviceId() = 0;
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_manager_adapter_impl.h118 std::string GetCurrentDeviceId() override;
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_source/
H A Daudio_source.cpp223 int32_t AudioSource::GetCurrentDeviceId(uint32_t &deviceId) in GetCurrentDeviceId() function in OHOS::Audio::AudioSource
/ohos5.0/foundation/multimedia/audio_lite/services/impl/
H A Daudio_capturer_impl.cpp179 ret = audioSource_->GetCurrentDeviceId(deviceId); in Record()