Home
last modified time | relevance | path

Searched refs:sHighlightUserActionType_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_access_helper_napi.h106 static thread_local napi_ref sHighlightUserActionType_; variable
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h377 static thread_local napi_ref sHighlightUserActionType_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp186 thread_local napi_ref MediaLibraryNapi::sHighlightUserActionType_ = nullptr; member in OHOS::Media::MediaLibraryNapi
6535 …S(env, napi_create_reference(env, result, NAPI_INIT_REF_COUNT, &sHighlightUserActionType_), JS_INN… in CreateHighlightAlbumInfoTypeEnum()