Home
last modified time | relevance | path

Searched refs:checkDeprecation (Results 1 – 5 of 5) sorted by relevance

/system/libvintf/test/
Dvintf_object_tests.cpp907 EXPECT_EQ(NO_DEPRECATED_HALS, vintfObject->checkDeprecation(pred, {}, &error)) << error; in TEST_F()
917 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F()
927 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F()
938 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F()
949 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F()
960 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F()
970 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F()
980 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F()
985 EXPECT_EQ(NO_DEPRECATED_HALS, vintfObject->checkDeprecation(pred, hidlMetadata, &error)) in TEST_F()
994 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F()
[all …]
/system/libvintf/include/vintf/
DVintfObject.h172 int32_t checkDeprecation(const ListInstances& listInstances,
184 int32_t checkDeprecation(const std::vector<HidlInterfaceMetadata>& hidlMetadata,
/system/libvintf/
DVintfObject.cpp818 int32_t VintfObject::checkDeprecation(const ListInstances& listInstances, in checkDeprecation() function in android::vintf::VintfObject
879 int32_t VintfObject::checkDeprecation(const std::vector<HidlInterfaceMetadata>& hidlMetadata, in checkDeprecation() function in android::vintf::VintfObject
896 return checkDeprecation(inManifest, hidlMetadata, error); in checkDeprecation()
Dmain.cpp325 auto deprecate = VintfObject::GetInstance()->checkDeprecation({}, &error); in main()
Dcheck_vintf.cpp404 int deprecateResult = vintfObject->checkDeprecation(hidlMetadata, &deprecateError); in checkAllFiles()