Searched refs:interval_ (Results 1 – 9 of 9) sorted by relevance
/base/usb/usb_manager/interfaces/innerkits/native/include/ |
D | usb_endpoint.h | 33 this->interval_ = static_cast<int32_t>(interval); in USBEndpoint() 41 interval_ = endpoint["interval"].asInt(); in USBEndpoint() 76 return interval_; in GetInterval() 100 .append(std::to_string(interval_)) in ToString() 121 interval_ = val; in SetInterval() 144 endpoint["interval"] = interval_; in ToJson() 157 int32_t interval_ = INVALID_USB_INT_VALUE; variable
|
/base/update/updater/services/ui/view/component/ |
D | img_view_adapter.cpp | 82 interval_ = spec.updInterval; in ImgViewAdapter() 88 LOG(INFO) << "dir:" << dir_ << ", imgCnt:" << imgCnt_ << ", interval:" << interval_; in ImgViewAdapter() 89 if (interval_ == 0) { in ImgViewAdapter() 177 Utils::UsSleep(interval_ * USECOND_TO_MSECOND); in ShowNextImage()
|
D | img_view_adapter.h | 63 uint32_t interval_ { 0 };
|
/base/powermgr/thermal_manager/application/protector/src/ |
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/ |
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/ |
D | thermal_sensor_provider.h | 67 uint32_t interval_; variable
|
/base/powermgr/thermal_manager/application/protector/include/policy/ |
D | protector_thermal_zone_info.h | 65 int32_t interval_; variable
|
/base/location/services/location_locator/locator/include/ |
D | subability_common.h | 69 int interval_ = 0; variable
|
/base/location/services/location_locator/locator/source/ |
D | subability_common.cpp | 50 interval_ = workRecord.GetTimeInterval(0); in LocationRequest() 143 records->Add(uid, pid, name, interval_, uuid); in HandleSelfRequest()
|