Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_normal_impl.cpp182 std::string::size_type int64MaxLen(std::to_string(INT64_MAX).size()); in Sha256AccountId() local
189 … plain = atoll(plainText.substr(plainText.size() - int64MaxLen + 1, int64MaxLen - 1).c_str()); in Sha256AccountId()