/base/hiviewdfx/hiview/plugins/usage_event_report/include/ |
H A D | usage_event_common.h | 26 const std::string EVENT_NAME = "APP_USAGE";
member 35 const std::string EVENT_NAME = "FOLD_APP_USAGE";
member 49 const std::string EVENT_NAME = "SYS_USAGE";
member 85 const std::string EVENT_NAME = "NOTIFY_FOLD_STATE_CHANGE";
member 92 const std::string EVENT_NAME = "VH_MODE";
member
|
/base/hiviewdfx/hiview/base/event_report/include/ |
H A D | hiview_event_common.h | 48 const std::string EVENT_NAME = "PLUGIN_FAULT";
member 54 const std::string EVENT_NAME = "PLUGIN_STATS";
member
|
/base/hiviewdfx/hiview/base/event_report/factory/ |
H A D | plugin_stats_event_factory.cpp | 24 return std::make_unique<PluginStatsEvent>(PluginStatsEventSpace::EVENT_NAME, HiSysEvent::STATISTIC);
in Create()
|
H A D | plugin_fault_event_factory.cpp | 24 return std::make_unique<PluginFaultEvent>(PluginFaultEventSpace::EVENT_NAME, HiSysEvent::FAULT);
in Create()
|
/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/ |
H A D | sys_usage_event_factory.cpp | 36 std::make_unique<SysUsageEvent>(EVENT_NAME, HiSysEvent::STATISTIC);
in Create()
|
H A D | app_usage_event_factory.cpp | 49 return std::make_unique<AppUsageEvent>(EVENT_NAME, HiSysEvent::STATISTIC);
in Create()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_dialog_manager.h | 57 inline static const std::string EVENT_NAME = "OnNotificationServiceDialogClicked"; member in OHOS::Notification::NotificationDialogEventSubscriber
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_wrote_result_check_test.cpp | 57 constexpr char EVENT_NAME[] = "RECOVER"; member 95 OHOS::HiviewDFX::ListenerRule listenerRule(DOMAIN, EVENT_NAME, "", in WriteAndWatchEvent() 101 ret = HiSysEventWrite(DOMAIN, EVENT_NAME, HiSysEvent::EventType::BEHAVIOR, PARAM_KEY, in WriteAndWatchEvent()
|
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | fold_event_cacher.cpp | 168 } else if (eventName == FoldStateChangeEventSpace::EVENT_NAME || eventName == VhModeChangeEventSpace::EVENT_NAME) {
in ProcessEvent() 220 if (eventName == FoldStateChangeEventSpace::EVENT_NAME) {
in ProcessSceenStatusChangedEvent()
|
H A D | fold_app_usage_event_factory.cpp | 45 return std::make_unique<FoldAppUsageEvent>(EVENT_NAME, HiSysEvent::STATISTIC);
in Create()
|
H A D | event_db_helper.cpp | 155 event = std::make_shared<SysUsageEvent>(SysUsageEventSpace::EVENT_NAME, HiSysEvent::STATISTIC);
in QuerySysUsageEvent()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_dialog_manager.cpp | 38 matchingSkills.AddEvent(NotificationDialogEventSubscriber::EVENT_NAME); in Create()
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | sys_event_test.cpp | 108 SysEventCreator sysEventCreator("DEMO", "EVENT_NAME", SysEventCreator::FAULT); in HWTEST_F() 111 std::regex expValue(R"~(\{"domain_":"DEMO","name_":"EVENT_NAME","type_":1,"time_":\d+,"tz_":"[\+\-]\d+",)~" in HWTEST_F() 132 SysEventCreator sysEventCreator("DEMO", "EVENT_NAME", SysEventCreator::FAULT); in HWTEST_F() 136 std::regex expValue(R"~(\{"domain_":"DEMO","name_":"EVENT_NAME","type_":1,"time_":\d+,"tz_":"[\+\-]\d+",)~" in HWTEST_F()
|