Home
last modified time | relevance | path

Searched full:event_name (Results 1 – 25 of 38) sorted by relevance

12

/base/notification/common_event_service/
Dhisysevent.yaml23 EVENT_NAME: {type: STRING, desc: event name}
30 EVENT_NAME: {type: STRING, desc: event name}
35 EVENT_NAME: {type: STRING, desc: event name}
44 EVENT_NAME: {type: STRING, desc: published event name}
53 EVENT_NAME: {type: STRING, desc: subscribed event name}
61 EVENT_NAME: {type: STRING, desc: subscribed event name}
69 EVENT_NAME: {type: STRING, desc: published event name}
77 EVENT_NAME: {type: STRING, desc: subscribed event name}
86 EVENT_NAME: {type: STRING, desc: subscribed event name}
/base/hiviewdfx/hiview/plugins/usage_event_report/include/
Dusage_event_common.h26 const std::string EVENT_NAME = "APP_USAGE"; variable
35 const std::string EVENT_NAME = "FOLD_APP_USAGE"; variable
49 const std::string EVENT_NAME = "SYS_USAGE"; variable
78 const std::string EVENT_NAME = "NOTIFY_FOLD_STATE_CHANGE"; variable
83 const std::string EVENT_NAME = "VH_MODE"; variable
/base/hiviewdfx/hiview/base/event_report/include/
Dhiview_event_common.h48 const std::string EVENT_NAME = "PLUGIN_FAULT"; variable
54 const std::string EVENT_NAME = "PLUGIN_STATS"; variable
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
Dsys_event.rs234 pub(crate) fn write(event_domain: &str, event_name: &str, event_type: c_int, event_params: &[HiSysE… in write()
247 let event_name = CString::new(event_name).expect("Need a valid event name"); in write() localVariable
254 event_name.as_ptr() as *const c_char, in write()
Dlib.rs48 pub fn write(event_domain: &str, event_name: &str, event_type: EventType, in write()
50 sys_event::write(event_domain, event_name, event_type as std::ffi::c_int, event_params) in write()
/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
Dusage_event_report_cache_test.cpp53 …auto pluginStatEvent = std::make_shared<PluginStatsEvent>("EVENT_NAME", HiSysEvent::EventType::STA…
65 …auto sysUsageEvent = std::make_shared<SysUsageEvent>("EVENT_NAME", HiSysEvent::EventType::STATISTI…
/base/hiviewdfx/hiview/base/event_report/factory/
Dplugin_fault_event_factory.cpp24 return std::make_unique<PluginFaultEvent>(PluginFaultEventSpace::EVENT_NAME, HiSysEvent::FAULT); in Create()
Dplugin_stats_event_factory.cpp24 …return std::make_unique<PluginStatsEvent>(PluginStatsEventSpace::EVENT_NAME, HiSysEvent::STATISTIC… in Create()
/base/startup/appspawn/modules/sysevent/
Dhisysevent_adapter.cpp39 constexpr const char* EVENT_NAME = "EVENT_NAME"; variable
177 EVENT_NAME, eventName); in ReportKeyEvent()
/base/powermgr/battery_manager/services/native/profile/
Dbattery_config.json18 "event_name": "usual.event.BATTERY_CHANGED", string
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_adapter_native_test.cpp139 ListenerRule listenerRule("DOMAIN", "EVENT_NAME", "TAG", RuleType::WHOLE_WORD);
221 …OHOS::HiviewDFX::SysEventRule sysEventRule("DOMAIN", "EVENT_NAME", "TAG", OHOS::HiviewDFX::RuleTyp…
228 ASSERT_EQ(sysEventRulePtr->eventName, "EVENT_NAME");
300 proxy.Handle("DOMAIN", "EVENT_NAME", 0, "{}");
Dhisysevent_wrote_result_check_test.cpp57 constexpr char EVENT_NAME[] = "RECOVER"; variable
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/service/factory/
Dsys_usage_event_factory.cpp35 std::make_unique<SysUsageEvent>(EVENT_NAME, HiSysEvent::STATISTIC); in Create()
Dapp_usage_event_factory.cpp49 return std::make_unique<AppUsageEvent>(EVENT_NAME, HiSysEvent::STATISTIC); in Create()
/base/startup/appspawn/
Dhisysevent.yaml26 EVENT_NAME: {type: STRING, desc: Event Name}
/base/hiviewdfx/hiview/plugins/usage_event_report/fold/cache/
Dfold_event_cacher.cpp96 …if ((eventName == FoldStateChangeEventSpace::EVENT_NAME) || (eventName == VhModeChangeEventSpace:: in ProcessEvent()
151 if (eventName == FoldStateChangeEventSpace::EVENT_NAME) { in ProcessSceenStatusChangedEvent()
/base/powermgr/power_manager/power_dialog/entry/src/main/ets/InjectNotice/
DInjectNoticeUtil.ts28 const EVENT_NAME: string = 'event_inject_close_notice'; constant
45 action: EVENT_NAME,
185 events: [EVENT_NAME],
/base/security/asset/services/core_service/src/
Dsys_event.rs58 let event_name = match self.event_type { in write() localVariable
63 write(Self::DOMAIN, event_name, self.event_type, self.params.as_slice()); in write()
/base/theme/wallpaper_mgr/
Dhisysevent.yaml24 #@EVENT_NAME: the event definition part begin.
/base/usb/usb_manager/
Dhisysevent.yaml27 EVENT_NAME: {type: STRING, desc: event name}
/base/hiviewdfx/hiview/base/event_report/test/unittest/common/
Devent_report_unit_test.cpp68 …events.emplace_back(std::make_shared<TestLoggerEvent>("EVENT_NAME", HiSysEvent::EventType::FAULT));
/base/notification/distributed_notification_service/services/ans/include/
Dnotification_dialog_manager.h57 inline static const std::string EVENT_NAME = "OnNotificationServiceDialogClicked";
/base/security/code_signature/
Dhisysevent.yaml24 #@EVENT_NAME: the event definition part begin.
/base/request/request/
Dhisysevent.yaml24 #@EVENT_NAME: the event definition part begin.
/base/notification/common_event_service/services/src/
Devent_report.cpp29 const std::string EVENT_PARAM_EVENT_NAME = "EVENT_NAME";

12