Searched refs:IsSelfPowered (Results 1 – 2 of 2) sorted by relevance
130 bool IsSelfPowered() const in IsSelfPowered() function204 cJSON_AddBoolToObject(config, "isSelfPowered", IsSelfPowered()); in getJsonString()
141 NapiUtil::SetValueBool(env, "isSelfPowered", usbConfig.IsSelfPowered(), obj); in CtoJSUsbConfig()