Home
last modified time | relevance | path

Searched refs:ProfileAdaptorInterface (Results 1 – 14 of 14) sorted by relevance

/system/connectivity/shill/
Dprofile.h44 class ProfileAdaptorInterface; variable
233 friend class ProfileAdaptorInterface; variable
263 std::unique_ptr<ProfileAdaptorInterface> adaptor_;
Dmock_control.cc41 ProfileAdaptorInterface* MockControl::CreateProfileAdaptor( in CreateProfileAdaptor()
Dprofile_adaptor_stub.h29 class ProfileAdaptorStub : public AdaptorStub, public ProfileAdaptorInterface {
Dnice_mock_control.cc46 ProfileAdaptorInterface* NiceMockControl::CreateProfileAdaptor( in CreateProfileAdaptor()
Dadaptor_interfaces.h106 class ProfileAdaptorInterface {
108 virtual ~ProfileAdaptorInterface() {} in ~ProfileAdaptorInterface()
Dcontrol_interface.h36 class ProfileAdaptorInterface; variable
100 virtual ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) = 0;
Dnice_mock_control.h44 ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) override;
Dmock_control.h44 ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) override;
Dmock_adaptors.h114 class ProfileMockAdaptor : public ProfileAdaptorInterface {
/system/connectivity/shill/dbus/
Dchromeos_profile_dbus_adaptor.h43 public ProfileAdaptorInterface {
Dchromeos_dbus_control.cc175 ProfileAdaptorInterface* ChromeosDBusControl::CreateProfileAdaptor( in CreateProfileAdaptor()
178 CreateAdaptor<Profile, ProfileAdaptorInterface, in CreateProfileAdaptor()
Dchromeos_dbus_control.h43 ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) override;
/system/connectivity/shill/binder/
Dbinder_control.h44 ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) override;
Dbinder_control.cc113 ProfileAdaptorInterface* BinderControl::CreateProfileAdaptor(Profile* profile) { in CreateProfileAdaptor()