/system/connectivity/shill/ethernet/ |
D | ethernet_eap_provider.h | 50 ServiceRefPtr GetService(const KeyValueStore& args, Error* error) override; 51 ServiceRefPtr FindSimilarService( 53 ServiceRefPtr CreateTemporaryService( 55 ServiceRefPtr CreateTemporaryServiceFromProfile( 62 virtual const ServiceRefPtr& service() const { return service_; } in service() 85 void set_service(const ServiceRefPtr& service) { service_ = service; } in set_service() 90 ServiceRefPtr service_;
|
D | ethernet_eap_provider_unittest.cc | 60 EXPECT_EQ(ServiceRefPtr(), provider_.service()); in TEST_F() 65 ServiceRefPtr service; in TEST_F() 68 EXPECT_NE(ServiceRefPtr(), provider_.service()); in TEST_F() 135 ServiceRefPtr service; in TEST_F() 154 ServiceRefPtr temp_service = provider_.CreateTemporaryService(args, &error); in TEST_F() 157 EXPECT_NE(ServiceRefPtr(), temp_service); in TEST_F()
|
D | ethernet_eap_provider.cc | 45 ServiceRefPtr EthernetEapProvider::FindSimilarService(const KeyValueStore& args, in FindSimilarService() 52 ServiceRefPtr EthernetEapProvider::GetService(const KeyValueStore& args, in GetService() 57 ServiceRefPtr EthernetEapProvider::CreateTemporaryService( in CreateTemporaryService() 66 ServiceRefPtr EthernetEapProvider::CreateTemporaryServiceFromProfile( in CreateTemporaryServiceFromProfile()
|
/system/connectivity/shill/ |
D | service_property_change_test.h | 29 void TestCommonPropertyChanges(ServiceRefPtr service, 33 void TestAutoConnectPropertyChange(ServiceRefPtr service, 37 void TestNamePropertyChange(ServiceRefPtr service, 41 void TestCommonCustomSetterNoopChange(ServiceRefPtr service,
|
D | mock_profile.h | 38 MOCK_METHOD1(AdoptService, bool(const ServiceRefPtr& service)); 39 MOCK_METHOD1(AbandonService, bool(const ServiceRefPtr& service)); 40 MOCK_METHOD1(LoadService, bool(const ServiceRefPtr& service)); 41 MOCK_METHOD1(ConfigureService, bool(const ServiceRefPtr& service)); 45 MOCK_METHOD1(UpdateService, bool(const ServiceRefPtr& service));
|
D | provider_interface.h | 41 virtual ServiceRefPtr FindSimilarService( 48 virtual ServiceRefPtr GetService(const KeyValueStore& args, Error* error) = 0; 54 virtual ServiceRefPtr CreateTemporaryService( 61 virtual ServiceRefPtr CreateTemporaryServiceFromProfile(
|
D | mock_manager.h | 48 MOCK_METHOD3(SetProfileForService, void(const ServiceRefPtr& to_set, 53 MOCK_METHOD1(HasService, bool(const ServiceRefPtr& to_manage)); 54 MOCK_METHOD1(RegisterService, void(const ServiceRefPtr& to_manage)); 55 MOCK_METHOD1(UpdateService, void(const ServiceRefPtr& to_update)); 56 MOCK_METHOD1(DeregisterService, void(const ServiceRefPtr& to_forget)); 64 MOCK_METHOD1(RecheckPortalOnService, void(const ServiceRefPtr& service)); 68 MOCK_CONST_METHOD0(GetDefaultService, ServiceRefPtr()); 70 ServiceRefPtr(const ProfileRefPtr& profile, 74 ServiceRefPtr(const ProfileRefPtr& profile,
|
D | manager.h | 81 typedef base::Callback<void(const ServiceRefPtr& service)> ServiceCallback; 142 bool MoveServiceToProfile(const ServiceRefPtr& to_move, 147 virtual void SetProfileForService(const ServiceRefPtr& to_set, 154 virtual bool HasService(const ServiceRefPtr& service); 157 virtual void RegisterService(const ServiceRefPtr& to_manage); 160 virtual void DeregisterService(const ServiceRefPtr& to_forget); 161 virtual void UpdateService(const ServiceRefPtr& to_update); 173 ServiceRefPtr FindService(const std::string& name); 182 ServiceRefPtr GetService(const KeyValueStore& args, Error* error); 183 ServiceRefPtr ConfigureService(const KeyValueStore& args, Error* error); [all …]
|
D | profile.h | 110 virtual bool AdoptService(const ServiceRefPtr& service); 115 virtual bool AbandonService(const ServiceRefPtr& service); 119 virtual bool UpdateService(const ServiceRefPtr& service); 124 virtual bool LoadService(const ServiceRefPtr& service); 129 virtual bool ConfigureService(const ServiceRefPtr& service); 143 virtual ServiceRefPtr GetServiceFromEntry(const std::string& entry_name,
|
D | ephemeral_profile.h | 44 bool AdoptService(const ServiceRefPtr& service) override; 45 bool AbandonService(const ServiceRefPtr& service) override;
|
D | service_sorter.h | 41 bool operator() (ServiceRefPtr a, ServiceRefPtr b) { in operator()
|
D | ephemeral_profile.cc | 55 bool EphemeralProfile::AdoptService(const ServiceRefPtr& service) { in AdoptService() 62 bool EphemeralProfile::AbandonService(const ServiceRefPtr& service) { in AbandonService()
|
D | profile.cc | 190 bool Profile::AdoptService(const ServiceRefPtr& service) { in AdoptService() 198 bool Profile::AbandonService(const ServiceRefPtr& service) { in AbandonService() 205 bool Profile::UpdateService(const ServiceRefPtr& service) { in UpdateService() 209 bool Profile::LoadService(const ServiceRefPtr& service) { in LoadService() 215 bool Profile::ConfigureService(const ServiceRefPtr& service) { in ConfigureService() 247 ServiceRefPtr Profile::GetServiceFromEntry(const std::string& entry_name, in GetServiceFromEntry() 258 ServiceRefPtr service = in GetServiceFromEntry()
|
D | manager.cc | 483 for (ServiceRefPtr& service : services_) { in PushProfileInternal() 814 void Manager::RemoveService(const ServiceRefPtr& service) { in RemoveService() 867 ServiceRefPtr Manager::GetServiceWithStorageIdentifier( in GetServiceWithStorageIdentifier() 881 ServiceRefPtr Manager::CreateTemporaryServiceFromProfile( in CreateTemporaryServiceFromProfile() 892 ServiceRefPtr service = nullptr; in CreateTemporaryServiceFromProfile() 918 ServiceRefPtr Manager::GetServiceWithGUID( in GetServiceWithGUID() 936 ServiceRefPtr Manager::GetDefaultService() const { in GetDefaultService() 946 ServiceRefPtr default_service = GetDefaultService(); in GetDefaultServiceRpcIdentifier() 1047 bool Manager::MoveServiceToProfile(const ServiceRefPtr& to_move, in MoveServiceToProfile() 1069 void Manager::SetProfileForService(const ServiceRefPtr& to_set, in SetProfileForService() [all …]
|
D | service_property_change_test.cc | 48 void TestCommonPropertyChanges(ServiceRefPtr service, in TestCommonPropertyChanges() 122 void TestAutoConnectPropertyChange(ServiceRefPtr service, in TestAutoConnectPropertyChange() 130 void TestNamePropertyChange(ServiceRefPtr service, in TestNamePropertyChange() 139 void TestCustomSetterNoopChange(ServiceRefPtr service, in TestCustomSetterNoopChange()
|
D | manager_unittest.cc | 205 bool ServiceOrderIs(ServiceRefPtr svc1, ServiceRefPtr svc2); 364 MOCK_METHOD1(OnDefaultServiceChanged, void(const ServiceRefPtr& service)); 483 void SetEapProviderService(const ServiceRefPtr& service) { in SetEapProviderService() 521 bool ManagerTest::ServiceOrderIs(ServiceRefPtr svc0, ServiceRefPtr svc1) { in ServiceOrderIs() 705 ServiceRefPtr service1(new ServiceUnderTest(control_interface(), in TEST_F() 713 ServiceRefPtr service2(new ServiceUnderTest(control_interface(), in TEST_F() 735 ServiceRefPtr service1(new ServiceUnderTest(control_interface(), in TEST_F() 1219 const ServiceRefPtr& service = mock_service; in TEST_F() 1455 EXPECT_CALL(*profile, AbandonService(ServiceRefPtr(s_will_remove0))) in TEST_F() 1457 EXPECT_CALL(*profile, AbandonService(ServiceRefPtr(s_will_remove1))) in TEST_F() [all …]
|
D | virtual_device.h | 61 virtual void SelectService(const ServiceRefPtr& service);
|
D | service.h | 236 virtual bool IsDependentOn(const ServiceRefPtr& b) const; 451 ServiceRefPtr a, 452 ServiceRefPtr b, 672 friend void TestCommonPropertyChanges(ServiceRefPtr, ServiceMockAdaptor*); 673 friend void TestCustomSetterNoopChange(ServiceRefPtr, MockManager*); 674 friend void TestNamePropertyChange(ServiceRefPtr, ServiceMockAdaptor*);
|
/system/connectivity/shill/wifi/ |
D | mock_wifi_provider.h | 36 ServiceRefPtr(const KeyValueStore& args, 39 ServiceRefPtr(const KeyValueStore& args, Error* error)); 40 MOCK_METHOD2(GetService, ServiceRefPtr(const KeyValueStore& args,
|
D | wifi_provider.h | 78 ServiceRefPtr FindSimilarService( 80 ServiceRefPtr GetService(const KeyValueStore& args, Error* error) override; 81 ServiceRefPtr CreateTemporaryService( 83 ServiceRefPtr CreateTemporaryServiceFromProfile(
|
/system/connectivity/shill/vpn/ |
D | vpn_provider.h | 51 ServiceRefPtr FindSimilarService( 53 ServiceRefPtr GetService(const KeyValueStore& args, Error* error) override; 54 ServiceRefPtr CreateTemporaryService( 56 ServiceRefPtr CreateTemporaryServiceFromProfile(
|
D | vpn_provider_unittest.cc | 66 string GetServiceFriendlyName(const ServiceRefPtr& service) { in GetServiceFriendlyName() 70 void SetConnectState(const ServiceRefPtr& service, in SetConnectState() 101 ServiceRefPtr service = provider_.GetService(args, &e); in TEST_F() 113 ServiceRefPtr service = provider_.GetService(args, &e); in TEST_F() 127 ServiceRefPtr service = provider_.FindSimilarService(args, &error); in TEST_F() 134 ServiceRefPtr service; in TEST_F() 163 ServiceRefPtr get_service = provider_.GetService(args, &error); in TEST_F() 173 ServiceRefPtr similar_service = provider_.FindSimilarService(args, &error); in TEST_F() 183 ServiceRefPtr temporary_service = in TEST_F()
|
D | vpn_provider.cc | 129 ServiceRefPtr VPNProvider::GetService(const KeyValueStore& args, in GetService() 153 ServiceRefPtr VPNProvider::FindSimilarService(const KeyValueStore& args, in FindSimilarService() 305 ServiceRefPtr VPNProvider::CreateTemporaryService( in CreateTemporaryService() 323 ServiceRefPtr VPNProvider::CreateTemporaryServiceFromProfile( in CreateTemporaryServiceFromProfile()
|
/system/connectivity/shill/wimax/ |
D | wimax_provider.h | 54 ServiceRefPtr FindSimilarService( 56 ServiceRefPtr GetService(const KeyValueStore& args, Error* error) override; 57 ServiceRefPtr CreateTemporaryService( 59 ServiceRefPtr CreateTemporaryServiceFromProfile(
|
D | mock_wimax.h | 50 MOCK_METHOD2(DisconnectFrom, void(const ServiceRefPtr& service,
|