Home
last modified time | relevance | path

Searched refs:SubscribeOhosSensor (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_sensor_adapter_wrapper.cpp53 int32_t ArkSensorAdapterWrapper::SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) in SubscribeOhosSensor() function in OHOS::ArkWeb::ArkSensorAdapterWrapper
55 return ctocpp_->SubscribeOhosSensor(sensorTypeId, samplingInterval); in SubscribeOhosSensor()
H A Dark_sensor_adapter_wrapper.h34 int32_t SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_sensor_adapter_impl.cpp53 int32_t ArkSensorAdapterImpl::SubscribeOhosSensor(int32_t type, int64_t samplingInterval) in SubscribeOhosSensor() function in OHOS::ArkWeb::ArkSensorAdapterImpl
55 return real_->SubscribeOhosSensor(type, samplingInterval); in SubscribeOhosSensor()
H A Dark_sensor_adapter_impl.h39 int32_t SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_sensor_adapter.h52 virtual int32_t SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dsensor_adapter.h57 virtual int32_t SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) = 0;
/ohos5.0/base/web/webview/ohos_adapter/sensor_adapter/include/
H A Dsensor_adapter_impl.h47 int32_t SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) override;
/ohos5.0/base/web/webview/ohos_adapter/sensor_adapter/src/
H A Dsensor_adapter_impl.cpp354 int32_t SensorAdapterImpl::SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) in SubscribeOhosSensor() function in OHOS::NWeb::SensorAdapterImpl