Home
last modified time | relevance | path

Searched refs:configsObj (Results 1 - 1 of 1) sorted by relevance

/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp391 napi_value configsObj; in ParseConfigsObjs() local
392 bool hasProperty = NapiUtil::JsObjectGetProperty(env, deviceObj, "configs", configsObj); in ParseConfigsObjs()
396 napi_typeof(env, configsObj, &valueType); in ParseConfigsObjs()
401 napi_get_array_length(env, configsObj, &configCount); in ParseConfigsObjs()
404 napi_get_element(env, configsObj, i, &configObj); in ParseConfigsObjs()

Completed in 4 milliseconds