Home
last modified time | relevance | path

Searched defs:Connection (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dtransaction.h34 class Connection; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_statement.h30 class Connection; variable
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_display_v10.md316 ### Connection subsection
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp290 return std::shared_ptr<Connection>(conn.get(), [pool = weak_from_this(), conn](Connection *) { in AcquireRef() argument
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h268 } Connection; typedef