Searched defs:progressEntity (Results 1 – 4 of 4) sorted by relevance
| /foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
| D | multi_download_progress_napi.cpp | 30 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 …]
|
| D | download_progress_napi.cpp | 103 auto progressEntity = NClass::GetEntityOf<MultiDlProgressEntity>(env, progressVal); in ConvertToValue() local
|
| /foundation/filemanagement/dfs_service/interfaces/kits/js/cloudsyncmanager/ |
| D | downgrade_progress_napi.cpp | 36 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
|
| D | downgrade_download_napi.cpp | 69 auto progressEntity = NClass::GetEntityOf<DowngradeProgressEntity>(env_, progressVal); in ConvertToValue() local
|