Home
last modified time | relevance | path

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

/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js2241 PartitionUpdate.prototype.runPostinstall = false; method in PartitionUpdate
2404 … if (message.runPostinstall != null && Object.hasOwnProperty.call(message, "runPostinstall"))
2405 writer.uint32(/* id 2, wireType 0 =*/16).bool(message.runPostinstall);
2481 message.runPostinstall = reader.bool();
2579 if (message.runPostinstall != null && message.hasOwnProperty("runPostinstall"))
2580 if (typeof message.runPostinstall !== "boolean")
2680 if (object.runPostinstall != null)
2681 message.runPostinstall = Boolean(object.runPostinstall);
2791 object.runPostinstall = false;
2819 if (message.runPostinstall != null && message.hasOwnProperty("runPostinstall"))
[all …]