Searched defs:ServiceUnderTest (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dservice_under_test.cc29 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, function in class:shill::ServiceUnderTest
44 new CustomAccessor<ServiceUnderTest, KeyValueStore>(
45 this, &ServiceUnderTest::GetKeyValueStore,
46 &ServiceUnderTest::SetKeyValueStore)));
49 ServiceUnderTest
[all...]
H A Dservice_under_test.h35 class ServiceUnderTest : public Service { class in namespace:shill
42 ServiceUnderTest(ControlInterface* control_interface,
46 ~ServiceUnderTest() override;
68 DISALLOW_COPY_AND_ASSIGN(ServiceUnderTest);

Completed in 102 milliseconds