Searched refs:accountIndex (Results 1 – 1 of 1) sorted by relevance
373 std::string accountIndex; in BuildAndSaveOsAccountIndexJsonFile() local374 ErrCode result = GetAccountIndexInfo(accountIndex); in BuildAndSaveOsAccountIndexJsonFile()380 … accountFileOperator_->InputFileByPathAndContent(Constants::ACCOUNT_INDEX_JSON_PATH, accountIndex); in BuildAndSaveOsAccountIndexJsonFile()1199 std::string accountIndex; in GetAccountIndexFromFile() local1201 ErrCode result = GetAccountIndexInfo(accountIndex); in GetAccountIndexFromFile()1207 …ode = accountFileOperator_->GetFileContentByPath(Constants::ACCOUNT_INDEX_JSON_PATH, accountIndex); in GetAccountIndexFromFile()1213 accountIndexJson = Json::parse(accountIndex, nullptr, false); in GetAccountIndexFromFile()