HomeSort by relevance Sort by last modified time
    Searched refs:olp_list (Results 1 - 12 of 12) sorted by null

  /system/connectivity/shill/cellular/
mock_mobile_operator_info.cc 31 ON_CALL(*this, olp_list()).WillByDefault(ReturnRef(empty_olp_list_));
cellular_capability_cdma.cc 153 const vector<MobileOperatorInfo::OnlinePortal>& olp_list = local
154 cellular()->home_provider_info()->olp_list();
155 if (olp_list.empty()) {
159 if (olp_list.size() > 1) {
162 cellular()->service()->SetOLP(olp_list[0].url,
163 olp_list[0].method,
164 olp_list[0].post_data);
cellular_capability_universal_cdma.cc 194 cellular()->serving_operator_info()->olp_list().empty()) {
237 const vector<MobileOperatorInfo::OnlinePortal>& olp_list = local
238 cellular()->serving_operator_info()->olp_list();
239 if (olp_list.empty()) {
243 if (olp_list.size() > 1) {
246 string post_data = olp_list[0].post_data;
255 cellular()->service()->SetOLP(olp_list[0].url, olp_list[0].method, post_data);
mock_mobile_operator_info.h 40 MOCK_CONST_METHOD0(olp_list,
cellular_capability_universal_cdma_unittest.cc 307 EXPECT_CALL(*mock_serving_operator_info_, olp_list())
324 EXPECT_CALL(*mock_serving_operator_info_, olp_list())
395 const vector<MobileOperatorInfo::OnlinePortal> olp_list {
411 EXPECT_CALL(*mock_serving_operator_info_, olp_list())
419 EXPECT_CALL(*mock_serving_operator_info_, olp_list())
420 .WillRepeatedly(ReturnRef(olp_list));
435 const vector<MobileOperatorInfo::OnlinePortal> olp_list {
441 EXPECT_CALL(*mock_serving_operator_info_, olp_list())
442 .WillRepeatedly(ReturnRef(olp_list));
mobile_operator_info.h 187 virtual const std::vector<OnlinePortal>& olp_list() const;
mobile_operator_info_unittest.cc 336 EXPECT_TRUE(operator_info_->olp_list().empty());
    [all...]
mobile_operator_info.cc 193 const vector<MobileOperatorInfo::OnlinePortal>& MobileOperatorInfo::olp_list() function in class:shill::MobileOperatorInfo
195 const auto& result = impl_->olp_list();
cellular_capability_universal.cc 768 const vector<MobileOperatorInfo::OnlinePortal>& olp_list = local
769 cellular()->home_provider_info()->olp_list();
770 if (olp_list.empty()) {
774 if (olp_list.size() > 1) {
777 string post_data = olp_list[0].post_data;
788 cellular()->service()->SetOLP(olp_list[0].url, olp_list[0].method, post_data);
842 cellular()->home_provider_info()->olp_list().empty()) {
    [all...]
mobile_operator_info_impl.h 69 const std::vector<MobileOperatorInfo::OnlinePortal>& olp_list() const;
cellular_capability_universal_unittest.cc     [all...]
mobile_operator_info_impl.cc 212 MobileOperatorInfoImpl::olp_list() const { function in class:shill::MobileOperatorInfoImpl

Completed in 406 milliseconds