Searched refs:checkDeprecation (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/libvintf/test/ |
H A D | vintf_object_tests.cpp | 998 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 1008 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 1018 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 1027 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 1038 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 1049 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 1060 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 1070 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 1080 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() 1094 EXPECT_EQ(DEPRECATED, vintfObject->checkDeprecation(pred, {}, &error)) in TEST_F() [all …]
|
/aosp12/system/libvintf/include/vintf/ |
H A D | VintfObject.h | 173 int32_t checkDeprecation(const ListInstances& listInstances, 185 int32_t checkDeprecation(const std::vector<HidlInterfaceMetadata>& hidlMetadata,
|
/aosp12/system/libvintf/ |
H A D | VintfObject.cpp | 839 int32_t VintfObject::checkDeprecation(const ListInstances& listInstances, in checkDeprecation() function in android::vintf::VintfObject 907 int32_t VintfObject::checkDeprecation(const std::vector<HidlInterfaceMetadata>& hidlMetadata, in checkDeprecation() function in android::vintf::VintfObject 924 return checkDeprecation(inManifest, hidlMetadata, error); in checkDeprecation()
|
H A D | main.cpp | 325 auto deprecate = VintfObject::GetInstance()->checkDeprecation({}, &error);
|
H A D | check_vintf.cpp | 453 int deprecateResult = vintfObject->checkDeprecation(hidlMetadata, &deprecateError); in checkAllFiles()
|