Searched refs:vintfObject (Results 1 – 3 of 3) sorted by relevance
354 return static_cast<MockFileSystem&>(*vintfObject->getFileSystem()); in fetcher()357 return static_cast<MockPropertyFetcher&>(*vintfObject->getPropertyFetcher()); in propertyFetcher()431 vintfObject = VintfObject::Builder() in SetUp()506 return vintfObject->checkCompatibility(xmls, error); in checkCompatibility()510 std::unique_ptr<VintfObject> vintfObject; member in android::vintf::testing::VintfObjectTestBase685 vintfObject->getRuntimeInfo(true /* skipCache */, RuntimeInfo::FetchFlag::ALL); in SetUp()692 return static_cast<MockRuntimeInfoFactory&>(*vintfObject->getRuntimeInfoFactory()); in runtimeInfoFactory()710 vintfObject->getRuntimeInfo(false /* skipCache */, RuntimeInfo::FetchFlag::CPU_VERSION); in TEST_F()711 vintfObject->getRuntimeInfo(false /* skipCache */, RuntimeInfo::FetchFlag::CPU_VERSION); in TEST_F()712 vintfObject->getRuntimeInfo(true /* skipCache */, RuntimeInfo::FetchFlag::CPU_VERSION); in TEST_F()[all …]
141 auto vintfObject = VintfObject::Builder() in CheckCompatibility() local144 return vintfObject->checkCompatibility(xmls, error); in CheckCompatibility()
225 auto vintfObject = VintfObject::Builder() in checkAllFiles() local229 return vintfObject->checkCompatibility(error, CheckFlags::DISABLE_RUNTIME_INFO); in checkAllFiles()