Home
last modified time | relevance | path

Searched defs:monitorInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_detector.cpp124 shared_ptr<FaultInfoBase> monitorInfo = make_shared<NativeLeakInfo>(); in UpdateUserMonitorInfo() local
294 bool NativeLeakDetector::JudgeNativeLeak(shared_ptr<FaultInfoBase> &monitorInfo) in JudgeNativeLeak()
303 void NativeLeakDetector::AddMonitorToList(shared_ptr<FaultInfoBase> &monitorInfo) in AddMonitorToList()
314 ErrCode NativeLeakDetector::ExeNextStateProcess(shared_ptr<FaultInfoBase> monitorInfo, FaultStateTy… in ExeNextStateProcess()
360 void NativeLeakDetector::OnChangeState(shared_ptr<FaultInfoBase> &monitorInfo, FaultStateType state… in OnChangeState()
408 shared_ptr<FaultInfoBase> monitorInfo = make_shared<NativeLeakInfo>(); in ProcessUserEvent() local
H A Dnative_leak_state.cpp102 ErrCode NativeLeakSampleState::StateProcess(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBa… in StateProcess()
109 ErrCode NativeLeakSampleState::ChangeNextState(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetecto… in ChangeNextState()
168 ErrCode NativeLeakJudgeState::StateProcess(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBas… in StateProcess()
252 ErrCode NativeLeakJudgeState::ChangeNextState(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetector… in ChangeNextState()
264 ErrCode NativeLeakDumpState::StateProcess(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBase… in StateProcess()
593 ErrCode NativeLeakDumpState::ChangeNextState(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorB… in ChangeNextState()
607 ErrCode NativeLeakReportState::StateProcess(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorBa… in StateProcess()
624 void NativeLeakReportState::PostEvent(shared_ptr<FaultInfoBase> &monitorInfo) in PostEvent()
648 ErrCode NativeLeakReportState::ChangeNextState(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetecto… in ChangeNextState()
662 ErrCode NativeLeakRemovalState::StateProcess(shared_ptr<FaultInfoBase> &monitorInfo, FaultDetectorB… in StateProcess()
[all …]
H A Dnative_leak_util.cpp49 void NativeLeakUtil::RemoveInvalidFile(shared_ptr<FaultInfoBase> monitorInfo) in RemoveInvalidFile()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_util.cpp150 sptr<KeyEventMonitorInfo> monitorInfo = *iter; in DelEventCallbackRef() local
161 sptr<KeyEventMonitorInfo> monitorInfo = *iter; in DelEventCallbackRef() local
H A Djs_register_module.cpp193 static bool MatchCombinationKeys(sptr<KeyEventMonitorInfo> monitorInfo, std::shared_ptr<KeyEvent> k… in MatchCombinationKeys()
257 auto monitorInfo = *infoIter; in SubKeyEventCallback() local
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp96 void CleanData(MonitorInfo** monitorInfo, uv_work_t** work) in CleanData()
1156 MonitorInfo *monitorInfo = new (std::nothrow) MonitorInfo(); in OnPointerEvent() local