Home
last modified time | relevance | path

Searched refs:EventInfo (Results 1 - 25 of 133) sorted by relevance

123456

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_event_report.h34 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 Devent_report.h28 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 Dsync_event.h24 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 Devent_report.h48 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 Devent_report.cpp35 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 Dinner_event_report.cpp148 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 Devent_report.cpp48 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 Dsync_event.cpp19 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 Devent_report.h64 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 Devent_report_test.cpp112 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 Dapp_mgr_event.h42 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 Dnet_event_report.h28 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 Devent_report.cpp46 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 Ddata_change_event.h28 struct EventInfo { struct in OHOS::DistributedData::DataChangeEvent
33 DataChangeEvent(StoreInfo storeInfo, EventInfo evtInfo) in DataChangeEvent()
50 EventInfo info_;
H A Dset_searchable_event.h24 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 Dshared_bundle_installer.h65 * @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 Devent_report.cpp64 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 Devent_manager.cpp37 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 Devent_info.h42 class EventInfo { class
44 EventInfo() {} in EventInfo() function in OHOS::BackgroundTaskMgr::EventInfo
45 virtual ~EventInfo() = default;
H A Dinput_manager.h31 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 Dnetworkshare_hisysevent.cpp33 EventInfo eventInfo; in SendFaultEvent()
50 EventInfo eventInfo; in SendFaultEvent()
64 EventInfo eventInfo; in SendBehaviorEvent()
/foundation/communication/netstack/utils/common_utils/include/
H A Dnetstack_hisysevent.h27 struct EventInfo { struct
56 void SendHttpPerfEvent(const EventInfo &eventInfo);
73 EventInfo eventInfo;
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dinput_manager.cpp52 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 Dnet_event_report.cpp38 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 Dnet_event_report_test.cpp45 EventInfo eventInfo = {}; in HWTEST_F()
52 EventInfo eventInfo = {}; in HWTEST_F()

Completed in 9 milliseconds

123456