Searched refs:propertyLength (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | cloud_media_asset_manager_napi.cpp | 109 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 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 | 483 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 D | sendable_photo_access_helper_napi.cpp | 232 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()
|