Home
last modified time | relevance | path

Searched defs:progressEntity (Results 1 – 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
Dmulti_download_progress_napi.cpp30 auto progressEntity = make_unique<MultiDlProgressEntity>(); in Constructor() local
43 auto progressEntity = NClass::GetEntityOf<MultiDlProgressEntity>(env, funcArg.GetThisVar()); in GetStatus() local
58 auto progressEntity = NClass::GetEntityOf<MultiDlProgressEntity>(env, funcArg.GetThisVar()); in GetTaskId() local
73 auto progressEntity = NClass::GetEntityOf<MultiDlProgressEntity>(env, funcArg.GetThisVar()); in GetDownloadedNum() local
88 auto progressEntity = NClass::GetEntityOf<MultiDlProgressEntity>(env, funcArg.GetThisVar()); in GetFailedNum() local
103 auto progressEntity = NClass::GetEntityOf<MultiDlProgressEntity>(env, funcArg.GetThisVar()); in GetTotalNum() local
118 auto progressEntity = NClass::GetEntityOf<MultiDlProgressEntity>(env, funcArg.GetThisVar()); in GetDownloadedSize() local
133 auto progressEntity = NClass::GetEntityOf<MultiDlProgressEntity>(env, funcArg.GetThisVar()); in GetTotalSize() local
148 auto progressEntity = NClass::GetEntityOf<MultiDlProgressEntity>(env, funcArg.GetThisVar()); in GetErrorType() local
166 auto progressEntity = NClass::GetEntityOf<MultiDlProgressEntity>(env, funcArg.GetThisVar()); in GetFailedFileList() local
[all …]
Ddownload_progress_napi.cpp103 auto progressEntity = NClass::GetEntityOf<MultiDlProgressEntity>(env, progressVal); in ConvertToValue() local
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudsyncmanager/
Ddowngrade_progress_napi.cpp36 auto progressEntity = make_unique<DowngradeProgressEntity>(); in Constructor() local
54 auto progressEntity = NClass::GetEntityOf<DowngradeProgressEntity>(env, funcArg.GetThisVar()); in GetState() local
70 auto progressEntity = NClass::GetEntityOf<DowngradeProgressEntity>(env, funcArg.GetThisVar()); in GetSuccessfulCount() local
86 auto progressEntity = NClass::GetEntityOf<DowngradeProgressEntity>(env, funcArg.GetThisVar()); in GetFailedCount() local
102 auto progressEntity = NClass::GetEntityOf<DowngradeProgressEntity>(env, funcArg.GetThisVar()); in GetTotalCount() local
118 auto progressEntity = NClass::GetEntityOf<DowngradeProgressEntity>(env, funcArg.GetThisVar()); in GetDownloadedSize() local
134 auto progressEntity = NClass::GetEntityOf<DowngradeProgressEntity>(env, funcArg.GetThisVar()); in GetTotalSize() local
150 auto progressEntity = NClass::GetEntityOf<DowngradeProgressEntity>(env, funcArg.GetThisVar()); in GetStopReason() local
Ddowngrade_download_napi.cpp69 auto progressEntity = NClass::GetEntityOf<DowngradeProgressEntity>(env_, progressVal); in ConvertToValue() local