Home
last modified time | relevance | path

Searched refs:interval_ (Results 1 - 9 of 9) sorted by relevance

/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_endpoint.h33 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 Dimg_view_adapter.cpp83 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 Dimg_view_adapter.h64 uint32_t interval_ { 0 };
/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_sensor_provider.cpp118 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 Dprotector_thermal_zone_info.cpp203 interval_ = interval; in SetInterval()
208 return interval_; in GetInterval()
234 interval_, desc_, multiple_); in Dump()
/base/powermgr/thermal_manager/application/protector/include/
H A Dthermal_sensor_provider.h67 uint32_t interval_; member in OHOS::PowerMgr::ThermalSensorProvider
/base/location/services/location_locator/locator/include/
H A Dsubability_common.h70 int interval_ = 0; member in OHOS::Location::SubAbility
/base/powermgr/thermal_manager/application/protector/include/policy/
H A Dprotector_thermal_zone_info.h65 int32_t interval_; member in OHOS::PowerMgr::ProtectorThermalZoneInfo
/base/location/services/location_locator/locator/source/
H A Dsubability_common.cpp68 interval_ = workRecord.GetTimeInterval(0); in LocationRequest()

Completed in 4 milliseconds