/base/notification/common_event_service/frameworks/native/test/unittest/ |
H A D | common_event_subscribe_info_test.cpp | 30 const std::string EVENT = "com.ces.test.event"; member 64 matchingSkills.AddEvent(EVENT); in HWTEST_F() 81 matchingSkills.AddEvent(EVENT); in HWTEST_F() 98 matchingSkills.AddEvent(EVENT); in HWTEST_F() 115 matchingSkills.AddEvent(EVENT); in HWTEST_F() 132 matchingSkills.AddEvent(EVENT); in HWTEST_F()
|
H A D | common_event_subscribe_test.cpp | 44 const std::string EVENT = "com.ces.test.event"; member 156 matchingSkills.AddEvent(EVENT); in HWTEST_F() 167 want.SetAction(EVENT); in HWTEST_F() 216 matchingSkills.AddEvent(EVENT); in HWTEST_F() 279 matchingSkills.AddEvent(EVENT); in HWTEST_F() 303 matchingSkills.AddEvent(EVENT); in HWTEST_F() 327 matchingSkills.AddEvent(EVENT); in HWTEST_F() 359 matchingSkills.AddEvent(EVENT); in HWTEST_F()
|
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_unsubscribe_unit_test.cpp | 35 const std::string EVENT = "com.ces.test.event"; member 94 matchingSkills.AddEvent(EVENT); in HWTEST_F() 131 matchingSkills.AddEvent(EVENT); in HWTEST_F() 168 matchingSkills.AddEvent(EVENT); in HWTEST_F()
|
H A D | common_event_dump_test.cpp | 35 const std::string EVENT = "com.ces.test.event"; member 547 matchingSkills.AddEvent(EVENT); in SubscribeDoubleEvent() 685 PublishUnorderedEvent(EVENT, TYPE, CODE, DATA, PERMISSION); in HWTEST_F() 717 PublishStickyEvent(EVENT, TYPE, CODE, DATA, PERMISSION); in HWTEST_F() 739 PublishStickyEvent(EVENT, TYPE, FLAG, PERMISSION); in HWTEST_F() 761 matchingSkills.AddEvent(EVENT); in HWTEST_F() 796 matchingSkills.AddEvent(EVENT); in HWTEST_F() 830 matchingSkills.AddEvent(EVENT); in HWTEST_F() 863 matchingSkills.AddEvent(EVENT); in HWTEST_F() 895 matchingSkills.AddEvent(EVENT); in HWTEST_F() [all...] |
H A D | common_event_subscribe_unit_test.cpp | 42 const std::string EVENT = "com.ces.test.event"; member 629 matchingSkills.AddEvent(EVENT); in HWTEST_F() 688 matchingSkills.AddEvent(EVENT); in HWTEST_F() 710 matchingSkills.AddEvent(EVENT); in HWTEST_F() 745 matchingSkills.AddEvent(EVENT); in HWTEST_F() 778 matchingSkills.AddEvent(EVENT); in HWTEST_F() 842 matchingSkills.AddEvent(EVENT); in HWTEST_F() 951 want.SetAction(EVENT); in HWTEST_F() 1003 want.SetAction(EVENT); in HWTEST_F()
|
H A D | common_event_sticky_test.cpp | 36 const std::string EVENT = "com.ces.test.event"; member 103 want.SetAction(EVENT); in HWTEST_F() 124 // OHOS::DelayedSingleton<CommonEventStickyManager>::GetInstance()->GetStickyCommonEvent(EVENT, Stickydata)); in HWTEST_F() 125 // EXPECT_EQ(EVENT, Stickydata.GetWant().GetAction()); in HWTEST_F() 488 want.SetAction(EVENT); in HWTEST_F() 509 // OHOS::DelayedSingleton<CommonEventStickyManager>::GetInstance()->GetStickyCommonEvent(EVENT, Stickydata)); in HWTEST_F() 511 EXPECT_EQ(innerCommonEventManager.RemoveStickyCommonEvent(EVENT, SYSTEM_UID), OHOS::ERR_OK); in HWTEST_F() 513 // OHOS::DelayedSingleton<CommonEventStickyManager>::GetInstance()->GetStickyCommonEvent(EVENT, Stickydata)); in HWTEST_F()
|
H A D | common_event_freeze_unit_test.cpp | 32 const std::string EVENT = "com.ces.test.event"; member 68 matchingSkills_.AddEvent(EVENT); in SetUp()
|
H A D | common_event_publish_ordered_event_unit_test.cpp | 38 const std::string EVENT = "com.ces.test.event"; member
|
H A D | common_event_publish_permission_event_unit_test.cpp | 38 const std::string EVENT = "com.ces.test.event"; member
|
/base/notification/common_event_service/frameworks/core/test/unittest/ |
H A D | common_event_test.cpp | 33 const std::string EVENT = "com.ces.test.event"; member 73 want.SetAction(EVENT); in HWTEST_F() 104 want.SetAction(EVENT); in HWTEST_F() 164 want.SetAction(EVENT); in HWTEST_F() 204 want.SetAction(EVENT); in HWTEST_F() 234 want.SetAction(EVENT); in HWTEST_F() 294 want.SetAction(EVENT); in HWTEST_F() 317 bool dumpState = commonEventStub.DumpState(dumpType, EVENT, userId, state); in HWTEST_F()
|
H A D | event_receive_stub_test.cpp | 36 const std::string EVENT = "com.ces.test.event"; member
|
H A D | common_event_proxy_test.cpp | 39 const std::string EVENT = "com.ces.test.event"; member
|
H A D | common_event_stub_test.cpp | 36 const std::string EVENT = "com.ces.test.event"; member
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | fan_fault_detect_test.cpp | 37 const std::string EVENT = "FAN_FAULT"; member 122 OHOS::HiviewDFX::ListenerRule listenerRule(DOMAIN, EVENT, OHOS::HiviewDFX::RuleType::WHOLE_WORD); in GetFaultId()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 125 EVENT = 0, member in OHOS::NWeb::ResourceType::CoreSecurityLevel::ScrollType
|
H A D | napi_webview_controller.cpp | 841 DECLARE_NAPI_STATIC_PROPERTY("EVENT", NapiParseUtils::ToInt32Value(env, in Init() 842 static_cast<int32_t>(ScrollType::EVENT))), in Init()
|