Home
last modified time | relevance | path

Searched refs:MAX_RIGHT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h84 static constexpr int32_t MAX_RIGHT = 0x4FFFFFFF; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp777 if (right_ > MAX_RIGHT) { in Clear()