Home
last modified time | relevance | path

Searched defs:apex_manifest (Results 1 – 2 of 2) sorted by relevance

/system/apex/apexd/
Dapex_manifest_test.cpp25 auto apex_manifest = ParseManifest( in TEST() local
33 auto apex_manifest = ParseManifest("{\"version\": 1}\n"); in TEST() local
41 auto apex_manifest = in TEST() local
51 auto apex_manifest = ParseManifest( in TEST() local
62 auto apex_manifest = ParseManifest( in TEST() local
69 auto apex_manifest = ParseManifest( in TEST() local
77 auto apex_manifest = ParseManifest( in TEST() local
84 auto apex_manifest = ParseManifest( in TEST() local
93 auto apex_manifest = ParseManifest("This is an invalid pony"); in TEST() local
Dapex_manifest.cpp36 std::string GetTypeUrl(const ApexManifest& apex_manifest) { in GetTypeUrl()
47 ApexManifest& apex_manifest) { in JsonToApexManifestMessage()
69 ApexManifest apex_manifest; in ParseManifest() local