Searched refs:checkDeprecation (Results 1 – 5 of 5) sorted by relevance
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 914 EXPECT_EQ(NO_DEPRECATED_HALS, vintfObject->checkDeprecation(pred, {}, &error)) << error; in TEST_F() 924 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 934 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 945 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 956 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 967 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 977 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 987 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 992 EXPECT_EQ(NO_DEPRECATED_HALS, vintfObject->checkDeprecation(pred, hidlMetadata, &error)) in TEST_F() 1001 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() [all …]
|
/system/libvintf/include/vintf/ |
D | VintfObject.h | 175 int32_t checkDeprecation(const ListInstances& listInstances, 187 int32_t checkDeprecation(const std::vector<HidlInterfaceMetadata>& hidlMetadata,
|
/system/libvintf/ |
D | VintfObject.cpp | 824 int32_t VintfObject::checkDeprecation(const ListInstances& listInstances, in checkDeprecation() function in android::vintf::VintfObject 886 int32_t VintfObject::checkDeprecation(const std::vector<HidlInterfaceMetadata>& hidlMetadata, in checkDeprecation() function in android::vintf::VintfObject 903 return checkDeprecation(inManifest, hidlMetadata, error); in checkDeprecation()
|
D | main.cpp | 325 auto deprecate = VintfObject::GetInstance()->checkDeprecation({}, &error); in main()
|
D | check_vintf.cpp | 403 int deprecateResult = vintfObject->checkDeprecation(hidlMetadata, &deprecateError); in checkAllFiles()
|