/ohos5.0/base/hiviewdfx/hiview/base/event_publish/test/unittest/common/ |
H A D | event_publish_test.cpp | 40 …EventPublish::GetInstance().PushEvent(100, "APP_CRASH", HiSysEvent::EventType::BEHAVIOR, "{\"time\… 51 …EventPublish::GetInstance().PushEvent(100, "APP_FREEZE", HiSysEvent::EventType::FAULT, "{\"time\":… 62 …EventPublish::GetInstance().PushEvent(100, "ADDRESS_SANITIZER", HiSysEvent::EventType::FAULT, "{\"… 73 …EventPublish::GetInstance().PushEvent(100, "APP_START", HiSysEvent::EventType::BEHAVIOR, "{\"time\…
|
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/ |
H A D | app_event_handler.cpp | 116 …EventPublish::GetInstance().PushEvent(uid, "APP_LAUNCH", HiSysEvent::EventType::BEHAVIOR, jsonStr.… in PostEvent() 144 …EventPublish::GetInstance().PushEvent(uid, "SCROLL_JANK", HiSysEvent::EventType::FAULT, jsonStr.st… in PostEvent() 190 …EventPublish::GetInstance().PushEvent(event.uid, "RESOURCE_OVERLIMIT", HiSysEvent::EventType::FAUL… in PostEvent() 213 …EventPublish::GetInstance().PushEvent(uid, "CPU_USAGE_HIGH", HiSysEvent::EventType::FAULT, jsonStr… in PostEvent() 251 …EventPublish::GetInstance().PushEvent(uid, "BATTERY_USAGE", HiSysEvent::EventType::STATISTIC, json… in PostEvent()
|
H A D | event_publish.cpp | 364 void EventPublish::PushEvent(int32_t uid, const std::string& eventName, HiSysEvent::EventType event… in PushEvent() function in OHOS::HiviewDFX::EventPublish
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/state/src/ |
H A D | touchpad_event_fragment_mgr.cpp | 46 std::pair<bool, std::vector<RawEvent>> TouchPadEventFragmentMgr::PushEvent(const std::string &dhId, in PushEvent() function in OHOS::DistributedHardware::DistributedInput::TouchPadEventFragmentMgr 57 fragments_[dhId].back().PushEvent(event); in PushEvent()
|
H A D | touchpad_event_fragment.cpp | 55 void TouchPadEventFragment::PushEvent(const RawEvent &event) in PushEvent() function in OHOS::DistributedHardware::DistributedInput::TouchPadEventFragment
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_observer_record.cpp | 289 recordInner.PushEvent(eventId); in SetFormEventObserverLocked() 310 recordInnerIter->PushEvent(eventId); in SetFormEventObserverLocked() 333 recordInner.PushEvent(formEventType); in RemoveFormEventObserverLocked() 384 void FormObserverRecordInner::PushEvent(FormEventId type) in PushEvent() function in OHOS::AppExecFwk::FormObserverRecordInner
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/state/include/ |
H A D | touchpad_event_fragment.h | 34 void PushEvent(const RawEvent &event);
|
H A D | touchpad_event_fragment_mgr.h | 44 … std::pair<bool, std::vector<RawEvent>> PushEvent(const std::string &dhId, const RawEvent &event);
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/state/test/dinpusinkstatetest/ |
H A D | dinput_sink_state_test.cpp | 161 auto ret = DInputSinkState::GetInstance().GetTouchPadEventFragMgr()->PushEvent(DHID_1, EVENT_1); 164 ret = DInputSinkState::GetInstance().GetTouchPadEventFragMgr()->PushEvent(DHID_1, EVENT_3);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_component_callback.h | 28 PushEvent = 0, enumerator
|
H A D | plugin_component_manager.cpp | 144 if (callback.second == CallBackType::PushEvent && callback.first != nullptr) { in OnPushCallBack()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/ |
H A D | mock_function_jumble.cpp | 91 void EventPublish::PushEvent(int32_t uid, const std::string& eventName, HiSysEvent::EventType event… in PushEvent() function in OHOS::HiviewDFX::EventPublish
|
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/ |
H A D | event_publish.h | 48 void PushEvent(int32_t uid, const std::string& eventName, HiSysEvent::EventType eventType,
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_observer_record.h | 43 void PushEvent(FormEventId type);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/ |
H A D | app_trace_context.cpp | 131 EventPublish::GetInstance().PushEvent(appCallerEvent->uid_, UCollectUtil::MAIN_THREAD_JANK, in InnerShareAppEvent() 204 EventPublish::GetInstance().PushEvent(sysEvent.GetUid(), UCollectUtil::MAIN_THREAD_JANK, in PublishStackEvent()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlogger.cpp | 594 …EventPublish::GetInstance().PushEvent(sysEvent->GetUid(), APP_CRASH_TYPE, HiSysEvent::EventType::F… in ReportJsErrorToAppEvent() 631 EventPublish::GetInstance().PushEvent(sysEvent->GetUid(), "ADDRESS_SANITIZER", in ReportSanitizerToAppEvent() 856 …EventPublish::GetInstance().PushEvent(info.id, APP_CRASH_TYPE, HiSysEvent::EventType::FAULT, stack… in ReportCppCrashToAppEvent() 1113 EventPublish::GetInstance().PushEvent(info.id, APP_FREEZE_TYPE, in ReportAppFreezeToAppEvent()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_publisher.cpp | 233 …EventPublish::GetInstance().PushEvent(uid, event->eventName_, HiSysEvent::EventType::BEHAVIOR, jso… in HandleAppStartEvent()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
H A D | js_plugin_component.cpp | 500 CallBackType eventCallbackType = CallBackType::PushEvent; in AceOnCompleteAsyncCallbackWork()
|
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/ |
H A D | input_hub.cpp | 259 …auto ret = DInputSinkState::GetInstance().GetTouchPadEventFragMgr()->PushEvent(event.descriptor, e… in DealTouchPadEvent()
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | libhiviewbase.map | 251 …"OHOS::HiviewDFX::EventPublish::PushEvent(int, std::__h::basic_string<char, std::__h::char_traits<…
|