Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/js/src/
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.cpp482 uint32_t propertyLength; in CheckWhetherInitSuccess() local
490 NAPI_CALL_BASE(env, napi_get_array_length(env, propertyNames, &propertyLength), false); in CheckWhetherInitSuccess()
491 if (propertyLength == 0) { in CheckWhetherInitSuccess()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp234 uint32_t propertyLength; in CheckWhetherInitSuccess() local
242 NAPI_CALL_BASE(env, napi_get_array_length(env, propertyNames, &propertyLength), false); in CheckWhetherInitSuccess()
243 if (propertyLength == 0) { in CheckWhetherInitSuccess()

Completed in 20 milliseconds