| /base/notification/common_event_service/ |
| D | hisysevent.yaml | 23 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/ |
| D | usage_event_common.h | 26 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/ |
| D | hiview_event_common.h | 48 const std::string EVENT_NAME = "PLUGIN_FAULT"; variable 54 const std::string EVENT_NAME = "PLUGIN_STATS"; variable
|
| /base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
| D | sys_event.rs | 234 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()
|
| D | lib.rs | 48 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/ |
| D | usage_event_report_cache_test.cpp | 53 …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/ |
| D | plugin_fault_event_factory.cpp | 24 return std::make_unique<PluginFaultEvent>(PluginFaultEventSpace::EVENT_NAME, HiSysEvent::FAULT); in Create()
|
| D | plugin_stats_event_factory.cpp | 24 …return std::make_unique<PluginStatsEvent>(PluginStatsEventSpace::EVENT_NAME, HiSysEvent::STATISTIC… in Create()
|
| /base/startup/appspawn/modules/sysevent/ |
| D | hisysevent_adapter.cpp | 39 constexpr const char* EVENT_NAME = "EVENT_NAME"; variable 177 EVENT_NAME, eventName); in ReportKeyEvent()
|
| /base/powermgr/battery_manager/services/native/profile/ |
| D | battery_config.json | 18 "event_name": "usual.event.BATTERY_CHANGED", string
|
| /base/hiviewdfx/hisysevent/test/moduletest/common/ |
| D | hisysevent_adapter_native_test.cpp | 139 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, "{}");
|
| D | hisysevent_wrote_result_check_test.cpp | 57 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/ |
| D | sys_usage_event_factory.cpp | 35 std::make_unique<SysUsageEvent>(EVENT_NAME, HiSysEvent::STATISTIC); in Create()
|
| D | app_usage_event_factory.cpp | 49 return std::make_unique<AppUsageEvent>(EVENT_NAME, HiSysEvent::STATISTIC); in Create()
|
| /base/startup/appspawn/ |
| D | hisysevent.yaml | 26 EVENT_NAME: {type: STRING, desc: Event Name}
|
| /base/hiviewdfx/hiview/plugins/usage_event_report/fold/cache/ |
| D | fold_event_cacher.cpp | 96 …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/ |
| D | InjectNoticeUtil.ts | 28 const EVENT_NAME: string = 'event_inject_close_notice'; constant 45 action: EVENT_NAME, 185 events: [EVENT_NAME],
|
| /base/security/asset/services/core_service/src/ |
| D | sys_event.rs | 58 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/ |
| D | hisysevent.yaml | 24 #@EVENT_NAME: the event definition part begin.
|
| /base/usb/usb_manager/ |
| D | hisysevent.yaml | 27 EVENT_NAME: {type: STRING, desc: event name}
|
| /base/hiviewdfx/hiview/base/event_report/test/unittest/common/ |
| D | event_report_unit_test.cpp | 68 …events.emplace_back(std::make_shared<TestLoggerEvent>("EVENT_NAME", HiSysEvent::EventType::FAULT));
|
| /base/notification/distributed_notification_service/services/ans/include/ |
| D | notification_dialog_manager.h | 57 inline static const std::string EVENT_NAME = "OnNotificationServiceDialogClicked";
|
| /base/security/code_signature/ |
| D | hisysevent.yaml | 24 #@EVENT_NAME: the event definition part begin.
|
| /base/request/request/ |
| D | hisysevent.yaml | 24 #@EVENT_NAME: the event definition part begin.
|
| /base/notification/common_event_service/services/src/ |
| D | event_report.cpp | 29 const std::string EVENT_PARAM_EVENT_NAME = "EVENT_NAME";
|