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/
H A Dohos_account_data_deal.cpp33 const std::string ACCOUNT_CFG_FILE_NAME = "/account.json"; member
130 std::string configFile = configFileDir_ + std::to_string(id) + ACCOUNT_CFG_FILE_NAME; in AddFileWatcher()
136 std::string configFile = configFileDir_ + std::to_string(userId) + ACCOUNT_CFG_FILE_NAME; in Init()
214 std::string configFile = configFileDir_ + std::to_string(accountInfo.userId_) + ACCOUNT_CFG_FILE_NAME; in SaveAccountInfo()
324 std::string configFile = configFileDir_ + std::to_string(userId) + ACCOUNT_CFG_FILE_NAME; in GetAccountInfo()

Completed in 1 milliseconds