Home
last modified time | relevance | path

Searched defs:Payload (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_consumer/
Dinstall_plan.h81 struct Payload { struct
82 std::vector<std::string> payload_urls; // URLs to download the payload
83 uint64_t size = 0; // size of the payload
84 uint64_t metadata_size = 0; // size of the metadata
85 std::string metadata_signature; // signature of the metadata in base64
86 brillo::Blob hash; // SHA256 hash of the payload
88 std::string fp; // fingerprint value unique to the payload
89 std::string app_id; // App ID of the payload
93 bool already_applied = false;
/system/chre/chpp/
DREADME.md102 ## Payload section in Transport Layer Packetization
/system/update_engine/scripts/update_payload/
Dpayload.py65 class Payload(object): class