Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp38 SendableFetchFileResultNapi::SendableFetchFileResultNapi() in SendableFetchFileResultNapi() function in OHOS::Media::SendableFetchFileResultNapi
41 SendableFetchFileResultNapi::~SendableFetchFileResultNapi() in ~SendableFetchFileResultNapi()
48SendableFetchFileResultNapi *fetchFileResultObj = reinterpret_cast<SendableFetchFileResultNapi*>(n… in FetchFileResultNapiDestructor()
55 void SendableFetchFileResultNapi::GetFetchResult(unique_ptr<SendableFetchFileResultNapi> &obj) in GetFetchResult()
108 unique_ptr<SendableFetchFileResultNapi> obj = make_unique<SendableFetchFileResultNapi>(); in FetchFileResultNapiConstructor()
128 FetchResType SendableFetchFileResultNapi::GetFetchResType() in GetFetchResType()
312 static bool CheckIfFFRNapiNotEmpty(SendableFetchFileResultNapi* obj) in CheckIfFFRNapiNotEmpty()
329 SendableFetchFileResultNapi* obj = nullptr; in JSGetCount()
697 SendableFetchFileResultNapi* obj = nullptr; in JSClose()
869 bool SendableFetchFileResultNapi::CheckIfPropertyPtrNull() in CheckIfPropertyPtrNull()
[all …]
H A Dnative_module_ohos_photoaccess_helper_sendable.cpp28 SendableFetchFileResultNapi::PhotoAccessHelperInit(env, exports); in PhotoAccessHelperExport()
H A Dsendable_photo_album_napi.cpp525 …napi_value fetchRes = SendableFetchFileResultNapi::CreateFetchFileResult(env, move(context->fetchR… in GetPhotoMapQueryResult()
H A Dsendable_photo_access_helper_napi.cpp323 …napi_value fileResult = SendableFetchFileResultNapi::CreateFetchFileResult(env, move(context->fetc… in GetNapiFileResult()
861 napi_value fileResult = SendableFetchFileResultNapi::CreateFetchFileResult(env, in GetPhotoAlbumQueryResult()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h44 class SendableFetchFileResultNapi {
46 EXPORT SendableFetchFileResultNapi();
47 EXPORT ~SendableFetchFileResultNapi();
70 EXPORT static void GetFetchResult(unique_ptr<SendableFetchFileResultNapi> &obj);
97 SendableFetchFileResultNapi* objectInfo;