Home
last modified time | relevance | path

Searched refs:fetchFileResultObj (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp48 …SendableFetchFileResultNapi *fetchFileResultObj = reinterpret_cast<SendableFetchFileResultNapi*>(n… in FetchFileResultNapiDestructor() local
49 if (fetchFileResultObj != nullptr) { in FetchFileResultNapiDestructor()
50 delete fetchFileResultObj; in FetchFileResultNapiDestructor()
51 fetchFileResultObj = nullptr; in FetchFileResultNapiDestructor()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp48 FetchFileResultNapi *fetchFileResultObj = reinterpret_cast<FetchFileResultNapi*>(nativeObject); in FetchFileResultNapiDestructor() local
49 if (fetchFileResultObj != nullptr) { in FetchFileResultNapiDestructor()
50 delete fetchFileResultObj; in FetchFileResultNapiDestructor()
51 fetchFileResultObj = nullptr; in FetchFileResultNapiDestructor()