Searched refs:componentType (Results 1 – 11 of 11) sorted by relevance
/base/update/updater/test/unittest/updater_binary/ |
D | updater_binary_unittest.cpp | 138 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/ |
D | VersionUtils.ets | 86 return component.componentType - nextComponent.componentType; 128 return component.componentType == update.ComponentType.OTA;
|
/base/update/updateservice/services/firmware/common/src/ |
D | firmware_update_helper.cpp | 67 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/ |
D | OtaPage.ets | 39 return component.componentType == update.ComponentType.OTA; 78 return component.componentType == update.ComponentType.OTA;
|
/base/update/updateservice/services/engine/src/ |
D | update_helper.cpp | 94 .Append("componentType", componentType) in GetJsonBuilder()
|
D | message_parcel_helper.cpp | 140 versionComponent.componentType = reply.ReadInt32(); in ReadVersionComponents() 160 data.WriteInt32(versionComponent->componentType); in WriteVersionComponents()
|
D | update_service.cpp | 358 … dprintf(fd, "ComponentType: %d\n", checkResult.newVersionInfo.versionComponents[0].componentType); in BuildVersionInfoDump()
|
/base/update/updateservice/services/firmware/upgrade/flow/src/ |
D | firmware_manager.cpp | 376 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.ts | 832 componentType: ComponentType; property
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_helper.h | 367 int32_t componentType = CAST_INT(ComponentType::INVALID); member
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | client_helper.cpp | 86 return versionComponent.componentType != CAST_INT(ComponentType::INVALID); in IsValidData() 141 …NapiUtil::SetInt32(env, napiVersionComponent, "componentType", versionComponents[i].componentType); in BuildVersionComponents()
|