Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp364 …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()
/ohos5.0/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_d… variable
/ohos5.0/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"; variable
110 …if (fileName.find(ACCOUNT_INFO_DIGEST_FILE_PATH) != std::string::npos) { // ignore digest file rec… in SetValidModifyFileOperationFlag()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp277 if (!accountFileOperator_->IsJsonFileReady(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH)) { in FileInit()
397 …accountFileOperator_->InputFileByPathAndContent(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, digestJs… in RecoverAccountInfoDigestJsonFile()