Home
last modified time | relevance | path

Searched defs:cursor_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcache_cursor_test.cpp43 static std::shared_ptr<CacheCursor> cursor_; member in OHOS::Test::DistributedRDBTest::CacheCursorTest
46 std::shared_ptr<CacheCursor> CacheCursorTest::cursor_ = nullptr; member in OHOS::Test::DistributedRDBTest::CacheCursorTest
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.h68 std::string cursor_; variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_object.h87 std::size_t cursor_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h207 MouseFormat cursor_ = MouseFormat::DEFAULT; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.h442 size_t cursor_ = 0; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp454 std::list<FrameChildNode>::iterator cursor_ = children_.begin(); member in OHOS::Ace::NG::FrameNode::FrameProxy