OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateProfileAdaptor
(Results
1 - 10
of
10
) sorted by null
/system/connectivity/shill/
mock_control.cc
41
ProfileAdaptorInterface* MockControl::
CreateProfileAdaptor
(
nice_mock_control.cc
46
ProfileAdaptorInterface* NiceMockControl::
CreateProfileAdaptor
(
control_interface.h
100
virtual ProfileAdaptorInterface*
CreateProfileAdaptor
(Profile* profile) = 0;
mock_control.h
44
ProfileAdaptorInterface*
CreateProfileAdaptor
(Profile* profile) override;
nice_mock_control.h
44
ProfileAdaptorInterface*
CreateProfileAdaptor
(Profile* profile) override;
profile.cc
72
adaptor_.reset(control_interface->
CreateProfileAdaptor
(this));
/system/connectivity/shill/binder/
binder_control.h
44
ProfileAdaptorInterface*
CreateProfileAdaptor
(Profile* profile) override;
binder_control.cc
113
ProfileAdaptorInterface* BinderControl::
CreateProfileAdaptor
(Profile* profile) {
/system/connectivity/shill/dbus/
chromeos_dbus_control.h
43
ProfileAdaptorInterface*
CreateProfileAdaptor
(Profile* profile) override;
chromeos_dbus_control.cc
175
ProfileAdaptorInterface* ChromeosDBusControl::
CreateProfileAdaptor
(
Completed in 83 milliseconds