Home
last modified time | relevance | path

Searched refs:isBound_ (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/socket/options/src/
H A Dsocket_state_base.cpp19 SocketStateBase::SocketStateBase() : isBound_(false), isClose_(false), isConnected_(false) {} in SocketStateBase()
23 isBound_ = isBound; in SetIsBound()
38 return isBound_; in IsBound()
/foundation/communication/netstack/frameworks/js/napi/socket/options/include/
H A Dsocket_state_base.h39 bool isBound_; member in OHOS::NetStack::Socket::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.h128 std::atomic<bool> isBound_ = false; member in OHOS::DistributedKv::KVDBGeneralStore
H A Dkvdb_general_store.cpp242 if (isBound_.exchange(true)) { in Bind()
266 return isBound_; in IsBound()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.h164 std::atomic<bool> isBound_ = false; member in OHOS::DistributedRdb::RdbGeneralStore
H A Drdb_general_store.cpp176 if (isBound_.exchange(true)) { in Bind()
217 return isBound_; in IsBound()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp366 store->isBound_ = false; in HWTEST_F()
H A Drdb_general_store_test.cpp353 store->isBound_ = true; in HWTEST_F()

Completed in 8 milliseconds