Home
last modified time | relevance | path

Searched refs:RemoveScheme (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H A DactsCESMatchingSkillsTest.cpp340 matchingSkills.RemoveScheme(shceme);
372 matchingSkills.RemoveScheme(shceme);
404 matchingSkills.RemoveScheme(shceme);
446 matchingSkills.RemoveScheme(shceme);
455 matchingSkills.RemoveScheme(shceme2);
456 matchingSkills.RemoveScheme(shceme3);
457 matchingSkills.RemoveScheme(shceme4);
458 matchingSkills.RemoveScheme(shceme5);
504 matchingSkills.RemoveScheme(shceme);
860 matchingSkills.RemoveScheme(scheme);
[all …]
/ohos5.0/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp50 matchingSkills.RemoveScheme(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h147 void RemoveScheme(const std::string &scheme);
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_matching_skill.cpp111 void MatchingSkills::RemoveScheme(const std::string& scheme) in RemoveScheme() function in OHOS::EventFwk::MatchingSkills
/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp136 matchSkills.RemoveScheme(shceme);
138 matchSkills.RemoveScheme(shceme);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h295 void RemoveScheme(const std::string &scheme);
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dmatching_skills.cpp132 void MatchingSkills::RemoveScheme(const std::string &scheme) in RemoveScheme() function in OHOS::EventFwk::MatchingSkills
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp484 base_->RemoveScheme(scheme);
682 base_->RemoveScheme(scheme);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp423 void Skills::RemoveScheme(const std::string &scheme) in RemoveScheme() function in OHOS::AAFwk::Skills