Searched refs:interval_ (Results 1 - 9 of 9) sorted by relevance
/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_endpoint.h | 33 this->interval_ = static_cast<int32_t>(interval); in USBEndpoint() 44 interval_ = GetIntValue(endpoint, "interval"); in USBEndpoint() 101 return interval_; in GetInterval() 125 .append(std::to_string(interval_)) in ToString() 146 interval_ = val; in SetInterval() 173 cJSON_AddNumberToObject(endPointJson, "interval", static_cast<double>(interval_)); in getJsonString() 194 int32_t interval_ = INVALID_USB_INT_VALUE; member in OHOS::USB::USBEndpoint
|
/base/update/updater/services/ui/view/component/ |
H A D | img_view_adapter.cpp | 83 interval_ = spec.updInterval; in ImgViewAdapter() 89 LOG(DEBUG) << "dir:" << dir_ << ", imgCnt:" << imgCnt_ << ", interval:" << interval_; in ImgViewAdapter() local 90 if (interval_ == 0) { in ImgViewAdapter() 203 Utils::UsSleep(interval_ * USECOND_TO_MSECOND); in ShowNextImage()
|
H A D | img_view_adapter.h | 64 uint32_t interval_ { 0 };
|
/base/powermgr/thermal_manager/application/protector/src/ |
H A D | thermal_sensor_provider.cpp | 118 interval_ = iter.second; in GetTypeInterval() 130 THERMAL_HILOGD(FEATURE_PROTECTOR, "interval_ is %{public}d", interval_); in CreateProviderFd() 131 SetTimerInterval(interval_, timerFd_); in CreateProviderFd()
|
/base/powermgr/thermal_manager/application/protector/src/policy/ |
H A D | protector_thermal_zone_info.cpp | 203 interval_ = interval; in SetInterval() 208 return interval_; in GetInterval() 234 interval_, desc_, multiple_); in Dump()
|
/base/powermgr/thermal_manager/application/protector/include/ |
H A D | thermal_sensor_provider.h | 67 uint32_t interval_; member in OHOS::PowerMgr::ThermalSensorProvider
|
/base/location/services/location_locator/locator/include/ |
H A D | subability_common.h | 70 int interval_ = 0; member in OHOS::Location::SubAbility
|
/base/powermgr/thermal_manager/application/protector/include/policy/ |
H A D | protector_thermal_zone_info.h | 65 int32_t interval_; member in OHOS::PowerMgr::ProtectorThermalZoneInfo
|
/base/location/services/location_locator/locator/source/ |
H A D | subability_common.cpp | 68 interval_ = workRecord.GetTimeInterval(0); in LocationRequest()
|
Completed in 4 milliseconds