Home
last modified time | relevance | path

Searched refs:rangeId (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_discreporter.c133 for (size_t rangeId = 0; rangeId < BLE_RSSI_RANGE_SIZE; rangeId++) { in ClearBleRssi() local
134 g_bleRssiRangeId[rangeId] = 0; in ClearBleRssi()
135 g_bleRssiRangeData[rangeId] = 0; in ClearBleRssi()
530 uint32_t rangeId = (uint32_t)((MAX_RANGE_ID - rssi) / INTERVAL_OF_RSSI); in SoftbusRecordDiscBleRssi() local
531 if (rangeId >= BLE_RSSI_RANGE_SIZE) { in SoftbusRecordDiscBleRssi()
536 g_bleRssiRangeId[rangeId] = rangeId; in SoftbusRecordDiscBleRssi()
537 g_bleRssiRangeData[rangeId] += 1; in SoftbusRecordDiscBleRssi()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_camera_manager_adapter_impl.cpp81 …fPtr<ArkVideoCaptureRangeAdapter> ArkCameraManagerAdapterImpl::GetCaptionRangeById(int32_t rangeId) in GetCaptionRangeById() argument
83 …NWeb::VideoCaptureRangeAdapter> adapter = real_.GetCaptionRangeById((NWeb::RangeIDAdapter)rangeId); in GetCaptionRangeById()
H A Dark_camera_manager_adapter_impl.h39 ArkWebRefPtr<ArkVideoCaptureRangeAdapter> GetCaptionRangeById(int32_t rangeId) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_camera_manager_adapter_wrapper.cpp94 NWeb::RangeIDAdapter rangeId) in GetCaptionRangeById() argument
100 …ArkWebRefPtr<ArkVideoCaptureRangeAdapter> adapter = ctocpp_->GetCaptionRangeById((int32_t)rangeId); in GetCaptionRangeById()
H A Dark_camera_manager_adapter_wrapper.h38 …red_ptr<NWeb::VideoCaptureRangeAdapter> GetCaptionRangeById(NWeb::RangeIDAdapter rangeId) override;
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_mock.cpp45 …ptr<VideoCaptureRangeAdapter> CameraManagerAdapterImpl::GetCaptionRangeById(RangeIDAdapter rangeId) in GetCaptionRangeById() argument
H A Dcamera_manager_adapter_impl.cpp496 …ptr<VideoCaptureRangeAdapter> CameraManagerAdapterImpl::GetCaptionRangeById(RangeIDAdapter rangeId) in GetCaptionRangeById() argument
500 WVLOG_E("captureSession is nullptr when get %{public}d range info", rangeId); in GetCaptionRangeById()
505 if (rangeId == RangeIDAdapter::RANGE_ID_EXP_COMPENSATION) { in GetCaptionRangeById()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_camera_manager_adapter.h197 virtual ArkWebRefPtr<ArkVideoCaptureRangeAdapter> GetCaptionRangeById(int32_t rangeId) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dcamera_manager_adapter.h261 … virtual std::shared_ptr<VideoCaptureRangeAdapter> GetCaptionRangeById(RangeIDAdapter rangeId) = 0;
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_manager_adapter_impl.h95 std::shared_ptr<VideoCaptureRangeAdapter> GetCaptionRangeById(RangeIDAdapter rangeId) override;