Searched refs:JSGetPhotoIndex (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | media_library_napi.h | 329 EXPORT static napi_value JSGetPhotoIndex(napi_env env, napi_callback_info info);
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_library_napi.cpp | 284 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