Searched refs:propertyLength (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | cloud_enhancement_napi.cpp | 348 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 D | media_library_napi.cpp | 482 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 D | sendable_photo_access_helper_napi.cpp | 234 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