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 D | ark_sensor_adapter_wrapper.cpp | 53 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 D | ark_sensor_adapter_wrapper.h | 34 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 D | ark_sensor_adapter_impl.cpp | 53 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 D | ark_sensor_adapter_impl.h | 39 int32_t SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_sensor_adapter.h | 52 virtual int32_t SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | sensor_adapter.h | 57 virtual int32_t SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/sensor_adapter/include/ |
H A D | sensor_adapter_impl.h | 47 int32_t SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) override;
|
/ohos5.0/base/web/webview/ohos_adapter/sensor_adapter/src/ |
H A D | sensor_adapter_impl.cpp | 354 int32_t SensorAdapterImpl::SubscribeOhosSensor(int32_t sensorTypeId, int64_t samplingInterval) in SubscribeOhosSensor() function in OHOS::NWeb::SensorAdapterImpl
|