Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmock_service.cc58 bool MockService::FauxSave(StoreInterface* store) { in FauxSave() function in shill::MockService
Dprofile_unittest.cc239 .WillRepeatedly(Invoke(service1.get(), &MockService::FauxSave)); in TEST_F()
241 .WillRepeatedly(Invoke(service2.get(), &MockService::FauxSave)); in TEST_F()
313 .WillRepeatedly(Invoke(service1.get(), &MockService::FauxSave)); in TEST_F()
315 .WillRepeatedly(Invoke(service2.get(), &MockService::FauxSave)); in TEST_F()
Dmock_service.h94 bool FauxSave(StoreInterface* store);