Home
last modified time | relevance | path

Searched refs:iAccountInfo (Results 1 - 3 of 3) sorted by relevance

/base/account/os_account/services/accountmgr/src/
H A Daccount_data_storage.cpp127 ErrCode AccountDataStorage::AddAccountInfo(const IAccountInfo &iAccountInfo) in AddAccountInfo() argument
129 if (IsKeyExists(iAccountInfo.GetPrimeKey())) { in AddAccountInfo()
134 std::string accountInfoStr = iAccountInfo.ToString(); in AddAccountInfo()
139 return PutValueToKvStore(iAccountInfo.GetPrimeKey(), accountInfoStr); in AddAccountInfo()
142 ErrCode AccountDataStorage::SaveAccountInfo(const IAccountInfo &iAccountInfo) in SaveAccountInfo() argument
144 if (!IsKeyExists(iAccountInfo.GetPrimeKey())) { in SaveAccountInfo()
149 std::string accountInfoStr = iAccountInfo.ToString(); in SaveAccountInfo()
154 return PutValueToKvStore(iAccountInfo.GetPrimeKey(), accountInfoStr); in SaveAccountInfo()
228 ErrCode AccountDataStorage::GetAccountInfoById(const std::string id, IAccountInfo &iAccountInfo) in GetAccountInfoById() argument
242 iAccountInfo in GetAccountInfoById()
[all...]
/base/account/os_account/services/accountmgr/include/
H A Daccount_data_storage.h42 ErrCode AddAccountInfo(const IAccountInfo &iAccountInfo);
43 ErrCode SaveAccountInfo(const IAccountInfo &iAccountInfo);
49 ErrCode GetAccountInfoById(const std::string id, IAccountInfo &iAccountInfo);
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Daccount_data_storage.cpp58 ErrCode AccountDataStorage::AddAccountInfo(const IAccountInfo &iAccountInfo) in AddAccountInfo() argument
64 ErrCode AccountDataStorage::SaveAccountInfo(const IAccountInfo &iAccountInfo) in SaveAccountInfo() argument
184 ErrCode AccountDataStorage::GetAccountInfoById(const std::string id, IAccountInfo &iAccountInfo) in GetAccountInfoById() argument
192 iAccountInfo.FromJson(mkckJson); in GetAccountInfoById()

Completed in 2 milliseconds