Searched refs:TestTimeService (Results 1 – 7 of 7) sorted by relevance
15 class TestTimeService; variable19 public InterfaceFactory<TestTimeService> {30 InterfaceRequest<TestTimeService> request) MOJO_OVERRIDE;
17 class TestTimeService; variable21 public InterfaceFactory<TestTimeService> {36 InterfaceRequest<TestTimeService> request) MOJO_OVERRIDE;
9 // Connect to a TestTimeService at |app_url| and ferry the data back15 interface TestTimeService {
28 connection->AddService<TestTimeService>(this); in ConfigureIncomingConnection()38 InterfaceRequest<TestTimeService> request) { in Create()
20 class TestTimeServiceImpl : public InterfaceImpl<TestTimeService> {
37 InterfaceRequest<TestTimeService> request) { in Create()
23 using mojo::test::TestTimeService;302 EXPECT_EQ(TestTimeService::Name_, reports[1].service_name); in TEST_F()304 EXPECT_EQ(TestTimeService::Name_, reports[2].service_name); in TEST_F()