Home
last modified time | relevance | path

Searched refs:existTask (Results 1 – 5 of 5) sorted by relevance

/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h441 bool existTask; member
447 existTask = source.existTask;
/base/update/updateservice/interfaces/kits/js/declaration/
D@ohos.update.d.ts653 existTask: boolean; property
/base/update/updateservice/services/engine/src/
Dupdate_helper.cpp254 info.existTask = reply.ReadBool(); in ReadTaskInfo()
262 data.WriteBool(info.existTask); in WriteTaskInfo()
Dupdate_service.cpp296 taskInfo.existTask = checkResult.isExistNewVersion; in GetTaskInfo()
297 if (!taskInfo.existTask) { in GetTaskInfo()
933 if (!taskInfo.existTask) { in BuildTaskInfoDump()
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp256 NapiUtil::SetBool(env, obj, "existTask", result.result.taskInfo->existTask); in BuildTaskInfo()
257 if (result.result.taskInfo->existTask) { in BuildTaskInfo()