Home
last modified time | relevance | path

Searched refs:maxReportDelayNs_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dactive_info.cpp28 …:pid_(pid), sensorId_(sensorId), samplingPeriodNs_(samplingPeriodNs), maxReportDelayNs_(maxReportD… in ActiveInfo()
63 return maxReportDelayNs_; in GetMaxReportDelayNs()
68 maxReportDelayNs_ = maxReportDelayNs; in SetMaxReportDelayNs()
85 if (!parcel.WriteInt64(maxReportDelayNs_)) { in Marshalling()
H A Dsensor_basic_info.cpp20 SensorBasicInfo::SensorBasicInfo() : samplingPeriodNs_(0L), maxReportDelayNs_(0L), sensorState_(fal… in SensorBasicInfo()
35 return maxReportDelayNs_; in GetMaxReportDelayNs()
40 maxReportDelayNs_ = maxReportDelayNs; in SetMaxReportDelayNs()
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Dmedical_basic_info.cpp21 : samplingPeriodNs_(0L), maxReportDelayNs_(0L), sensorState_(SENSOR_DISABLED) in MedicalSensorBasicInfo()
36 return maxReportDelayNs_; in GetMaxReportDelayNs()
41 maxReportDelayNs_ = maxReportDelayNs; in SetMaxReportDelayNs()
/ohos5.0/base/sensors/sensor/utils/common/include/
H A Dsensor_basic_info.h38 int64_t maxReportDelayNs_; variable
H A Dactive_info.h43 int64_t maxReportDelayNs_ { -1 };
/ohos5.0/base/sensors/medical_sensor/utils/include/
H A Dmedical_sensor_basic_info.h42 int64_t maxReportDelayNs_; variable