Home
last modified time | relevance | path

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

/base/usb/usb_manager/services/native/src/
Dusb_descriptor_parser.cpp144 uint32_t cursor = offset; in ParseConfigDescriptors() local
193 const uint8_t *buffer, uint32_t length, uint32_t &cursor, USBConfig &config) in ParseConfigDescriptor()
250 const uint8_t *buffer, uint32_t length, uint32_t &cursor, UsbInterface &interface) in ParseInterfaceDescriptor()
307 const uint8_t *buffer, uint32_t length, uint32_t &cursor, USBEndpoint &ep) in ParseEndpointDescriptor()
/base/telephony/call_manager/services/spam_call/src/
Dspam_call_adapter.cpp115 cJSON *cursor = cJSON_GetObjectItem(json, key.c_str()); in JsonGetNumberValue() local
129 cJSON *cursor = cJSON_GetObjectItem(json, key.c_str()); in JsonGetStringValue() local
144 cJSON *cursor = cJSON_GetObjectItem(json, key.c_str()); in JsonGetBoolValue() local
/base/startup/init/interfaces/innerkits/fs_manager/libfs_dm/
Dfs_dm_snapshot.c161 size_t cursor = io->data_start; in GetDmSnapshotStatus() local
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dlog_util.cpp50 void LogUtil::GetTrace(stringstream& buffer, int cursor, const string& reg, string& result, string … in GetTrace()
/base/request/request/frameworks/native/cache_core/src/data/
Dram.rs143 pub fn cursor(&self) -> Cursor<&[u8]> { in cursor() method
/base/msdp/device_status/intention/cooperate/plugin/src/
Dcooperate_context.cpp522 auto cursor = GetCursorPos(cursorPos); in SetCursorPosition() local
538 auto cursor = GetCursorPos(cursorPos); in StopCooperateSetCursorPosition() local
/base/telephony/core_service/utils/codec/src/
Dasn1_node.cpp218 std::string cursor = ""; in Asn1GetHeadAsHexStr() local
/base/inputmethod/imf/frameworks/cj/include/
Dinput_method_ffi_structs.h83 CCursorInfo cursor; member
/base/startup/init/services/begetctl/shell/
Dshell_bas.h84 uint16_t cursor; member
/base/inputmethod/imf/frameworks/cj/src/
Dinput_method_ffi.cpp354 int32_t FfiInputMethodControllerUpdateCursor(CCursorInfo cursor) in FfiInputMethodControllerUpdateCursor()
Dcj_input_method_controller.cpp120 int32_t CjInputMethodController::UpdateCursor(const CCursorInfo &cursor) in UpdateCursor()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
Dnotification_rdb_data_mgr_test.cpp329 virtual int CleanDirtyData(const std::string &table, uint64_t cursor) in CleanDirtyData()