Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp150 static bool IsFastRequestCanceled(const std::string &requestId, std::string &photoId) in IsFastRequestCanceled() function
483 bool hasFastRequestInProcess = IsFastRequestCanceled(requestId, photoId); in NativeCancelRequest()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp1325 static bool IsFastRequestCanceled(const std::string &requestId, std::string &photoId) in IsFastRequestCanceled() function
1373 bool hasFastRequestInProcess = IsFastRequestCanceled(requestId, photoId); in JSCancelRequest()