Searched refs:sCount (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | thread_model_impl.cpp | 25 static size_t sCount = 1; in CreateThreadModel() local 26 auto threadLabel = std::to_string(sCount++); in CreateThreadModel()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_connection.cpp | 1418 int64_t sCount = static_cast<int64_t>(sObj); in GenerateExchangeStrategy() local 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() 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 4 milliseconds