HomeSort by relevance Sort by last modified time
    Searched refs:DestroyService (Results 1 - 6 of 6) sorted by null

  /system/connectivity/shill/cellular/
mock_cellular.h 47 MOCK_METHOD0(DestroyService, void());
modem.cc 68 device_->DestroyService();
modem_unittest.cc 166 EXPECT_CALL(*cellular, DestroyService());
248 EXPECT_CALL(*cellular, DestroyService());
cellular_unittest.cc 818 device_->DestroyService();
    [all...]
cellular.cc 334 DestroyService();
583 DestroyService();
672 void Cellular::DestroyService() {
    [all...]
cellular.h 137 virtual void DestroyService();

Completed in 320 milliseconds