Home
last modified time | relevance | path

Searched defs:Conn (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dstep_result_set.h34 using Conn = std::shared_ptr<Connection>; variable
H A Dsqlite_shared_result_set.h38 using Conn = std::shared_ptr<Connection>; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp38 using Conn = Connection; typedef
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs54 pub(crate) enum Conn<S> { enum