Home
last modified time | relevance | path

Searched refs:IPConfigAdaptorStub (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dipconfig_adaptor_stub.h30 class IPConfigAdaptorStub : public AdaptorStub,
33 explicit IPConfigAdaptorStub(const std::string& id);
45 DISALLOW_COPY_AND_ASSIGN(IPConfigAdaptorStub);
Dipconfig_adaptor_stub.cc21 IPConfigAdaptorStub::IPConfigAdaptorStub(const std::string& id) in IPConfigAdaptorStub() function in shill::IPConfigAdaptorStub
/system/connectivity/shill/binder/
Dbinder_control.cc105 return new IPConfigAdaptorStub(to_string(next_unique_binder_adaptor_id_++)); in CreateIPConfigAdaptor()