Home
last modified time | relevance | path

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

/system/libvintf/test/
DLibVintfTest.cpp834 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Kernel version shouldn't match"; in TEST_F()
840 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Kernel version shouldn't match"; in TEST_F()
846 EXPECT_TRUE(ki.checkCompatibility(cm, &error)) << error; in TEST_F()
853 EXPECT_TRUE(ki.checkCompatibility(cm, &error)) << error; in TEST_F()
855 EXPECT_FALSE(ki.checkCompatibility(cm, &error)) in TEST_F()
865 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Value shouldn't match for tristate"; in TEST_F()
873 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Type shouldn't match"; in TEST_F()
881 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Value shouldn't match for string"; in TEST_F()
889 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Type shouldn't match"; in TEST_F()
897 EXPECT_FALSE(ki.checkCompatibility(cm)) << "Value shouldn't match for integer"; in TEST_F()
[all …]
Dvintf_object_tests.cpp536 int result = vintfObject->checkCompatibility(&error); in TEST_F()
561 int result = vintfObject->checkCompatibility(&error); in TEST_F()
1434 ASSERT_EQ(COMPATIBLE, vintfObject->checkCompatibility(&error)) << error; in TEST_F()
1465 ASSERT_EQ(pass, runtime->checkCompatibility(*matrix, &error)) in TEST_P()
1580 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.cpp79 bool RuntimeInfo::checkCompatibility(const CompatibilityMatrix& mat, std::string* error, in checkCompatibility() function in android::vintf::RuntimeInfo
DVintfObject.cpp585 int32_t VintfObject::checkCompatibility(std::string* error, CheckFlags::Type flags) { in checkCompatibility() function in android::vintf::VintfObject
614 if (!getDeviceHalManifest()->checkCompatibility(*getFrameworkCompatibilityMatrix(), error)) { in checkCompatibility()
621 if (!getFrameworkHalManifest()->checkCompatibility(*getDeviceCompatibilityMatrix(), error)) { in checkCompatibility()
630 if (!getRuntimeInfo()->checkCompatibility(*getFrameworkCompatibilityMatrix(), error, in checkCompatibility()
Dcheck_vintf.cpp180 if (!manifest->checkCompatibility(*matrix, &error)) { in checkCompatibilityForFiles()
443 int compatibleResult = vintfObject->checkCompatibility(&compatibleError, flags); in checkAllFiles()
DVintfFm.cpp240 if (!manifest->checkCompatibility(matrix, &error)) { in check()
DAssembleVintf.cpp291 if (!manifest.checkCompatibility(matrix, &error, mCheckFlags)) { in checkDualFile()
406 if (!halManifest->checkCompatibility(generatedMatrix, &error, mCheckFlags)) { in assembleHalManifest()
DHalManifest.cpp382 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.h89 bool checkCompatibility(const CompatibilityMatrix& mat, std::string* error = nullptr,
DVintfObject.h145 int32_t checkCompatibility(std::string* error = nullptr,
/system/tools/aidl/build/
Daidl_api.go287 func (m *aidlApi) checkCompatibility(ctx android.ModuleContext, oldDump, newDump apiDump) android.W… func
409 checked := m.checkCompatibility(ctx, dumps[i-1], dumps[i])