Home
last modified time | relevance | path

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

/base/usb/usb_manager/services/native/src/
Dusb_descriptor_parser.cpp75 const uint8_t *buffer, uint32_t length, uint32_t &cursor, USBConfig &config) in ParseConfigDescriptor()
132 const uint8_t *buffer, uint32_t length, uint32_t &cursor, UsbInterface &interface) in ParseInterfaceDescriptor()
186 const uint8_t *buffer, uint32_t length, uint32_t &cursor, USBEndpoint &ep) in ParseEndpointDescriptor()
Dusb_service.cpp888 uint32_t cursor = CURSOR_INIT; in GetConfigDescriptor() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_remote_emulator.cpp168 uint64_t DfxUnwindRemote::DoAdjustPc(unw_cursor_t & cursor, uint64_t pc) in DoAdjustPc()
207 std::shared_ptr<DfxThread>& thread, unw_cursor_t& cursor, std::shared_ptr<DfxProcess> process) in DoUnwindStep()
258 bool DfxUnwindRemote::UpdateAndFillFrame(unw_cursor_t& cursor, DfxFrame& frame, in UpdateAndFillFrame()
386 unw_cursor_t cursor; in UnwindThread() local
/base/hiviewdfx/faultloggerd/test/funchook/
Ddfx_hook_utils.c59 unw_cursor_t cursor; in LogBacktrace() local
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddwarf_unwinder.cpp83 unw_cursor_t cursor; in UnwindWithContext() local
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dlog_util.cpp51 void LogUtil::GetTrace(stringstream& buffer, int cursor, const string& reg, string& result, string … in GetTrace()
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
Dbacktrace_local_test.cpp74 unw_cursor_t cursor; in PrintBacktraceByLibunwind() local
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
Dunwind_local_benchmark.cpp88 unw_cursor_t cursor; in UnwindLocal() local
Dunwind_remote_benchmark.cpp99 unw_cursor_t cursor; in UnwindRemote() local
/base/startup/init/services/modules/crashhandler/
Dcrash_handler.c178 unw_cursor_t cursor; in ExecLocalDumpUnwinding() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
Ddfx_crash_local_handler.c90 unw_cursor_t* cursor = NULL; in UnwindWithContext() local
/base/startup/init/services/begetctl/shell/
Dshell_bas.h84 uint16_t cursor; member
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
Dnotification_rdb_data_mgr_test.cpp322 virtual int CleanDirtyData(const std::string &table, uint64_t cursor) in CleanDirtyData()