OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FauxSave
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/
mock_service.cc
58
bool MockService::
FauxSave
(StoreInterface* store) {
mock_service.h
94
bool
FauxSave
(StoreInterface* store);
profile_unittest.cc
239
.WillRepeatedly(Invoke(service1.get(), &MockService::
FauxSave
));
241
.WillRepeatedly(Invoke(service2.get(), &MockService::
FauxSave
));
313
.WillRepeatedly(Invoke(service1.get(), &MockService::
FauxSave
));
315
.WillRepeatedly(Invoke(service2.get(), &MockService::
FauxSave
));
Completed in 595 milliseconds