Home
last modified time | relevance | path

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

/base/usb/usb_manager/services/native/src/
Dusb_descriptor_parser.cpp143 uint32_t cursor = offset; in ParseConfigDescriptors() local
192 const uint8_t *buffer, uint32_t length, uint32_t &cursor, USBConfig &config) in ParseConfigDescriptor()
249 const uint8_t *buffer, uint32_t length, uint32_t &cursor, UsbInterface &interface) in ParseInterfaceDescriptor()
303 const uint8_t *buffer, uint32_t length, uint32_t &cursor, USBEndpoint &ep) in ParseEndpointDescriptor()
/base/hiviewdfx/faultloggerd/test/funchook/
Ddfx_hook_utils.c50 unw_cursor_t cursor; in LogBacktrace() local
/base/telephony/call_manager/services/spam_call/src/
Dspam_call_adapter.cpp113 cJSON *cursor = cJSON_GetObjectItem(json, key.c_str()); in JsonGetNumberValue() local
128 cJSON *cursor = cJSON_GetObjectItem(json, key.c_str()); in JsonGetStringValue() local
142 cJSON *cursor = cJSON_GetObjectItem(json, key.c_str()); in JsonGetBoolValue() local
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
Dunwind_local_benchmark.cpp63 unw_cursor_t cursor; in UnwindLocal() local
Dunwind_remote_benchmark.cpp77 unw_cursor_t cursor; in UnwindRemote() 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/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.cpp328 virtual int CleanDirtyData(const std::string &table, uint64_t cursor) in CleanDirtyData()