Home
last modified time | relevance | path

Searched defs:assetHandler (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp120 AssetHandler *assetHandler = new AssetHandler(photoId, requestId, uri, destUri, handler); in CreateAssetHandler() local
152 AssetHandler *assetHandler = nullptr; in IsFastRequestCanceled() local
169 AssetHandler *assetHandler = nullptr; in IsMapRecordCanceled() local
199 std::map<std::string, AssetHandler*> assetHandler; in InsertInProcessMapRecord() local
242 AssetHandler *assetHandler = CreateAssetHandler(asyncContext->photoId, asyncContext->requestId, in InsertDataHandler() local
297 bool MediaAssetManagerImpl::NotifyImageDataPrepared(AssetHandler *assetHandler) in NotifyImageDataPrepared()
687 AssetHandler *assetHandler = InsertDataHandler(NativeNotifyMode::FAST_NOTIFY, asyncContext); in NotifyDataPreparedWithoutRegister() local
746 auto assetHandler = handler.second; in OnChange() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp126 AssetHandler *assetHandler = new AssetHandler(photoId, requestId, uri, handler, func); in CreateAssetHandler() local
153 std::map<std::string, AssetHandler*> assetHandler; in InsertInProcessMapRecord() local
231 AssetHandler *assetHandler = CreateAssetHandler(asyncContext->photoId, asyncContext->requestId, in InsertDataHandler() local
900 AssetHandler *assetHandler = InsertDataHandler(NotifyMode::FAST_NOTIFY, env, asyncContext); in NotifyDataPreparedWithoutRegister() local
922 static napi_value GetInfoMapNapiValue(napi_env env, AssetHandler* assetHandler) in GetInfoMapNapiValue()
998 AssetHandler *assetHandler = reinterpret_cast<AssetHandler *>(data); in OnDataPrepared() local
1048 void MediaAssetManagerNapi::NotifyMediaDataPrepared(AssetHandler *assetHandler) in NotifyMediaDataPrepared()
1085 auto assetHandler = handler.second; in OnChange() local
1327 AssetHandler *assetHandler = nullptr; in IsFastRequestCanceled() local
1344 AssetHandler *assetHandler = nullptr; in IsMapRecordCanceled() local
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_manager_napi.h85 AssetHandler *assetHandler = nullptr; member