Home
last modified time | relevance | path

Searched refs:componentType (Results 1 – 11 of 11) sorted by relevance

/base/update/updater/test/unittest/updater_binary/
Dupdater_binary_unittest.cpp138 uint8_t componentType = 22; in CreatePackageBin() local
151 BuildCompnentInfo(comp[i], testFileNames_[i], testFileNames_[i], componentType); in CreatePackageBin()
195 const std::string &scriptPath = "loadScript.us", uint8_t componentType = 0) const in BuildCompnentInfo() argument
212 comp.type = componentType; in BuildCompnentInfo()
/base/update/update_app/feature/ota/src/main/ets/util/
DVersionUtils.ets86 return component.componentType - nextComponent.componentType;
128 return component.componentType == update.ComponentType.OTA;
/base/update/updateservice/services/firmware/common/src/
Dfirmware_update_helper.cpp67 hotaVersionComponent.componentType = CAST_INT(ComponentType::OTA); in BuildHotaVersionComponent()
119 hotaVersionComponent.componentType = CAST_INT(ComponentType::OTA); in BuildCurrentVersionInfo()
/base/update/update_app/feature/ota/src/main/ets/
DOtaPage.ets39 return component.componentType == update.ComponentType.OTA;
78 return component.componentType == update.ComponentType.OTA;
/base/update/updateservice/services/engine/src/
Dupdate_helper.cpp94 .Append("componentType", componentType) in GetJsonBuilder()
Dmessage_parcel_helper.cpp140 versionComponent.componentType = reply.ReadInt32(); in ReadVersionComponents()
160 data.WriteInt32(versionComponent->componentType); in WriteVersionComponents()
Dupdate_service.cpp358 … dprintf(fd, "ComponentType: %d\n", checkResult.newVersionInfo.versionComponents[0].componentType); in BuildVersionInfoDump()
/base/update/updateservice/services/firmware/upgrade/flow/src/
Dfirmware_manager.cpp376 versionComponent.componentType = CAST_INT(ComponentType::OTA); in HandleBootUpdateSuccess()
403 versionComponent.componentType = CAST_INT(ComponentType::OTA); in HandleBootUpdateFail()
/base/update/updateservice/interfaces/kits/js/declaration/
D@ohos.update.d.ts832 componentType: ComponentType; property
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h367 int32_t componentType = CAST_INT(ComponentType::INVALID); member
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp86 return versionComponent.componentType != CAST_INT(ComponentType::INVALID); in IsValidData()
141 …NapiUtil::SetInt32(env, napiVersionComponent, "componentType", versionComponents[i].componentType); in BuildVersionComponents()