Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dinstall_plan.h59 struct Payload { struct
60 std::vector<std::string> payload_urls; // URLs to download the payload
61 uint64_t size = 0; // size of the payload
62 uint64_t metadata_size = 0; // size of the metadata
63 std::string metadata_signature; // signature of the metadata in base64
64 brillo::Blob hash; // SHA256 hash of the payload
66 std::string fp; // fingerprint value unique to the payload
67 std::string app_id; // App ID of the payload
71 bool already_applied = false;
/system/chre/chpp/
DREADME.md102 ## Payload section in Transport Layer Packetization
/system/update_engine/scripts/update_payload/
Dpayload.py64 class Payload(object): class