Home
last modified time | relevance | path

Searched refs:PushEvent (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_publish/test/unittest/common/
H A Devent_publish_test.cpp40 …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 Dapp_event_handler.cpp116 …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 Devent_publish.cpp364 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 Dtouchpad_event_fragment_mgr.cpp46 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 Dtouchpad_event_fragment.cpp55 void TouchPadEventFragment::PushEvent(const RawEvent &event) in PushEvent() function in OHOS::DistributedHardware::DistributedInput::TouchPadEventFragment
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_observer_record.cpp289 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 Dtouchpad_event_fragment.h34 void PushEvent(const RawEvent &event);
H A Dtouchpad_event_fragment_mgr.h44 … 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 Ddinput_sink_state_test.cpp161 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 Dplugin_component_callback.h28 PushEvent = 0, enumerator
H A Dplugin_component_manager.cpp144 if (callback.second == CallBackType::PushEvent && callback.first != nullptr) { in OnPushCallBack()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_function_jumble.cpp91 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 Devent_publish.h48 void PushEvent(int32_t uid, const std::string& eventName, HiSysEvent::EventType eventType,
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_observer_record.h43 void PushEvent(FormEventId type);
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/
H A Dapp_trace_context.cpp131 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 Dfaultlogger.cpp594 …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 Ddata_publisher.cpp233 …EventPublish::GetInstance().PushEvent(uid, event->eventName_, HiSysEvent::EventType::BEHAVIOR, jso… in HandleAppStartEvent()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_component.cpp500 CallBackType eventCallbackType = CallBackType::PushEvent; in AceOnCompleteAsyncCallbackWork()
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp259 …auto ret = DInputSinkState::GetInstance().GetTouchPadEventFragMgr()->PushEvent(event.descriptor, e… in DealTouchPadEvent()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dlibhiviewbase.map251 …"OHOS::HiviewDFX::EventPublish::PushEvent(int, std::__h::basic_string<char, std::__h::char_traits<…