Home
last modified time | relevance | path

Searched refs:HasScheme (Results 1 – 6 of 6) sorted by relevance

/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
Dmatchingskills_fuzzer.cpp48 matchingSkills.HasScheme(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/interfaces/inner_api/
Dmatching_skills.h140 bool HasScheme(const std::string &scheme) const;
/base/notification/common_event_service/frameworks/native/src/
Dmatching_skills.cpp127 bool MatchingSkills::HasScheme(const std::string &scheme) const in HasScheme() function in OHOS::EventFwk::MatchingSkills
300 return HasScheme(scheme); in MatchScheme()
/base/notification/common_event_service/frameworks/native/test/unittest/
Dmatching_skills_test.cpp128 EXPECT_EQ(true, matchSkills.HasScheme(shceme));
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
DactsCESMatchingSkillsTest.cpp337 EXPECT_TRUE(matchingSkills.HasScheme(shceme));
369 EXPECT_TRUE(matchingSkills.HasScheme(shceme));
401 EXPECT_TRUE(matchingSkills.HasScheme(shceme));
442 EXPECT_TRUE(matchingSkills.HasScheme(shceme2));
499 EXPECT_TRUE(matchingSkills.HasScheme(shceme2));
/base/notification/common_event_service/test/systemtest/common/resource/fuzzTest/src/
DfuzzTestManager.cpp399 temp->HasScheme(GetStringParam()); in RegisterMatchingSkills()