Searched refs:AddAccountInfoDigest (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/include/ |
H A D | account_file_watcher_manager.h | 64 ErrCode AddAccountInfoDigest(const std::string accountInfo, const std::string &userInfoPath);
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_control_file_manager.cpp | 145 if (accountFileWatcherMgr_.AddAccountInfoDigest(recoverDataStr, fileName) != ERR_OK) { in RecoverAccountData() 911 …accountFileWatcherMgr_.AddAccountInfoDigest(lastAccountIndexStr, Constants::ACCOUNT_INDEX_JSON_PAT… in UpdateAccountIndex() 955 …accountFileWatcherMgr_.AddAccountInfoDigest(lastAccountIndexStr, Constants::ACCOUNT_INDEX_JSON_PAT… in RemoveAccountIndex() 997 accountFileWatcherMgr_.AddAccountInfoDigest(accountInfoStr, path); in InsertOsAccount() 1061 accountFileWatcherMgr_.AddAccountInfoDigest(accountInfoStr, path); in UpdateOsAccount() 1434 …accountFileWatcherMgr_.AddAccountInfoDigest(accountListJson.dump(), Constants::ACCOUNT_LIST_FILE_J… in SaveAccountListToFile() 1448 accountFileWatcherMgr_.AddAccountInfoDigest( in SaveBaseOAConstraintsToFile() 1462 accountFileWatcherMgr_.AddAccountInfoDigest( in SaveGlobalOAConstraintsToFile() 1476 accountFileWatcherMgr_.AddAccountInfoDigest( in SaveSpecificOAConstraintsToFile()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/ |
H A D | ohos_account_data_deal.cpp | 223 accountFileWatcherMgr_.AddAccountInfoDigest(accountInfoValue, configFile); in SaveAccountInfo()
|
H A D | account_file_watcher_manager.cpp | 416 ErrCode AccountFileWatcherMgr::AddAccountInfoDigest(const std::string accountInfo, const std::strin… in AddAccountInfoDigest() function in OHOS::AccountSA::AccountFileWatcherMgr
|
/ohos5.0/base/account/os_account/services/accountmgr/ |
H A D | libaccountmgr.map | 347 …"OHOS::AccountSA::AccountFileWatcherMgr::AddAccountInfoDigest(std::__h::basic_string<char, std::__…
|