Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp925 napi_value mapNapiValue {nullptr}; in GetInfoMapNapiValue() local
926 status = napi_create_map(env, &mapNapiValue); in GetInfoMapNapiValue()
927 CHECK_COND_RET(status == napi_ok && mapNapiValue != nullptr, nullptr, in GetInfoMapNapiValue()
936 status = napi_set_named_property(env, mapNapiValue, "quality", qualityInfo); in GetInfoMapNapiValue()
940 status = napi_map_set_named_property(env, mapNapiValue, "quality", qualityInfo); in GetInfoMapNapiValue()
944 return mapNapiValue; in GetInfoMapNapiValue()