Searched refs:operator_name (Results 1 - 17 of 17) sorted by relevance

/system/connectivity/shill/cellular/
H A Dmobile_operator_info.cc100 const string& MobileOperatorInfo::operator_name() const { function in class:shill::MobileOperatorInfo
101 const auto& result = impl_->operator_name();
161 for (const auto& operator_name : result) {
162 pp_result << "(" << operator_name.name << ", " << operator_name.language
181 for (const auto& operator_name : mobile_apn->operator_name_list) {
182 pp_result << "(" << operator_name.name << ", " << operator_name.language
245 void MobileOperatorInfo::UpdateOperatorName(const string& operator_name) { argument
246 SLOG(this, 3) << GetLogPrefix(__func__) << "(" << operator_name << ")";
[all...]
H A Dmock_mobile_operator_info.cc34 ON_CALL(*this, operator_name())
H A Dmobile_operator_info.h163 virtual const std::string& operator_name() const;
214 virtual void UpdateOperatorName(const std::string& operator_name);
H A Dmock_mobile_operator_info.h43 MOCK_CONST_METHOD0(operator_name, const std::string&());
H A Dmobile_operator_info_unittest.cc294 void UpdateOperatorName(const std::string& operator_name) { argument
295 operator_info_->UpdateOperatorName(operator_name);
327 EXPECT_TRUE(operator_info_->operator_name().empty());
530 EXPECT_EQ("name108001", operator_info_->operator_name());
545 EXPECT_EQ("name108002", operator_info_->operator_name());
679 EXPECT_EQ("name113001", operator_info_->operator_name());
685 EXPECT_EQ("name113002", operator_info_->operator_name());
953 EXPECT_EQ("name113002", operator_info_->operator_name());
960 EXPECT_EQ("name113001", operator_info_->operator_name());
977 EXPECT_EQ("name113002", operator_info_->operator_name());
[all...]
H A Dmobile_operator_info_impl.cc168 const string& MobileOperatorInfoImpl::operator_name() const { function in class:shill::MobileOperatorInfoImpl
322 void MobileOperatorInfoImpl::UpdateOperatorName(const string& operator_name) { argument
324 if (user_operator_name_ == operator_name) {
328 user_operator_name_ = operator_name;
333 NormalizeOperatorName(operator_name));
340 LOG(INFO) << "Operator name [" << operator_name << "] "
341 << "(Normalized: [" << NormalizeOperatorName(operator_name)
H A Dcellular_capability_gsm.h189 const std::string& operator_name);
195 const std::string& operator_name,
H A Dmobile_operator_info_impl.h59 const std::string& operator_name() const;
78 void UpdateOperatorName(const std::string& operator_name);
H A Dcellular_capability_universal.cc1070 !mobile_operator_info_->operator_name().empty()) {
1071 parsed[kLongNameProperty] = mobile_operator_info_->operator_name();
1473 string operator_name; local
1479 operator_name = it->second;
1494 operator_name =
1499 On3GPPRegistrationChanged(state, operator_code, operator_name);
1524 const string& operator_name) {
1527 << ", opername=" << operator_name; local
1548 operator_name));
1560 Handle3GPPRegistrationChange(state, operator_code, operator_name);
1521 On3GPPRegistrationChanged( MMModem3gppRegistrationState state, const string& operator_code, const string& operator_name) argument
[all...]
H A Dcellular_capability_gsm.cc617 !mobile_operator_info_->operator_name().empty()) {
618 parsed[kLongNameProperty] = mobile_operator_info_->operator_name();
713 uint32_t status, const string& operator_code, const string& operator_name) {
716 << ", opername=" << operator_name; local
719 cellular()->serving_operator_info()->UpdateOperatorName(operator_name);
728 uint32_t status, const string& operator_code, const string& operator_name,
731 OnRegistrationInfoSignal(status, operator_code, operator_name);
712 OnRegistrationInfoSignal( uint32_t status, const string& operator_code, const string& operator_name) argument
727 OnGetRegistrationInfoReply( uint32_t status, const string& operator_code, const string& operator_name, const Error& error) argument
H A Dcellular.cc1475 if (!operator_info->operator_name().empty()) {
1476 home_provider[kOperatorNameKey] = operator_info->operator_name();
1534 if (!operator_info->operator_name().empty()) {
1535 serving_operator[kOperatorNameKey] = operator_info->operator_name();
1544 if (!operator_info->operator_name().empty()) {
1549 !home_provider_info->operator_name().empty()) {
1550 service_name += home_provider_info->operator_name() + " | ";
1552 service_name += operator_info->operator_name();
H A Dcellular_unittest.cc832 EXPECT_CALL(*mock_home_provider_info_, operator_name())
852 EXPECT_CALL(*mock_serving_operator_info_, operator_name())
872 EXPECT_CALL(*mock_home_provider_info_, operator_name())
880 EXPECT_CALL(*mock_serving_operator_info_, operator_name())
900 EXPECT_CALL(*mock_serving_operator_info_, operator_name())
908 EXPECT_CALL(*mock_home_provider_info_, operator_name())
924 EXPECT_CALL(*mock_home_provider_info_, operator_name())
926 EXPECT_CALL(*mock_serving_operator_info_, operator_name())
967 EXPECT_CALL(*mock_serving_operator_info_, operator_name())
997 EXPECT_CALL(*mock_home_provider_info_, operator_name())
[all...]
H A Dcellular_capability_universal.h352 const std::string& operator_name);
368 void OnOperatorNameChanged(const std::string& operator_name);
H A Dcellular_capability_gsm_unittest.cc594 EXPECT_CALL(*mock_mobile_operator_info, operator_name()).
H A Dcellular_capability_universal_unittest.cc163 string operator_name = "TestOperator"; local
/system/connectivity/shill/dbus/
H A Dchromeos_modem_gsm_network_proxy.cc166 uint32_t status, const string& operator_code, const string& operator_name) {
168 << operator_code << ", " << operator_name << ")"; local
172 registration_info_callback_.Run(status, operator_code, operator_name);
165 RegistrationInfo( uint32_t status, const string& operator_code, const string& operator_name) argument
H A Dchromeos_modem_gsm_network_proxy.h89 const std::string& operator_name);

Completed in 572 milliseconds