Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/src/
Dohos_account_data_deal.cpp34 const std::string ACCOUNT_CFG_FILE_NAME = "/account.json"; variable
53 std::string configFile = configFileDir_ + std::to_string(userId) + ACCOUNT_CFG_FILE_NAME; in Init()
119 …::string configFile = configFileDir_ + std::to_string(accountInfo.userId_) + ACCOUNT_CFG_FILE_NAME; in SaveAccountInfo()
176 std::string configFile = configFileDir_ + std::to_string(userId) + ACCOUNT_CFG_FILE_NAME; in GetAccountInfo()