Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp261 HalManifest odmManifest; in fetchDeviceHalManifest() local
262 status_t odmStatus = fetchOdmHalManifest(&odmManifest, error); in fetchDeviceHalManifest()
269 if (!out->addAll(&odmManifest, error)) { in fetchDeviceHalManifest()
281 *out = std::move(odmManifest); in fetchDeviceHalManifest()
/system/libvintf/test/
Dvintf_object_tests.cpp698 const std::string odmManifest = variable
739 expectFetch(kOdmManifest, odmManifest); in expectOdmManifest()
831 expectFetch(kOdmManifest, odmManifest); in TEST_P()
848 expectFetch(kOdmLegacyManifest, odmManifest); in TEST_P()