Searched refs:userInfoPath (Results 1 - 4 of 4) sorted by relevance
/base/account/os_account/services/accountmgr/include/ |
H A D | account_file_watcher_manager.h | 63 const std::string &userInfoPath, const std::string &accountInfoStr, std::string &digestStr); 64 ErrCode AddAccountInfoDigest(const std::string accountInfo, const std::string &userInfoPath); 65 ErrCode DeleteAccountInfoDigest(const std::string &userInfoPath);
|
H A D | ohos_account_data_deal.h | 52 const std::string &userInfoPath, const std::string &accountInfoStr, std::string &digestStr);
|
/base/account/os_account/services/accountmgr/src/ |
H A D | account_file_watcher_manager.cpp | 377 const std::string &userInfoPath, const std::string &accountInfoStr, std::string &digestStr) in GenerateAccountInfoDigestStr() 398 accountInfoDigestJson[userInfoPath] = digestOutData; in GenerateAccountInfoDigestStr() 408 ErrCode AccountFileWatcherMgr::AddAccountInfoDigest(const std::string accountInfo, const std::string &userInfoPath) in AddAccountInfoDigest() argument 411 if (GenerateAccountInfoDigestStr(userInfoPath, accountInfo, digestStr) == ERR_OK) { in AddAccountInfoDigest() 418 ErrCode AccountFileWatcherMgr::DeleteAccountInfoDigest(const std::string &userInfoPath) in DeleteAccountInfoDigest() argument 432 if (accountInfoDigestJson.find(userInfoPath) == accountInfoDigestJson.end()) { in DeleteAccountInfoDigest() 435 accountInfoDigestJson.erase(userInfoPath); in DeleteAccountInfoDigest() 376 GenerateAccountInfoDigestStr( const std::string &userInfoPath, const std::string &accountInfoStr, std::string &digestStr) GenerateAccountInfoDigestStr() argument
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | os_account_control_file_manager.h | 91 const std::string &userInfoPath, const std::string &accountInfoStr, std::string &digestStr); 92 ErrCode DeleteAccountInfoDigest(const std::string &userInfoPath);
|
Completed in 3 milliseconds