Home
last modified time | relevance | path

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

/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h336 size_t effectiveMode; member
348 effectiveMode = source.effectiveMode;
/base/update/updateservice/interfaces/kits/js/declaration/
D@ohos.update.d.ts415 effectiveMode: EffectiveMode; property
/base/update/updateservice/services/engine/src/
Dupdate_helper.cpp148 versionComponent->effectiveMode = static_cast<size_t>(reply.ReadUint32()); in ReadVersionComponents()
166 data.WriteUint32(static_cast<uint32_t>(versionComponent->effectiveMode)); in WriteVersionComponents()
Dupdate_service.cpp215 …checkResult.newVersionInfo.versionComponents[0].effectiveMode = static_cast<size_t>(EffectiveMode:… in GetCheckResult()
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp173 …NapiUtil::SetInt32(env, napiVersionComponent, "effectiveMode", versionComponents[i].effectiveMode); in BuildVersionComponents()