Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dcloud_media_asset_manager_napi.cpp109 uint32_t propertyLength; in CheckWhetherInitSuccess() local
118 NAPI_CALL_BASE(env, napi_get_array_length(env, propertyNames, &propertyLength), false); in CheckWhetherInitSuccess()
119 if (propertyLength == 0) { in CheckWhetherInitSuccess()
H A Dcloud_enhancement_napi.cpp348 uint32_t propertyLength; in CheckWhetherInitSuccess() local
356 NAPI_CALL_BASE(env, napi_get_array_length(env, propertyNames, &propertyLength), false); in CheckWhetherInitSuccess()
357 if (propertyLength == 0) { in CheckWhetherInitSuccess()
H A Dmedia_library_napi.cpp483 uint32_t propertyLength; in CheckWhetherInitSuccess() local
491 NAPI_CALL_BASE(env, napi_get_array_length(env, propertyNames, &propertyLength), false); in CheckWhetherInitSuccess()
492 if (propertyLength == 0) { in CheckWhetherInitSuccess()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp232 uint32_t propertyLength; in CheckWhetherInitSuccess() local
240 NAPI_CALL_BASE(env, napi_get_array_length(env, propertyNames, &propertyLength), false); in CheckWhetherInitSuccess()
241 if (propertyLength == 0) { in CheckWhetherInitSuccess()