Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_config.h130 bool IsSelfPowered() const in IsSelfPowered() function
204 cJSON_AddBoolToObject(config, "isSelfPowered", IsSelfPowered()); in getJsonString()
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp141 NapiUtil::SetValueBool(env, "isSelfPowered", usbConfig.IsSelfPowered(), obj); in CtoJSUsbConfig()