Searched refs:mCount (Results 1 - 1 of 1) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_connection.cpp | 1405 int64_t mCount = static_cast<int64_t>(mObj); in GenerateExchangeStrategy() local 1408 return mCount == 0 ? ExchangeStrategy::RESTORE : ExchangeStrategy::NOT_HANDLE; in GenerateExchangeStrategy() 1420 if (mCount == sCount && access(failureFlagFile.c_str(), F_OK) != 0) { in GenerateExchangeStrategy() 1421 LOG_INFO("equal, main:%{public}" PRId64 ",slave:%{public}" PRId64, mCount, sCount); in GenerateExchangeStrategy() 1424 if (mCount == 0) { in GenerateExchangeStrategy() 1425 LOG_INFO("main empty, main:%{public}" PRId64 ",slave:%{public}" PRId64, mCount, sCount); in GenerateExchangeStrategy() 1428 LOG_INFO("backup, main:%{public}" PRId64 ",slave:%{public}" PRId64, mCount, sCount); in GenerateExchangeStrategy()
|
Completed in 3 milliseconds