Home
last modified time | relevance | path

Searched defs:constructorRef (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp168 napi_ref &constructorRef) in SolveConstructorRef()
186 napi_ref &constructorRef) in SolveConstructorRef()
204 napi_ref &constructorRef) in SolveConstructorRef()
222 napi_ref &constructorRef) in SolveConstructorRef()
244 napi_ref constructorRef; in CreateFetchFileResult() local
261 napi_ref constructorRef; in CreateFetchFileResult() local
277 napi_ref constructorRef; in CreateFetchFileResult() local
293 napi_ref constructorRef; in CreateFetchFileResult() local
H A Dalbum_napi.cpp178 napi_ref constructorRef; in CreateAlbumNapi() local
H A Dsmart_album_napi.cpp160 … napi_ref constructorRef = (albumData->GetResultNapiType() == ResultNapiType::TYPE_MEDIALIBRARY) ? in CreateSmartAlbumNapi() local
H A Dphoto_album_napi.cpp126 napi_ref constructorRef; in CreatePhotoAlbumNapi() local
H A Dfile_asset_napi.cpp341 napi_ref constructorRef = nullptr; in AttachCreateFileAsset() local
379 napi_ref constructorRef; in CreateFileAsset() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp134 napi_ref &constructorRef) in SolveConstructorRef()
149 napi_ref &constructorRef) in SolveConstructorRef()
164 napi_ref &constructorRef) in SolveConstructorRef()
179 napi_ref &constructorRef) in SolveConstructorRef()
205 napi_ref constructorRef; in CreateFetchFileResult() local
229 napi_ref constructorRef; in CreateFetchFileResult() local
252 napi_ref constructorRef; in CreateFetchFileResult() local
275 napi_ref constructorRef; in CreateFetchFileResult() local
H A Dsendable_photo_album_napi.cpp91 napi_ref constructorRef = photoAccessConstructor_; in CreatePhotoAlbumNapi() local
H A Dsendable_file_asset_napi.cpp202 napi_ref constructorRef; in CreateFileAsset() local
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/include/
H A Dnapi_common_define.h70 napi_ref *constructorRef; member
76 T *CreateJsObject(napi_env env, napi_callback_info info, napi_ref constructorRef, napi_value &jsObj… in CreateJsObject()