Home
last modified time | relevance | path

Searched refs:JSGetAllObject (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h77 EXPORT static napi_value JSGetAllObject(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp68 DECLARE_NAPI_FUNCTION("getAllObject", JSGetAllObject), in Init()
322 DECLARE_NAPI_FUNCTION("getAllObject", JSGetAllObject), in UserFileMgrInit()
343 DECLARE_NAPI_FUNCTION("getAllObjects", JSGetAllObject), in PhotoAccessHelperInit()
835 napi_value FetchFileResultNapi::JSGetAllObject(napi_env env, napi_callback_info info) in JSGetAllObject() function in OHOS::Media::FetchFileResultNapi
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h82 EXPORT static napi_value JSGetAllObject(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp299 DECLARE_NAPI_FUNCTION("getAllObjects", JSGetAllObject), in PhotoAccessHelperInit()
642 napi_value SendableFetchFileResultNapi::JSGetAllObject(napi_env env, napi_callback_info info) in JSGetAllObject() function in OHOS::Media::SendableFetchFileResultNapi
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/
H A Dlibmedialibrary.map155 "OHOS::Media::FetchFileResultNapi::JSGetAllObject(napi_env__ *,napi_callback_info__ *)";