Home
last modified time | relevance | path

Searched refs:JSGetPhotoIndex (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h329 EXPORT static napi_value JSGetPhotoIndex(napi_env env, napi_callback_info info);
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp284 DECLARE_NAPI_FUNCTION("getPhotoIndex", JSGetPhotoIndex), DECLARE_NAPI_FUNCTION("setHidden", SetHidden), in UserFileMgrInit()
5558 napi_value MediaLibraryNapi::JSGetPhotoIndex(napi_env env, napi_callback_info info) in JSGetPhotoIndex() function in MediaLibraryNapi
5562 return MediaLibraryNapiUtils::NapiCreateAsyncWork(env, asyncContext, "JSGetPhotoIndex", in JSGetPhotoIndex()
5570 return MediaLibraryNapiUtils::NapiCreateAsyncWork(env, asyncContext, "JSGetPhotoIndex", in PhotoAccessGetPhotoIndex()

Completed in 16 milliseconds