Home
last modified time | relevance | path

Searched refs:VerifyTestInterface (Results 1 – 22 of 22) sorted by relevance

/external/cronet/tot/base/fuchsia/
Dscoped_service_binding_unittest.cc42 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
43 EXPECT_EQ(VerifyTestInterface(stub2), ZX_OK); in TEST_F()
59 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
60 EXPECT_EQ(VerifyTestInterface(stub2), ZX_OK); in TEST_F()
81 EXPECT_EQ(VerifyTestInterface(debug_stub), ZX_OK); in TEST_F()
86 EXPECT_EQ(VerifyTestInterface(release_stub), ZX_ERR_NOT_FOUND); in TEST_F()
100 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
113 EXPECT_EQ(VerifyTestInterface(existing_client), ZX_OK); in TEST_F()
121 EXPECT_EQ(VerifyTestInterface(new_client), ZX_OK); in TEST_F()
134 EXPECT_EQ(VerifyTestInterface(existing_client), ZX_OK); in TEST_F()
[all …]
Dscoped_natural_service_binding_unittest.cc42 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
43 EXPECT_EQ(VerifyTestInterface(stub2), ZX_OK); in TEST_F()
59 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
60 EXPECT_EQ(VerifyTestInterface(stub2), ZX_OK); in TEST_F()
84 EXPECT_EQ(VerifyTestInterface(debug_stub), ZX_OK); in TEST_F()
90 EXPECT_EQ(VerifyTestInterface(release_stub), ZX_ERR_NOT_FOUND); in TEST_F()
106 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
118 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
140 EXPECT_EQ(VerifyTestInterface(long_lived_stub), ZX_OK); in TEST_F()
146 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
[all …]
Dscoped_service_publisher_unittest.cc44 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
48 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
53 EXPECT_EQ(VerifyTestInterface(client_b), ZX_ERR_NOT_FOUND); in TEST_F()
70 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
74 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
78 EXPECT_EQ(VerifyTestInterface(client_b), ZX_ERR_NOT_FOUND); in TEST_F()
Dscoped_natural_service_publisher_unittest.cc47 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
51 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
56 EXPECT_EQ(VerifyTestInterface(client_b), ZX_ERR_NOT_FOUND); in TEST_F()
77 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
81 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
86 EXPECT_EQ(VerifyTestInterface(client_b), ZX_ERR_NOT_FOUND); in TEST_F()
Dfiltered_service_directory_unittest.cc53 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
67 EXPECT_EQ(VerifyTestInterface(stub1), ZX_OK); in TEST_F()
68 EXPECT_EQ(VerifyTestInterface(stub2), ZX_OK); in TEST_F()
77 EXPECT_EQ(VerifyTestInterface(stub), ZX_ERR_NOT_FOUND); in TEST_F()
88 EXPECT_EQ(VerifyTestInterface(stub), ZX_ERR_NOT_FOUND); in TEST_F()
110 EXPECT_EQ(VerifyTestInterface(stub), ZX_ERR_NOT_FOUND); in TEST_F()
119 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
Dtest_component_context_for_process_unittest.cc35 return VerifyTestInterface(test_interface_ptr) == ZX_OK; in CanConnectToTestInterfaceServiceHlcpp()
44 return VerifyTestInterface(client) == ZX_OK; in CanConnectToTestInterfaceServiceNatural()
50 return VerifyTestInterface(test_interface_ptr) == ZX_OK; in HasPublishedTestInterfaceHlcpp()
60 return VerifyTestInterface(client) == ZX_OK; in HasPublishedTestInterfaceNatural()
Dfidl_event_handler_unittest.cc103 ASSERT_EQ(ZX_OK, VerifyTestInterface(client)); in TEST_F()
158 ASSERT_EQ(ZX_OK, VerifyTestInterface(client)); in TEST()
202 ASSERT_EQ(ZX_OK, VerifyTestInterface(client)); in TEST_F()
Dtest_interface_impl.h33 zx_status_t VerifyTestInterface(
Dtest_interface_natural_impl.h42 zx_status_t VerifyTestInterface(
Dtest_interface_impl.cc22 zx_status_t VerifyTestInterface( in VerifyTestInterface() function
Dtest_interface_natural_impl.cc36 zx_status_t VerifyTestInterface( in VerifyTestInterface() function
/external/cronet/stable/base/fuchsia/
Dscoped_service_binding_unittest.cc42 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
43 EXPECT_EQ(VerifyTestInterface(stub2), ZX_OK); in TEST_F()
59 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
60 EXPECT_EQ(VerifyTestInterface(stub2), ZX_OK); in TEST_F()
81 EXPECT_EQ(VerifyTestInterface(debug_stub), ZX_OK); in TEST_F()
86 EXPECT_EQ(VerifyTestInterface(release_stub), ZX_ERR_NOT_FOUND); in TEST_F()
100 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
113 EXPECT_EQ(VerifyTestInterface(existing_client), ZX_OK); in TEST_F()
121 EXPECT_EQ(VerifyTestInterface(new_client), ZX_OK); in TEST_F()
134 EXPECT_EQ(VerifyTestInterface(existing_client), ZX_OK); in TEST_F()
[all …]
Dscoped_natural_service_binding_unittest.cc42 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
43 EXPECT_EQ(VerifyTestInterface(stub2), ZX_OK); in TEST_F()
59 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
60 EXPECT_EQ(VerifyTestInterface(stub2), ZX_OK); in TEST_F()
84 EXPECT_EQ(VerifyTestInterface(debug_stub), ZX_OK); in TEST_F()
90 EXPECT_EQ(VerifyTestInterface(release_stub), ZX_ERR_NOT_FOUND); in TEST_F()
106 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
118 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
140 EXPECT_EQ(VerifyTestInterface(long_lived_stub), ZX_OK); in TEST_F()
146 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
[all …]
Dscoped_service_publisher_unittest.cc44 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
48 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
53 EXPECT_EQ(VerifyTestInterface(client_b), ZX_ERR_NOT_FOUND); in TEST_F()
70 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
74 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
78 EXPECT_EQ(VerifyTestInterface(client_b), ZX_ERR_NOT_FOUND); in TEST_F()
Dscoped_natural_service_publisher_unittest.cc47 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
51 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
56 EXPECT_EQ(VerifyTestInterface(client_b), ZX_ERR_NOT_FOUND); in TEST_F()
77 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
81 EXPECT_EQ(VerifyTestInterface(client_a), ZX_OK); in TEST_F()
86 EXPECT_EQ(VerifyTestInterface(client_b), ZX_ERR_NOT_FOUND); in TEST_F()
Dfiltered_service_directory_unittest.cc53 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
67 EXPECT_EQ(VerifyTestInterface(stub1), ZX_OK); in TEST_F()
68 EXPECT_EQ(VerifyTestInterface(stub2), ZX_OK); in TEST_F()
77 EXPECT_EQ(VerifyTestInterface(stub), ZX_ERR_NOT_FOUND); in TEST_F()
88 EXPECT_EQ(VerifyTestInterface(stub), ZX_ERR_NOT_FOUND); in TEST_F()
110 EXPECT_EQ(VerifyTestInterface(stub), ZX_ERR_NOT_FOUND); in TEST_F()
119 EXPECT_EQ(VerifyTestInterface(stub), ZX_OK); in TEST_F()
Dtest_component_context_for_process_unittest.cc35 return VerifyTestInterface(test_interface_ptr) == ZX_OK; in CanConnectToTestInterfaceServiceHlcpp()
44 return VerifyTestInterface(client) == ZX_OK; in CanConnectToTestInterfaceServiceNatural()
50 return VerifyTestInterface(test_interface_ptr) == ZX_OK; in HasPublishedTestInterfaceHlcpp()
60 return VerifyTestInterface(client) == ZX_OK; in HasPublishedTestInterfaceNatural()
Dfidl_event_handler_unittest.cc103 ASSERT_EQ(ZX_OK, VerifyTestInterface(client)); in TEST_F()
158 ASSERT_EQ(ZX_OK, VerifyTestInterface(client)); in TEST()
202 ASSERT_EQ(ZX_OK, VerifyTestInterface(client)); in TEST_F()
Dtest_interface_impl.h33 zx_status_t VerifyTestInterface(
Dtest_interface_natural_impl.h42 zx_status_t VerifyTestInterface(
Dtest_interface_impl.cc22 zx_status_t VerifyTestInterface( in VerifyTestInterface() function
Dtest_interface_natural_impl.cc36 zx_status_t VerifyTestInterface( in VerifyTestInterface() function