Home
last modified time | relevance | path

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

123

/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_predicates_test.cpp133 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable
159 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable
184 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable
245 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable
270 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable
295 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable
317 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable
338 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable
367 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable
393 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable
[all …]
H A Drdb_cursor_test.cpp191 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable
235 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable
275 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable
316 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); variable
381 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); variable
428 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); variable
475 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable
503 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable
565 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable
687 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable
H A Drdb_store_test.cpp121 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); in SetUp() local
179 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates, NULL, 0); variable
245 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable
305 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable
337 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable
384 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable
424 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable
471 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable
549 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable
635 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable
[all …]
H A Drdb_store_configv2_test.cpp113 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(store, querySql); in VdbTest002() local
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_cursor.cpp30 int RelationalCursor::GetColumnCount(OH_Cursor *cursor, int *count) in GetColumnCount()
48 int RelationalCursor::GetColumnIndex(OH_Cursor *cursor, const char *name, int *columnIndex) in GetColumnIndex()
66 int RelationalCursor::GetRowCount(OH_Cursor *cursor, int *count) in GetRowCount()
75 int RelationalCursor::GoToNextRow(OH_Cursor *cursor) in GoToNextRow()
84 int RelationalCursor::GetSize(OH_Cursor *cursor, int32_t columnIndex, size_t *size) in GetSize()
102 int RelationalCursor::GetInt64(OH_Cursor *cursor, int32_t columnIndex, int64_t *value) in GetInt64()
111 int RelationalCursor::GetReal(OH_Cursor *cursor, int32_t columnIndex, double *value) in GetReal()
129 int RelationalCursor::GetAsset(OH_Cursor *cursor, int32_t columnIndex, Data_Asset *value) in GetAsset()
147 int RelationalCursor::IsNull(OH_Cursor *cursor, int32_t columnIndex, bool *isNull) in IsNull()
166 int RelationalCursor::Destroy(OH_Cursor *cursor) in Destroy()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp29 std::string TLVUtil::ReadString(std::vector<uint8_t>& buff, int32_t& cursor) in ReadString()
58 double TLVUtil::ReadDouble(std::vector<uint8_t>& buff, int32_t& cursor) in ReadDouble()
80 Color TLVUtil::ReadColor(std::vector<uint8_t>& buff, int32_t& cursor) in ReadColor()
99 Dimension TLVUtil::ReadDimension(std::vector<uint8_t>& buff, int32_t& cursor) in ReadDimension()
144 Shadow TLVUtil::ReadTextShadow(std::vector<uint8_t>& buff, int32_t& cursor) in ReadTextShadow()
172 std::vector<Shadow> TLVUtil::ReadTextShadows(std::vector<uint8_t>& buff, int32_t& cursor) in ReadTextShadows()
259 RefPtr<Ace::PixelMap> TLVUtil::ReadPixelMap(std::vector<uint8_t>& buff, int32_t& cursor) in ReadPixelMap()
280 CalcDimension TLVUtil::ReadCalcDimension(std::vector<uint8_t>& buff, int32_t& cursor) in ReadCalcDimension()
297 NG::CalcLength TLVUtil::ReadCalcLength(std::vector<uint8_t>& buff, int32_t& cursor) in ReadCalcLength()
324 ImageSpanSize TLVUtil::ReadImageSpanSize(std::vector<uint8_t>& buff, int32_t& cursor) in ReadImageSpanSize()
[all …]
H A Dtlv_util.h163 static uint8_t ReadUint8(std::vector<uint8_t>& buff, int32_t& cursor) in ReadUint8()
180 static int32_t ReadInt32(std::vector<uint8_t>& buff, int32_t& cursor) in ReadInt32()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcache_cursor_test.cpp78 auto cursor = CacheCursorTest::GetCursor(); variable
128 auto cursor = CacheCursorTest::GetCursor(); variable
161 auto cursor = CacheCursorTest::GetCursor(); variable
211 auto cursor = CacheCursorTest::GetCursor(); variable
/ohos5.0/base/usb/usb_manager/services/native/src/
H A 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()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/bufferobject_fuzzer/
H A Dbufferobject_fuzzer.cpp92 ssize_t cursor = *(reinterpret_cast<const ssize_t*>(data)); in SetReceiveBufferWriteCursorTest() local
117 ssize_t cursor = *(reinterpret_cast<const ssize_t*>(data)); in SetReceiveBufferReadCursorTest() local
141 ssize_t cursor = *(reinterpret_cast<const ssize_t*>(data)); in SetSendBufferWriteCursorTest() local
165 ssize_t cursor = *(reinterpret_cast<const ssize_t*>(data)); in SetSendBufferReadCursorTest() local
/ohos5.0/commonlibrary/rust/ylong_json/src/value/object/
H A Dlinked_list.rs240 let mut cursor = self.inner.cursor_back_mut(); in last_node_mut() localVariable
247 let mut cursor = self.inner.cursor_front(); in get_key_mut_maybe_insert() localVariable
272 let mut cursor = self.inner.cursor_front(); in get_cursor() localVariable
285 let mut cursor = self.inner.cursor_front_mut(); in get_cursor_mut() localVariable
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlinked_list.rs313 let mut cursor = CursorMut { in remove_self() localVariable
782 let mut cursor = list.cursor_front(); in ut_cursor_index() localVariable
804 let mut cursor = list.cursor_front(); in ut_cursor_move_next() localVariable
833 let mut cursor = list.cursor_front(); in ut_cursor_move_prev() localVariable
860 let mut cursor = list.cursor_front(); in ut_cursor_current_node() localVariable
881 let mut cursor = list.cursor_front_mut(); in ut_cursor_mut_index() localVariable
902 let mut cursor = list.cursor_front_mut(); in ut_cursor_mut_move_next() localVariable
927 let mut cursor = list.cursor_front_mut(); in ut_cursor_mut_move_prev() localVariable
952 let mut cursor = list.cursor_front_mut(); in ut_cursor_mut_current() localVariable
973 let mut cursor = list.cursor_front_mut(); in ut_cursor_mut_remove_current() localVariable
/ohos5.0/commonlibrary/rust/ylong_json/src/value/array/
H A Dlinked_list.rs301 let mut cursor = self.inner.cursor_back(); in get_cursor() localVariable
310 let mut cursor = self.inner.cursor_front(); in get_cursor() localVariable
330 let mut cursor = self.inner.cursor_back_mut(); in get_cursor_mut() localVariable
339 let mut cursor = self.inner.cursor_front_mut(); in get_cursor_mut() localVariable
/ohos5.0/base/telephony/call_manager/services/spam_call/src/
H A Dspam_call_adapter.cpp107 cJSON *cursor = cJSON_GetObjectItem(json, key.c_str()); in JsonGetNumberValue() local
122 cJSON *cursor = cJSON_GetObjectItem(json, key.c_str()); in JsonGetStringValue() local
136 cJSON *cursor = cJSON_GetObjectItem(json, key.c_str()); in JsonGetBoolValue() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_hook_utils.c50 unw_cursor_t cursor; in LogBacktrace() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp1583 int32_t cursor = 0; variable
1611 int32_t cursor = 0; variable
1647 int32_t cursor = 0; variable
1673 int32_t cursor = 0; variable
1695 int32_t cursor = 0; variable
1718 int32_t cursor = 0; variable
1740 int32_t cursor = 0; variable
1763 int32_t cursor = 0; variable
1792 int32_t cursor = 0; variable
1833 int32_t cursor = 0; variable
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
H A Dunwind_local_benchmark.cpp63 unw_cursor_t cursor; in UnwindLocal() local
H A Dunwind_remote_benchmark.cpp77 unw_cursor_t cursor; in UnwindRemote() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dresult_entries_window.cpp157 int cursor = begin; in LoadData() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h51 int cursor; member
/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Ddynamic_loader_ohos.cpp109 int32_t cursor = 0; in InitSharedLibsSonames() local
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dlog_util.cpp51 void LogUtil::GetTrace(stringstream& buffer, int cursor, const string& reg, string& result, string … in GetTrace()
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dmock.cpp104 uint64_t cursor) in DropLogicDeletedData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_children_main_size.h69 int32_t cursor = 0; in ChangeData() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_extension.h236 const unsigned char *cursor; member

123