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/
Dusb_endpoint.h33 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/
Dimg_view_adapter.cpp82 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()
Dimg_view_adapter.h63 uint32_t interval_ { 0 };
/base/powermgr/thermal_manager/application/protector/src/
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/
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/
Dthermal_sensor_provider.h67 uint32_t interval_; variable
/base/powermgr/thermal_manager/application/protector/include/policy/
Dprotector_thermal_zone_info.h65 int32_t interval_; variable
/base/location/services/location_locator/locator/include/
Dsubability_common.h69 int interval_ = 0; variable
/base/location/services/location_locator/locator/source/
Dsubability_common.cpp50 interval_ = workRecord.GetTimeInterval(0); in LocationRequest()
143 records->Add(uid, pid, name, interval_, uuid); in HandleSelfRequest()