Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 11 of 11) sorted by relevance

/base/usb/usb_manager/services/native/src/
Dusb_descriptor_parser.cpp41 uint32_t cursor = 0; in ParseDeviceDescriptor() local
77 …sbDescriptorParser::ParseConfigDescriptor(const uint8_t *buffer, uint32_t length, uint32_t &cursor, in ParseConfigDescriptor()
121 …escriptorParser::ParseInterfaceDescriptor(const uint8_t *buffer, uint32_t length, uint32_t &cursor, in ParseInterfaceDescriptor()
173 …DescriptorParser::ParseEndpointDescriptor(const uint8_t *buffer, uint32_t length, uint32_t &cursor, in ParseEndpointDescriptor()
Dusb_service.cpp494 uint32_t cursor = CURSOR_INIT; in GetConfigDescriptor() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_remote.cpp123 uint64_t DfxUnwindRemote::DfxUnwindRemoteDoAdjustPc(unw_cursor_t & cursor, uint64_t pc) in DfxUnwindRemoteDoAdjustPc()
164 std::shared_ptr<DfxThread> & thread, unw_cursor_t & cursor, std::shared_ptr<DfxProcess> process) in DfxUnwindRemoteDoUnwindStep()
211 bool DfxUnwindRemote::UpdateAndPrintFrameInfo(unw_cursor_t& cursor, std::shared_ptr<DfxThread> thre… in UpdateAndPrintFrameInfo()
298 unw_cursor_t cursor; in UnwindThread() local
Ddfx_unwind_local.cpp250 unw_cursor_t cursor; in ExecLocalDumpUnwinding() local
/base/hiviewdfx/hiview/utility/smart_parser/segment_analysis/
Dsegment_analysis_onelayer.cpp53 int cursor = StringUtil::StrToInt(startSeg_->GetValue(SEGMENT_CURSOR)); in GetEndStack() local
Dsegment_analysis_twolayers.cpp224 int cursor = StringUtil::StrToInt(ipcSeg_->GetValue(SEGMENT_CURSOR)); in GetNextSegIpcTrans() local
257 int cursor = StringUtil::StrToInt(seg->GetValue(SEGMENT_CURSOR)); in ExtractSegment() local
366 string SegmentAnalysisTwoLayers::GetOriginalInfo(int cursor) in GetOriginalInfo()
408 int cursor = StringUtil::StrToInt(blockedSegVec_.back()->GetValue(SEGMENT_CURSOR)); in GetEndStack() local
/base/hiviewdfx/faultloggerd/test/funchook/
Ddfx_hook_utils.c59 unw_cursor_t cursor; in LogBacktrace() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
Ddfx_crash_local_handler.c95 unw_cursor_t* cursor = NULL; in CrashLocalUnwind() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher_local_dumper.cpp187 unw_cursor_t cursor; in ExecLocalDump() local
/base/startup/init_lite/services/begetctl/shell/
Dshell_bas.h72 uint16_t cursor; member
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dlog_util.cpp192 void LogUtil::GetTrace(stringstream& buffer, int cursor, const string& reg, string& result, string … in GetTrace()