Searched defs:monitorInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/ |
H A D | native_leak_detector.cpp | 124 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 D | native_leak_state.cpp | 102 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 D | native_leak_util.cpp | 49 void NativeLeakUtil::RemoveInvalidFile(shared_ptr<FaultInfoBase> monitorInfo) in RemoveInvalidFile()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_util.cpp | 150 sptr<KeyEventMonitorInfo> monitorInfo = *iter; in DelEventCallbackRef() local 161 sptr<KeyEventMonitorInfo> monitorInfo = *iter; in DelEventCallbackRef() local
|
H A D | js_register_module.cpp | 193 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 D | js_input_monitor.cpp | 96 void CleanData(MonitorInfo** monitorInfo, uv_work_t** work) in CleanData() 1156 MonitorInfo *monitorInfo = new (std::nothrow) MonitorInfo(); in OnPointerEvent() local
|