OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockShillProfileClient
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chromeos/dbus/
mock_shill_profile_client.cc
12
MockShillProfileClient
::
MockShillProfileClient
() {
16
MockShillProfileClient
::~
MockShillProfileClient
() {}
mock_shill_profile_client.h
18
class
MockShillProfileClient
: public ShillProfileClient {
20
MockShillProfileClient
();
21
virtual ~
MockShillProfileClient
();
/external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc
104
mock_profile_client_ = new
MockShillProfileClient
();
204
MockShillProfileClient
* mock_profile_client_;
managed_network_configuration_handler_unittest.cc
187
mock_profile_client_ = new StrictMock<
MockShillProfileClient
>();
320
MockShillProfileClient
* mock_profile_client_;
Completed in 1002 milliseconds