Searched refs:GetCustomName (Results 1 – 7 of 7) sorted by relevance
193 domesticSpn = GetCustomName(simPlmn); in NotifySpnChanged()327 plmn = GetCustomName(numeric); in NotifyCdmaSpnChanged()393 plmn = GetCustomName(numeric); in GetPlmn()494 std::string OperatorName::GetCustomName(const std::string &numeric) in GetCustomName() function in OHOS::Telephony::OperatorName496 return OperatorNameUtils::GetInstance().GetCustomName(numeric); in GetCustomName()746 std::string customizedOperatorLongName = GetCustomName(numeric); in UpdateOperatorLongName()
253 std::string OperatorNameUtils::GetCustomName(const std::string &numeric) in GetCustomName() function in OHOS::Telephony::OperatorNameUtils
191 std::string customName = OperatorNameUtils::GetInstance().GetCustomName(numeric); in AvailNetworkResult()
42 std::string GetCustomName(const std::string &numeric);
58 std::string GetCustomName(const std::string &numeric);
699 EXPECT_NE(OperatorNameUtils::GetInstance().GetCustomName(numeric), "");
1953 EXPECT_EQ(operatorName->GetCustomName(plmn), "");1954 EXPECT_EQ(operatorName->GetCustomName(numeric), "");