Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h150 static constexpr uint64_t IGNORE_CONNECTION_ID = 0; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp174 return Sync(param, DBConstant::IGNORE_CONNECTION_ID); in Sync()
219 if (connectionId != DBConstant::IGNORE_CONNECTION_ID) { in PrepareSync()