Searched refs:HasScheme (Results 1 – 6 of 6) sorted by relevance
48 matchingSkills.HasScheme(stringData); in DoSomethingInterestingWithMyAPI()
140 bool HasScheme(const std::string &scheme) const;
127 bool MatchingSkills::HasScheme(const std::string &scheme) const in HasScheme() function in OHOS::EventFwk::MatchingSkills300 return HasScheme(scheme); in MatchScheme()
128 EXPECT_EQ(true, matchSkills.HasScheme(shceme));
337 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));
399 temp->HasScheme(GetStringParam()); in RegisterMatchingSkills()