Lines Matching refs:BinderControl
58 const char BinderControl::kNullRpcIdentifier[] = "-1";
60 BinderControl::BinderControl(EventDispatcher* dispatcher) in BinderControl() function in shill::BinderControl
78 BinderControl::~BinderControl() { in ~BinderControl()
85 const string& BinderControl::NullRPCIdentifier() { return null_identifier_; } in NullRPCIdentifier()
87 void BinderControl::RegisterManagerObject( in RegisterManagerObject()
98 DeviceAdaptorInterface* BinderControl::CreateDeviceAdaptor(Device* device) { in CreateDeviceAdaptor()
103 IPConfigAdaptorInterface* BinderControl::CreateIPConfigAdaptor( in CreateIPConfigAdaptor()
108 ManagerAdaptorInterface* BinderControl::CreateManagerAdaptor(Manager* manager) { in CreateManagerAdaptor()
113 ProfileAdaptorInterface* BinderControl::CreateProfileAdaptor(Profile* profile) { in CreateProfileAdaptor()
117 RPCTaskAdaptorInterface* BinderControl::CreateRPCTaskAdaptor(RPCTask* task) { in CreateRPCTaskAdaptor()
121 ServiceAdaptorInterface* BinderControl::CreateServiceAdaptor(Service* service) { in CreateServiceAdaptor()
127 ThirdPartyVpnAdaptorInterface* BinderControl::CreateThirdPartyVpnAdaptor( in CreateThirdPartyVpnAdaptor()
134 PowerManagerProxyInterface* BinderControl::CreatePowerManagerProxy( in CreatePowerManagerProxy()
142 SupplicantProcessProxyInterface* BinderControl::CreateSupplicantProcessProxy( in CreateSupplicantProcessProxy()
151 BinderControl::CreateSupplicantInterfaceProxy( in CreateSupplicantInterfaceProxy()
157 SupplicantNetworkProxyInterface* BinderControl::CreateSupplicantNetworkProxy( in CreateSupplicantNetworkProxy()
164 SupplicantBSSProxyInterface* BinderControl::CreateSupplicantBSSProxy( in CreateSupplicantBSSProxy()
170 DHCPCDListenerInterface* BinderControl::CreateDHCPCDListener( in CreateDHCPCDListener()
175 DHCPProxyInterface* BinderControl::CreateDHCPProxy(const string& service) { in CreateDHCPProxy()
179 UpstartProxyInterface* BinderControl::CreateUpstartProxy() { in CreateUpstartProxy()
183 FirewallProxyInterface* BinderControl::CreateFirewallProxy() { in CreateFirewallProxy()
188 AdaptorInterface* BinderControl::CreateAdaptor(Object* object) { in CreateAdaptor()