Home
last modified time | relevance | path

Searched refs:checkCompatibility (Results 1 – 12 of 12) sorted by relevance

/system/libvintf/test/
DLibVintfTest.cpp827 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Kernel version shouldn't match"; in TEST_F()
833 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Kernel version shouldn't match"; in TEST_F()
839 EXPECT_TRUE(ki.checkCompatibility(cm, &error)) << error; in TEST_F()
846 EXPECT_TRUE(ki.checkCompatibility(cm, &error)) << error; in TEST_F()
848 EXPECT_FALSE(ki.checkCompatibility(cm, &error)) in TEST_F()
858 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Value shouldn't match for tristate"; in TEST_F()
866 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Type shouldn't match"; in TEST_F()
874 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Value shouldn't match for string"; in TEST_F()
882 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Type shouldn't match"; in TEST_F()
890 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Value shouldn't match for integer"; in TEST_F()
[all …]
Dvintf_object_tests.cpp497 int result = vintfObject->checkCompatibility(&error); in TEST_F()
522 int result = vintfObject->checkCompatibility(&error); in TEST_F()
1334 ASSERT_EQ(COMPATIBLE, vintfObject->checkCompatibility(&error)) << error; in TEST_F()
1365 ASSERT_EQ(pass, runtime->checkCompatibility(*matrix, &error)) in TEST_P()
1477 EXPECT_TRUE(vintfObject->checkCompatibility(&error)) << error; in TEST_F()
/system/libvintf/
Dmain.cpp292 bool compatible = vm->checkCompatibility(*fcm, &error); in main()
300 bool compatible = fm->checkCompatibility(*vcm, &error); in main()
308 bool compatible = ki->checkCompatibility(*fcm, &error); in main()
316 auto compatible = VintfObject::GetInstance()->checkCompatibility(&error); in main()
DRuntimeInfo.cpp76 bool RuntimeInfo::checkCompatibility(const CompatibilityMatrix& mat, std::string* error, in checkCompatibility() function in android::vintf::RuntimeInfo
DVintfObject.cpp537 int32_t VintfObject::checkCompatibility(std::string* error, CheckFlags::Type flags) { in checkCompatibility() function in android::vintf::VintfObject
566 if (!getDeviceHalManifest()->checkCompatibility(*getFrameworkCompatibilityMatrix(), error)) { in checkCompatibility()
573 if (!getFrameworkHalManifest()->checkCompatibility(*getDeviceCompatibilityMatrix(), error)) { in checkCompatibility()
582 if (!getRuntimeInfo()->checkCompatibility(*getFrameworkCompatibilityMatrix(), error, in checkCompatibility()
Dcheck_vintf.cpp219 if (!manifest->checkCompatibility(*matrix, &error)) { in checkCompatibilityForFiles()
394 int compatibleResult = vintfObject->checkCompatibility(&compatibleError, flags); in checkAllFiles()
DAssembleVintf.cpp291 if (!manifest.checkCompatibility(matrix, &error, mCheckFlags)) { in checkDualFile()
423 if (!halManifest->checkCompatibility(generatedMatrix, &error, mCheckFlags)) { in assembleHalManifest()
DHalManifest.cpp372 bool HalManifest::checkCompatibility(const CompatibilityMatrix& mat, std::string* error, in checkCompatibility() function in android::vintf::HalManifest
/system/libvintf/include/vintf/
DRuntimeInfo.h82 bool checkCompatibility(const CompatibilityMatrix& mat, std::string* error = nullptr,
DHalManifest.h85 bool checkCompatibility(const CompatibilityMatrix& mat, std::string* error = nullptr,
DVintfObject.h144 int32_t checkCompatibility(std::string* error = nullptr,
/system/tools/aidl/build/
Daidl_interface.go652 func (m *aidlApi) checkCompatibility(ctx android.ModuleContext, oldDump apiDump, newDump apiDump) a… func
807 checked := m.checkCompatibility(ctx, dumps[i-1], dumps[i])