Searched refs:userInfoPath (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/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);
|
/ohos5.0/base/account/os_account/services/accountmgr/src/ |
H A D | account_file_watcher_manager.cpp | 385 const std::string &userInfoPath, const std::string &accountInfoStr, std::string &digestStr) in GenerateAccountInfoDigestStr() argument 406 accountInfoDigestJson[userInfoPath] = digestOutData; in GenerateAccountInfoDigestStr() 416 …ileWatcherMgr::AddAccountInfoDigest(const std::string accountInfo, const std::string &userInfoPath) in AddAccountInfoDigest() argument 419 if (GenerateAccountInfoDigestStr(userInfoPath, accountInfo, digestStr) == ERR_OK) { in AddAccountInfoDigest() 426 ErrCode AccountFileWatcherMgr::DeleteAccountInfoDigest(const std::string &userInfoPath) in DeleteAccountInfoDigest() argument 440 if (accountInfoDigestJson.find(userInfoPath) == accountInfoDigestJson.end()) { in DeleteAccountInfoDigest() 443 accountInfoDigestJson.erase(userInfoPath); in DeleteAccountInfoDigest()
|
/ohos5.0/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);
|