Home
last modified time | relevance | path

Searched refs:cursorLen (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.cpp61 size_t cursorLen = 0; in CloudCursorImpl() local
63 cloudData_, &cursor, reinterpret_cast<unsigned int *>(&cursorLen)); in CloudCursorImpl()
65 cursor_ = std::string(reinterpret_cast<char *>(cursor), cursorLen); in CloudCursorImpl()
H A Dcloud_db_impl.cpp133 .cursorLen = cursor.size() in Query()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_extension.h237 const unsigned int cursorLen; member