Home
last modified time | relevance | path

Searched refs:ACCOUNT_INFO_DIGEST_FILE_PATH (Results 1 - 4 of 4) sorted by relevance

/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp356 ErrCode errCode = accountFileOperator_->GetFileContentByPath(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, in GetAccountInfoDigestFromFile()
388 ErrCode errCode = accountFileOperator_->GetFileContentByPath(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, in GenerateAccountInfoDigestStr()
413 return accountFileOperator_->InputFileByPathAndContent(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, digestStr); in AddAccountInfoDigest()
422 ErrCode errCode = accountFileOperator_->GetFileContentByPath(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, in DeleteAccountInfoDigest()
438 Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, accountInfoDigestJson.dump()); in DeleteAccountInfoDigest()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_constants.h36 const std::string ACCOUNT_INFO_DIGEST_FILE_PATH = USER_INFO_BASE + PATH_SEPARATOR + "account_info_digest.json"; member
/base/account/os_account/frameworks/common/file_operator/src/
H A Daccount_file_operator.cpp37 const std::string ACCOUNT_INFO_DIGEST_FILE_PATH = "account_info_digest.json"; member
110 if (fileName.find(ACCOUNT_INFO_DIGEST_FILE_PATH) != std::string::npos) { // ignore digest file record in SetValidModifyFileOperationFlag()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp295 if (!accountFileOperator_->IsJsonFileReady(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH)) { in FileInit()
414 accountFileOperator_->InputFileByPathAndContent(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, digestJsonData.dump()); in RecoverAccountInfoDigestJsonFile()

Completed in 6 milliseconds