Home
last modified time | relevance | path

Searched refs:partialUpdate (Results 1 – 3 of 3) sorted by relevance

/development/tools/ota_analysis/src/services/
Dpayload_nonab.js16 this.partialUpdate = false
Dupdate_metadata_pb.js4105 DeltaArchiveManifest.prototype.partialUpdate = false; method in DeltaArchiveManifest
4172 … if (message.partialUpdate != null && Object.hasOwnProperty.call(message, "partialUpdate"))
4173 writer.uint32(/* id 16, wireType 0 =*/128).bool(message.partialUpdate);
4263 message.partialUpdate = reader.bool();
4382 if (message.partialUpdate != null && message.hasOwnProperty("partialUpdate"))
4383 if (typeof message.partialUpdate !== "boolean")
4505 if (object.partialUpdate != null)
4506 message.partialUpdate = Boolean(object.partialUpdate);
4564 object.partialUpdate = false;
4614 if (message.partialUpdate != null && message.hasOwnProperty("partialUpdate"))
[all …]
/development/tools/ota_analysis/src/components/
DBasicInfo.vue44 <span v-if="payload.manifest.partialUpdate"> &#9989; </span>