Searched refs:ACCOUNT_INFO_DIGEST_FILE_PATH (Results 1 – 4 of 4) sorted by relevance
364 …Code errCode = accountFileOperator_->GetFileContentByPath(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, in GetAccountInfoDigestFromFile()396 …Code errCode = accountFileOperator_->GetFileContentByPath(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, in GenerateAccountInfoDigestStr()421 …rn accountFileOperator_->InputFileByPathAndContent(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, diges… in AddAccountInfoDigest()430 …Code errCode = accountFileOperator_->GetFileContentByPath(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, in DeleteAccountInfoDigest()446 Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, accountInfoDigestJson.dump()); in DeleteAccountInfoDigest()
36 const std::string ACCOUNT_INFO_DIGEST_FILE_PATH = USER_INFO_BASE + PATH_SEPARATOR + "account_info_d… variable
37 const std::string ACCOUNT_INFO_DIGEST_FILE_PATH = "account_info_digest.json"; variable110 …if (fileName.find(ACCOUNT_INFO_DIGEST_FILE_PATH) != std::string::npos) { // ignore digest file rec… in SetValidModifyFileOperationFlag()
277 if (!accountFileOperator_->IsJsonFileReady(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH)) { in FileInit()397 …accountFileOperator_->InputFileByPathAndContent(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, digestJs… in RecoverAccountInfoDigestJsonFile()