Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp258 HalManifest odmManifest; in fetchDeviceHalManifest() local
259 status_t odmStatus = fetchOdmHalManifest(&odmManifest, error); in fetchDeviceHalManifest()
266 if (!out->addAll(&odmManifest, error)) { in fetchDeviceHalManifest()
278 *out = std::move(odmManifest); in fetchDeviceHalManifest()
/system/libvintf/test/
Dvintf_object_tests.cpp691 const std::string odmManifest = variable
732 expectFetch(kOdmManifest, odmManifest); in expectOdmManifest()
824 expectFetch(kOdmManifest, odmManifest); in TEST_P()
841 expectFetch(kOdmLegacyManifest, odmManifest); in TEST_P()