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.cpp759 const std::string odmManifest = variable
800 expectFetch(kOdmManifest, odmManifest); in expectOdmManifest()
892 expectFetch(kOdmManifest, odmManifest); in TEST_P()
909 expectFetch(kOdmLegacyManifest, odmManifest); in TEST_P()