Home
last modified time | relevance | path

Searched refs:RemoveEntity (Results 1 - 7 of 7) sorted by relevance

/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H A DactsCESMatchingSkillsTest.cpp61 * @tc.name: AddEntity、GetEntity、CountEntities、HasEntity and RemoveEntity
63 * CountEntities、HasEntity and RemoveEntity
81 matchingSkills.RemoveEntity(entity); in HWTEST_F()
86 matchingSkills.RemoveEntity(entityRemove); in HWTEST_F()
104 * @tc.name: AddEntity、GetEntity、CountEntities、HasEntity and RemoveEntity
106 * AddEntity、GetEntity、CountEntities、HasEntity and RemoveEntity
124 matchingSkills.RemoveEntity(entity); in HWTEST_F()
129 matchingSkills.RemoveEntity(entityRemove); in HWTEST_F()
147 * @tc.name: AddEntity、GetEntity、CountEntities、HasEntity and RemoveEntity
149 * AddEntity、GetEntity、CountEntities、HasEntity and RemoveEntity
[all...]
/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h66 void RemoveEntity(const std::string &entity);
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp37 // test RemoveEntity function in DoSomethingInterestingWithMyAPI()
38 matchingSkills.RemoveEntity(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp55 * Function: AddEntity/GetEntity/CountEntities/HasEntity/RemoveEntity
77 matchSkills.RemoveEntity(entity); in HWTEST_F()
79 matchSkills.RemoveEntity(entity); in HWTEST_F()
/base/notification/common_event_service/frameworks/native/src/
H A Dmatching_skills.cpp57 void MatchingSkills::RemoveEntity(const std::string &entity) in RemoveEntity() function in OHOS::EventFwk::MatchingSkills
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
H A Dcommon_event_services_system_test.cpp2463 * @tc.name: RemoveEntity
2474 matchingSkills.RemoveEntity(entity); in HWTEST_F()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
H A DactsCESManagertest.cpp3068 * @tc.name: RemoveEntity
3080 matchingSkills.RemoveEntity(entity); in HWTEST_F()

Completed in 13 milliseconds