/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_event_report.h | 34 static void SendSystemEvent(BMSEventType eventType, const EventInfo& eventInfo); 38 static void InnerSendBundleInstallExceptionEvent(const EventInfo& eventInfo); 39 static void InnerSendBundleUninstallExceptionEvent(const EventInfo& eventInfo); 40 static void InnerSendBundleUpdateExceptionEvent(const EventInfo& eventInfo); 41 static void InnerSendPreBundleRecoverExceptionEvent(const EventInfo& eventInfo); 42 static void InnerSendBundleStateChangeExceptionEvent(const EventInfo& eventInfo); 43 static void InnerSendBundleCleanCacheExceptionEvent(const EventInfo& eventInfo); 46 static void InnerSendBootScanStartEvent(const EventInfo& eventInfo); 47 static void InnerSendBootScanEndEvent(const EventInfo& eventInfo); 48 static void InnerSendBundleInstallEvent(const EventInfo [all...] |
/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_report.h | 28 struct EventInfo { struct 115 static void SendAppEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo); 116 static void SendAbilityEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo); 117 static void SendAtomicServiceEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo); 118 static void SendExtensionEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo); 119 static void SendKeyEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo); 120 static void SendAppLaunchEvent(const EventName &eventName, const EventInfo &eventInfo); 121 static void SendAppForegroundEvent(const EventName &eventName, const EventInfo &eventInfo); 122 static void SendAppBackgroundEvent(const EventName &eventName, const EventInfo &eventInfo); 123 static void SendProcessStartEvent(const EventName &eventName, const EventInfo [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | sync_event.h | 24 class EventInfo { class in OHOS::DistributedData::SyncEvent 26 API_EXPORT EventInfo(int32_t mode, int32_t wait, bool retry, std::shared_ptr<GenQuery> query, GenAsync async); 27 API_EXPORT EventInfo(const SyncParam &syncParam, bool retry, std::shared_ptr<GenQuery> query, GenAsync async); 28 API_EXPORT EventInfo(EventInfo &&info) noexcept; 29 EventInfo(const EventInfo &info) = default; 30 API_EXPORT EventInfo &operator=(EventInfo &&info) noexcept; 31 EventInfo [all...] |
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/ |
H A D | event_report.h | 48 struct EventInfo { struct 58 IMAGE_EFFECT_EXPORT static void ReportHiSysEvent(const std::string &eventName, const EventInfo &eventInfo); 61 static void ReportRegisterCustomFilterEvent(const EventInfo &eventInfo); 62 static void ReportAddFilterEvent(const EventInfo &eventInfo); 63 static void ReportRemoveFilterEvent(const EventInfo &eventInfo); 64 static void ReportInputDataTypeEvent(const EventInfo &eventInfo); 65 static void ReportOutputDataTypeEvent(const EventInfo &eventInfo); 66 static void ReportRenderFailedEvent(const EventInfo &eventInfo); 67 static void ReportSaveImageEffectEvent(const EventInfo &eventInfo); 68 static void ReportRestoreImageEffectEvent(const EventInfo [all...] |
H A D | event_report.cpp | 35 std::unordered_map<std::string, void (*)(const EventInfo &eventInfo)> EventReport::sysEventFuncMap_ = { 36 { REGISTER_CUSTOM_FILTER_STATISTIC, [](const EventInfo &eventInfo) { 39 { ADD_FILTER_STATISTIC, [](const EventInfo &eventInfo) { 42 { REMOVE_FILTER_STATISTIC, [](const EventInfo &eventInfo) { 45 { INPUT_DATA_TYPE_STATISTIC, [](const EventInfo &eventInfo) { 48 { OUTPUT_DATA_TYPE_STATISTIC, [](const EventInfo &eventInfo) { 51 { RENDER_FAILED_FAULT, [](const EventInfo &eventInfo) { 54 { SAVE_IMAGE_EFFECT_BEHAVIOR, [](const EventInfo &eventInfo) { 57 { RESTORE_IMAGE_EFFECT_BEHAVIOR, [](const EventInfo &eventInfo) { 104 void EventReport::ReportHiSysEvent(const std::string &eventName, const EventInfo [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_event_report.cpp | 148 std::string GetInstallType(const EventInfo& eventInfo) in GetInstallType() 160 std::string GetInstallScene(const EventInfo& eventInfo) in GetInstallScene() 174 std::string GetUserEventType(const EventInfo& eventInfo) in GetUserEventType() 189 std::unordered_map<BMSEventType, void (*)(const EventInfo& eventInfo)> 192 [](const EventInfo& eventInfo) { 196 [](const EventInfo& eventInfo) { 200 [](const EventInfo& eventInfo) { 204 [](const EventInfo& eventInfo) { 208 [](const EventInfo& eventInfo) { 212 [](const EventInfo [all...] |
H A D | event_report.cpp | 48 void EventReport::SendBundleSystemEvent(BundleEventType bundleEventType, const EventInfo& eventInfo) in SendBundleSystemEvent() 76 EventInfo eventInfo; in SendScanSysEvent() 83 EventInfo eventInfo; in SendUserSysEvent() 93 EventInfo eventInfo; in SendComponentStateSysEventForException() 107 EventInfo eventInfo; in SendComponentStateSysEvent() 121 EventInfo eventInfo; in SendCleanCacheSysEvent() 138 EventInfo eventInfo; in SendCleanCacheSysEventWithIndex() 156 EventInfo eventInfo; in SendQueryAbilityInfoByContinueTypeSysEvent() 167 EventInfo eventInfo; in SendCpuSceneEvent() 177 EventInfo eventInf in SendFreeInstallEvent() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | sync_event.cpp | 19 SyncEvent::EventInfo::EventInfo(int32_t mode, int32_t wait, bool retry, std::shared_ptr<GenQuery> query, GenAsync async) in EventInfo() function in OHOS::DistributedData::SyncEvent::EventInfo 24 SyncEvent::EventInfo::EventInfo(const SyncParam &syncParam, bool retry, std::shared_ptr<GenQuery> query, GenAsync async) in EventInfo() function in OHOS::DistributedData::SyncEvent::EventInfo 31 SyncEvent::EventInfo::EventInfo(SyncEvent::EventInfo &&info) noexcept 36 SyncEvent::EventInfo &SyncEvent::EventInfo::operator=(SyncEvent::EventInfo [all...] |
/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | event_report.h | 64 struct EventInfo { struct 86 static void SendSupplierFaultEvent(const EventInfo &eventInfo); 87 static void SendSupplierBehaviorEvent(const EventInfo &eventInfo); 88 static void SendRequestFaultEvent(const EventInfo &eventInfo); 89 static void SendRequestBehaviorEvent(const EventInfo &eventInfo); 90 static void SendMonitorFaultEvent(const EventInfo &eventInfo); 91 static void SendMonitorBehaviorEvent(const EventInfo &eventInfo);
|
/foundation/ability/ability_runtime/test/unittest/event_report_test/ |
H A D | event_report_test.cpp | 112 EventInfo eventInfo; in HWTEST_F() 127 EventInfo eventInfo; in HWTEST_F() 142 EventInfo eventInfo; in HWTEST_F() 158 EventInfo eventInfo; in HWTEST_F() 173 EventInfo eventInfo; in HWTEST_F() 188 EventInfo eventInfo; in HWTEST_F() 203 EventInfo eventInfo; in HWTEST_F() 218 EventInfo eventInfo; in HWTEST_F() 233 EventInfo eventInfo; in HWTEST_F() 248 EventInfo eventInf in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_event.h | 42 const std::shared_ptr<AppRunningRecord> &appRecord, AAFwk::EventInfo &eventInfo); 45 std::shared_ptr<AppRunningRecord> appRecord, AAFwk::EventInfo &eventInfo); 53 static void SendReStartProcessEvent(AAFwk::EventInfo &eventInfo, int32_t appUid, int64_t restartTime); 61 static void UpdateCallerInfo(AAFwk::EventInfo &eventInfo, std::shared_ptr<AppRunningRecord> callerAppRecord,
|
/foundation/communication/netmanager_ext/utils/event_report/include/ |
H A D | net_event_report.h | 28 struct EventInfo { struct 100 static int32_t SendSetupFaultEvent(const EventInfo &eventInfo); 101 static int32_t SendCancleFaultEvent(const EventInfo &eventInfo); 102 static int32_t SendTimeBehaviorEvent(const EventInfo &eventInfo);
|
/foundation/communication/netmanager_base/utils/common_utils/src/ |
H A D | event_report.cpp | 46 void EventReport::SendSupplierFaultEvent(const EventInfo &eventInfo) in SendSupplierFaultEvent() 55 void EventReport::SendSupplierBehaviorEvent(const EventInfo &eventInfo) in SendSupplierBehaviorEvent() 66 void EventReport::SendRequestFaultEvent(const EventInfo &eventInfo) in SendRequestFaultEvent() 73 void EventReport::SendRequestBehaviorEvent(const EventInfo &eventInfo) in SendRequestBehaviorEvent() 80 void EventReport::SendMonitorFaultEvent(const EventInfo &eventInfo) in SendMonitorFaultEvent() 87 void EventReport::SendMonitorBehaviorEvent(const EventInfo &eventInfo) in SendMonitorBehaviorEvent()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/commonevent/ |
H A D | data_change_event.h | 28 struct EventInfo { struct in OHOS::DistributedData::DataChangeEvent 33 DataChangeEvent(StoreInfo storeInfo, EventInfo evtInfo) in DataChangeEvent() 50 EventInfo info_;
|
H A D | set_searchable_event.h | 24 struct EventInfo { struct in OHOS::DistributedData::SetSearchableEvent 29 SetSearchableEvent(StoreInfo storeInfo, EventInfo evtInfo, int32_t evtId = SET_SEARCHABLE) in SetSearchableEvent() 46 EventInfo info_;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/ |
H A D | shared_bundle_installer.h | 65 * @param eventTemplate Indicates the template of EventInfo to send after installation. 68 ErrCode Install(const EventInfo &eventTemplate); 72 void SendBundleSystemEvent(const EventInfo &eventTemplate, ErrCode errCode); 73 void GetCallingEventInfo(EventInfo &eventInfo);
|
/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_report.cpp | 64 void EventReport::SendAppEvent(const EventName &eventName, HiSysEventType type, const EventInfo &eventInfo) in SendAppEvent() 112 void EventReport::LogErrorEvent(const std::string &name, HiSysEventType type, const EventInfo &eventInfo) in LogErrorEvent() 125 void EventReport::LogStartAbilityEvent(const std::string &name, HiSysEventType type, const EventInfo &eventInfo) in LogStartAbilityEvent() 137 void EventReport::LogTerminateAbilityEvent(const std::string &name, HiSysEventType type, const EventInfo &eventInfo) in LogTerminateAbilityEvent() 147 void EventReport::LogAbilityOnForegroundEvent(const std::string &name, HiSysEventType type, const EventInfo &eventInfo) in LogAbilityOnForegroundEvent() 160 void EventReport::LogAbilityOnBackgroundEvent(const std::string &name, HiSysEventType type, const EventInfo &eventInfo) in LogAbilityOnBackgroundEvent() 172 void EventReport::LogAbilityOnActiveEvent(const std::string &name, HiSysEventType type, const EventInfo &eventInfo) in LogAbilityOnActiveEvent() 186 void EventReport::LogStartStandardEvent(const std::string &name, HiSysEventType type, const EventInfo &eventInfo) in LogStartStandardEvent() 188 TAG_LOGD(AAFwkTag::DEFAULT, "EventInfo: [%{public}d, %{public}s, %{public}s, %{public}s]", in LogStartStandardEvent() 202 void EventReport::LogStartAbilityByAppLinking(const std::string &name, HiSysEventType type, const EventInfo [all...] |
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | event_manager.cpp | 37 std::shared_ptr<EventInfo> eventInfo = std::make_shared<EventInfo>(); in RegisterListener() 89 std::shared_ptr<EventInfo> eventInfo = std::make_shared<EventInfo>(); in StartCooperate() 100 std::shared_ptr<EventInfo> eventInfo = calls_[EventType::START]; in StartCooperateFinish() 142 std::shared_ptr<EventInfo> eventInfo = std::make_shared<EventInfo>(); in StopCooperate() 152 std::shared_ptr<EventInfo> eventInfo = calls_[EventType::STOP]; in StopCooperateFinish() 201 std::shared_ptr<EventInfo> listener = *iter; in OnCooperateMessage() 219 std::shared_ptr<EventInfo> listene in OnClientDied() [all...] |
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/ |
H A D | event_info.h | 42 class EventInfo { class 44 EventInfo() {} in EventInfo() function in OHOS::BackgroundTaskMgr::EventInfo 45 virtual ~EventInfo() = default;
|
H A D | input_manager.h | 31 virtual void OnInputEvent(const EventInfo& eventInfo) = 0; 39 void SendEventInfo(const std::shared_ptr<EventInfo>& eventInfo);
|
/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_hisysevent.cpp | 33 EventInfo eventInfo; in SendFaultEvent() 50 EventInfo eventInfo; in SendFaultEvent() 64 EventInfo eventInfo; in SendBehaviorEvent()
|
/foundation/communication/netstack/utils/common_utils/include/ |
H A D | netstack_hisysevent.h | 27 struct EventInfo { struct 56 void SendHttpPerfEvent(const EventInfo &eventInfo); 73 EventInfo eventInfo;
|
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | input_manager.cpp | 52 void InputManager::SendEventInfo(const std::shared_ptr<EventInfo>& eventInfo) in SendEventInfo() 84 const std::shared_ptr<EventInfo>& eventInfo = event->GetSharedObject<EventInfo>(); in ProcessEvent()
|
/foundation/communication/netmanager_ext/utils/event_report/src/ |
H A D | net_event_report.cpp | 38 int32_t NetEventReport::SendSetupFaultEvent(const EventInfo &eventInfo) in SendSetupFaultEvent() 46 int32_t NetEventReport::SendCancleFaultEvent(const EventInfo &eventInfo) in SendCancleFaultEvent() 54 int32_t NetEventReport::SendTimeBehaviorEvent(const EventInfo &eventInfo) in SendTimeBehaviorEvent()
|
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/ |
H A D | net_event_report_test.cpp | 45 EventInfo eventInfo = {};
in HWTEST_F() 52 EventInfo eventInfo = {};
in HWTEST_F()
|