Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ConnNode
(Results
1 - 2
of
2
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
connection_pool.h
68
struct
ConnNode
{
struct in OHOS::NativeRdb::ConnectionPool
77
explicit
ConnNode
(std::shared_ptr<Connection> conn);
96
std::list<std::shared_ptr<
ConnNode
>> nodes_;
97
std::list<std::weak_ptr<
ConnNode
>> details_;
101
std::pair<int32_t, std::shared_ptr<
ConnNode
>> Initialize(Creator creator, int32_t max, int32_t timeout,
104
std::shared_ptr<
ConnNode
> Acquire(std::chrono::milliseconds milliS);
105
std::list<std::shared_ptr<
ConnNode
>> AcquireAll(std::chrono::milliseconds milliS);
106
std::pair<int32_t, std::shared_ptr<
ConnNode
>> Create();
110
int32_t Release(std::shared_ptr<
ConnNode
> node);
111
int32_t Drop(std::shared_ptr<
ConnNode
> nod
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
connection_pool.cpp
119
std::shared_ptr<ConnPool::
ConnNode
> node;
in Init()
162
std::shared_ptr<Connection> ConnPool::Convert2AutoConn(std::shared_ptr<
ConnNode
> node, bool isTrans)
in Convert2AutoConn()
295
void ConnPool::ReleaseNode(std::shared_ptr<
ConnNode
> node, bool reuse)
in ReleaseNode()
459
ConnPool::
ConnNode
::
ConnNode
(std::shared_ptr<Conn> conn) : connect_(std::move(conn))
in ConnNode()
function in ConnPool::ConnNode
463
std::shared_ptr<Conn> ConnPool::
ConnNode
::GetConnect()
in GetConnect()
470
int64_t ConnPool::
ConnNode
::GetUsingTime() const
in GetUsingTime()
476
int32_t ConnPool::
ConnNode
::Unused(int32_t count)
in Unused()
501
bool ConnPool::
ConnNode
::IsWriter() const
in IsWriter()
509
std::pair<int32_t, std::shared_ptr<ConnPool::
ConnNode
>> ConnPoo
[all...]
Completed in 3 milliseconds