Home
last modified time | relevance | path

Searched refs:progressFunc (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_manager_napi.h71 napi_threadsafe_function progressFunc; member
76 RetProgressValue &retProgressValue, napi_ref progressRef) : env(env), progressFunc(func), in ProgressHandler()
186 unique_ptr<MediaAssetManagerAsyncContext> &context, napi_threadsafe_function &progressFunc);
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp1387 napi_status status = napi_acquire_threadsafe_function(progressHandler->progressFunc); in NotifyOnProgress()
1392 status = napi_call_threadsafe_function(progressHandler->progressFunc, (void *)progressHandler, napi_tsfn_blocking); in NotifyOnProgress()
1814 unique_ptr<MediaAssetManagerAsyncContext> &context, napi_threadsafe_function &progressFunc) in CreateOnProgressThreadSafeFunc()
1819 NULL, NULL, NULL, MediaAssetManagerNapi::OnProgress, &progressFunc); in CreateOnProgressThreadSafeFunc()
1822 progressFunc = nullptr; in CreateOnProgressThreadSafeFunc()
1813 CreateOnProgressThreadSafeFunc(napi_env env, unique_ptr<MediaAssetManagerAsyncContext> &context, napi_threadsafe_function &progressFunc) CreateOnProgressThreadSafeFunc() argument

Completed in 5 milliseconds