Home
last modified time | relevance | path

Searched refs:kSystemManifest (Results 1 – 3 of 3) sorted by relevance

/system/libvintf/test/
Dvintf_object_tests.cpp391 ON_CALL(fetcher(), fetch(StrEq(kSystemManifest), _)) in setupMockFetcher()
429 EXPECT_CALL(fetcher(), fetch(StrEq(kSystemManifest), _)).Times(times); in expectSystemManifest()
1540 expectManifest(kSystemManifest, "ISystemEtc", std::get<0>(GetParam())); in TEST_P()
1549 << "getFrameworkHalManifest must return nullptr if " << kSystemManifest in TEST_P()
/system/libvintf/
DVintfObject.cpp384 auto systemEtcStatus = fetchOneHalManifest(kSystemManifest, out, error); in fetchFrameworkHalManifest()
417 LOG(WARNING) << "Cannot fetch " << kSystemManifest << ": " in fetchFrameworkHalManifest()
604 const std::string kSystemManifest = kSystemVintfDir + "manifest.xml"; variable
/system/libvintf/include/vintf/
DVintfObject.h382 extern const std::string kSystemManifest;