Home
last modified time | relevance | path

Searched refs:GetScheme (Results 1 - 8 of 8) sorted by relevance

/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H A DactsCESMatchingSkillsTest.cpp325 * @tc.name: AddScheme、GetScheme、CountSchemes、HasScheme and RemoveScheme
326 * @tc.desc: Verify the function of MatchingSkills scheme : AddScheme、GetScheme
338 EXPECT_EQ(shceme, matchingSkills.GetScheme(0)); in HWTEST_F()
339 EXPECT_EQ(false, shceme == matchingSkills.GetScheme(1000)); in HWTEST_F()
357 * @tc.name: AddScheme、GetScheme、CountSchemes、HasScheme and RemoveScheme
358 * @tc.desc: Verify the function of MatchingSkills scheme : AddScheme、GetScheme
370 EXPECT_EQ(shceme, matchingSkills.GetScheme(0)); in HWTEST_F()
371 EXPECT_EQ(false, shceme == matchingSkills.GetScheme(1000)); in HWTEST_F()
389 * @tc.name: AddScheme、GetScheme、CountSchemes、HasScheme and RemoveScheme
390 * @tc.desc: Verify the function of MatchingSkills scheme : AddScheme、GetScheme
[all...]
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp117 * FunctionPoints: AddScheme/GetScheme/CountScheme/HasScheme/RemoveScheme
132 EXPECT_EQ(shceme, matchSkills.GetScheme(0)); in HWTEST_F()
134 EXPECT_EQ(false, shceme == matchSkills.GetScheme(SET_COUNT)); in HWTEST_F()
334 * Feature: GetScheme
335 * Function: GetScheme
337 * FunctionPoints: GetScheme
339 * CaseDescription: test GetScheme function
348 EXPECT_EQ("", matchSkills.GetScheme(index)); in HWTEST_F()
352 * Feature: GetScheme
353 * Function: GetScheme
[all...]
/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h125 std::string GetScheme(size_t index) const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp63 matchingSkills.GetScheme(index); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/native/src/
H A Dmatching_skills.cpp110 std::string MatchingSkills::GetScheme(size_t index) const in GetScheme() function in OHOS::EventFwk::MatchingSkills
313 return MatchEvent(want.GetAction()) && MatchEntity(want.GetEntities()) && MatchScheme(want.GetScheme()); in Match()
/base/notification/common_event_service/services/src/
H A Dcommon_event_sticky_manager.cpp152 std::string scheme = "\t\tScheme: " + record->commonEventData->GetWant().GetScheme() + "\n"; in DumpState()
H A Dcommon_event_subscriber_manager.cpp211 scheme = scheme + separator + record->eventSubscribeInfo->GetMatchingSkills().GetScheme(schemeNum); in DumpDetailed()
H A Dcommon_event_control_manager.cpp1068 std::string scheme = "\t\tScheme: " + record->commonEventData->GetWant().GetScheme() + "\n"; in DumpStateByCommonEventRecord()
1182 std::string scheme = "\t\tScheme: " + record.want.GetScheme() + "\n"; in DumpHistoryStateByCommonEventRecord()

Completed in 13 milliseconds