OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullRPCIdentifier
(Results
1 - 17
of
17
) sorted by null
/system/connectivity/shill/ethernet/
ethernet_temporary_service.cc
47
return control_interface()->
NullRPCIdentifier
();
/system/connectivity/shill/
mock_control.cc
62
const std::string& MockControl::
NullRPCIdentifier
() {
nice_mock_control.cc
68
const std::string& NiceMockControl::
NullRPCIdentifier
() {
control_interface.h
108
virtual const std::string&
NullRPCIdentifier
() = 0;
mock_control.h
51
const std::string&
NullRPCIdentifier
() override;
nice_mock_control.h
51
const std::string&
NullRPCIdentifier
() override;
service.cc
[
all
...]
service_unittest.cc
[
all
...]
manager_unittest.cc
[
all
...]
manager.cc
[
all
...]
/system/connectivity/shill/binder/
binder_control.h
48
const std::string&
NullRPCIdentifier
() override;
binder_control.cc
85
const string& BinderControl::
NullRPCIdentifier
() { return null_identifier_; }
/system/connectivity/shill/wimax/
wimax_service.cc
202
return control_interface()->
NullRPCIdentifier
();
257
kDeviceProperty, control_interface()->
NullRPCIdentifier
());
wimax_service_unittest.cc
122
EXPECT_EQ(control_.
NullRPCIdentifier
(), service_->GetDeviceRpcId(&error));
/system/connectivity/shill/dbus/
chromeos_dbus_control.h
51
const std::string&
NullRPCIdentifier
() override;
chromeos_dbus_control.cc
112
const string& ChromeosDBusControl::
NullRPCIdentifier
() {
/system/connectivity/shill/wifi/
wifi_service.cc
727
return control_interface()->
NullRPCIdentifier
();
[
all
...]
Completed in 948 milliseconds