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

  /external/libweave/include/weave/provider/test/
mock_http_client.h 19 class MockHttpClientResponse : public HttpClient::Response {
  /external/libweave/src/
weave_unittest.cc 44 using provider::test::MockHttpClientResponse;
196 std::unique_ptr<provider::test::MockHttpClientResponse> response{
197 new StrictMock<provider::test::MockHttpClientResponse>};
device_registration_info_unittest.cc 40 using provider::test::MockHttpClientResponse;
96 std::unique_ptr<MockHttpClientResponse> response{
97 new StrictMock<MockHttpClientResponse>};

Completed in 192 milliseconds