Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp798 bool DBCommon::ConvertToUInt64(const std::string &str, uint64_t &value) in ConvertToUInt64() function in DistributedDB::DBCommon
808 if (preModifyTimeStr.empty() || !DBCommon::ConvertToUInt64(preModifyTimeStr, preModifyTime)) { in CmpModifyTime()
811 if (curModifyTimeStr.empty() || !DBCommon::ConvertToUInt64(curModifyTimeStr, curModifyTime)) { in CmpModifyTime()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h152 static bool ConvertToUInt64(const std::string &str, uint64_t &value);