HomeSort by relevance Sort by last modified time
    Searched defs:ServiceUnderTest (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
service_under_test.cc 29 const char ServiceUnderTest::kKeyValueStoreProperty[] = "key_value_store";
30 const char ServiceUnderTest::kRpcId[] = "/mock_device_rpc";
31 const char ServiceUnderTest::kStringsProperty[] = "strings";
32 const char ServiceUnderTest::kStorageId[] = "service";
34 ServiceUnderTest::ServiceUnderTest(ControlInterface* control_interface,
44 new CustomAccessor<ServiceUnderTest, KeyValueStore>(
45 this, &ServiceUnderTest::GetKeyValueStore,
46 &ServiceUnderTest::SetKeyValueStore)));
49 ServiceUnderTest::~ServiceUnderTest() {
    [all...]
service_under_test.h 35 class ServiceUnderTest : public Service {
42 ServiceUnderTest(ControlInterface* control_interface,
46 ~ServiceUnderTest() override;
68 DISALLOW_COPY_AND_ASSIGN(ServiceUnderTest);

Completed in 223 milliseconds