Searched refs:SHORT_NAME (Results 1 – 4 of 4) sorted by relevance
27 const std::string SHORT_NAME = "shortName"; variable247 {SHORT_NAME, shortName_}, in ToJson()315 jsonObject, jsonObjectEnd, SHORT_NAME, shortName_, OHOS::AccountSA::JsonType::STRING); in FromJson()
120 const char SHORT_NAME[] = "shortName"; variable
902 accountBaseInfo[Constants::SHORT_NAME] = osAccountInfo.GetShortName(); in UpdateAccountIndex()1237 accountIndexElement[Constants::SHORT_NAME] = account->GetShortName(); in GetAccountIndexInfo()
939 if (!osAccountInfo.GetShortName().empty() && value.contains(Constants::SHORT_NAME)) { in RetryToGetAccount()940 std::string shortName = value[Constants::SHORT_NAME].get<std::string>(); in RetryToGetAccount()