Searched refs:deprecation (Results 1 – 4 of 4) sorted by relevance
98 // - no testing story/infra for deprecation schedule
2803 auto deprecation = vintfObject->checkDeprecation({}, &deprecatedError); in TEST_P() local2808 EXPECT_EQ(GetParam().expected, deprecation == NO_DEPRECATED_HALS && hasHal) in TEST_P()2809 << "checkDeprecation() returns " << deprecation << "; hasHidl = " << hasHidl in TEST_P()2983 auto deprecation = vintfObject->checkDeprecation({}, &deprecatedError); in TEST_P() local2987 EXPECT_EQ(GetParam().expected, deprecation == NO_DEPRECATED_HALS && hasHal) in TEST_P()2988 << "checkDeprecation() returns " << deprecation << "; hasHidl = " << hasHidl in TEST_P()
175 downstream impact to nanoapp developers), but deprecation of functionality at a181 the justification for the deprecation, so nanoapp developers know why it's
1101 … R"(__attribute__((deprecated("a really long deprecation message which is really long"))))"}}, in TEST_P()1104 … R"(__attribute__((deprecated("a really long deprecation message which is really long"))))"}}, in TEST_P()1107 R"(#[deprecated = "a really long deprecation message which is really long"])"}}, in TEST_P()