Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp493 napi_value keyArr = nullptr; in GetObjectTypeAttribute() local
494 napi_status status = napi_get_property_names(env, propertyValue, &keyArr); in GetObjectTypeAttribute()
500 status = napi_get_array_length(env, keyArr, &len); in GetObjectTypeAttribute()
507 napi_get_element(env, keyArr, i, &key); in GetObjectTypeAttribute()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp1338 napi_value keyArr = nullptr; in ParseCreateAccountOptions() local
1339 napi_get_property_names(env, customDataValue, &keyArr); in ParseCreateAccountOptions()
1341 napi_get_array_length(env, keyArr, &keyNum); in ParseCreateAccountOptions()
1344 napi_get_element(env, keyArr, i, &item); in ParseCreateAccountOptions()

Completed in 5 milliseconds