Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_config.h37 this->maxPower_ = static_cast<int32_t>(maxPower); in USBConfig()
49 maxPower_ = GetIntValue(config, "maxPower"); in USBConfig()
117 return maxPower_ * 2; in GetMaxPower()
157 this->maxPower_ = maxPower; in SetMaxPower()
167 << "maxPower=" << maxPower_ << "; "; in ToString()
201 cJSON_AddNumberToObject(config, "maxPower", static_cast<double>(maxPower_)); in getJsonString()
232 int32_t maxPower_ = INVALID_USB_INT_VALUE; variable