Home
last modified time | relevance | path

Searched refs:HasFailure (Results 1 – 6 of 6) sorted by relevance

/trusty/user/base/app/apploader/tests/
Dapploader_test.c45 if (HasFailure()) { in make_request()
125 if (HasFailure()) { in get_memory_buffer_from_malloc()
152 if (HasFailure()) { in get_memory_handle_from_service()
163 ASSERT_EQ(false, HasFailure()); in get_memory_handle_from_service()
174 if (HasFailure()) { in get_memory_buffer_from_service()
179 ASSERT_EQ(false, HasFailure()); in get_memory_buffer_from_service()
220 EXPECT_EQ(false, HasFailure()); in TEST_F()
228 EXPECT_EQ(false, HasFailure()); in TEST_F()
239 EXPECT_EQ(false, HasFailure()); in TEST_F()
250 EXPECT_EQ(false, HasFailure()); in TEST_F()
[all …]
/trusty/user/app/sample/app-mgmt-test/client/
Dmain.c112 if (HasFailure()) in chan_send_cmd()
145 if (HasFailure()) in send_cmd()
162 if (HasFailure()) in establish_unhandled_channel()
181 if (HasFailure()) in close_channel()
191 if (HasFailure()) in send_exit()
203 if (HasFailure()) in wait_and_exit()
220 if (HasFailure()) in send_apploader_request()
278 if (HasFailure()) in recv_apploader_response()
317 ASSERT_EQ(false, HasFailure()); in load_app()
322 ASSERT_EQ(false, HasFailure()); in load_app()
[all …]
/trusty/kernel/lib/ktipc/test/main/
Dmain.c87 ASSERT_EQ(false, HasFailure()); in TEST()
110 ASSERT_EQ(false, HasFailure()); in TEST()
142 ASSERT_EQ(false, HasFailure()); in TEST()
239 ASSERT_EQ(false, HasFailure()); in TEST()
264 ASSERT_EQ(false, HasFailure()); in TEST()
284 ASSERT_EQ(false, HasFailure()); in TEST()
318 ASSERT_EQ(false, HasFailure()); in TEST()
329 ASSERT_EQ(false, HasFailure()); in TEST()
/trusty/user/base/lib/tipc/test/main/
Dmain.c50 #define ABORT_IF_NOT_OK(lbl) ABORT_IF((HasFailure()), lbl)
1090 if (HasFailure()) { in TEST()
1463 if (HasFailure()) in TEST()
2366 for (unsigned int i = 0; (i < 10000) && !HasFailure(); i++) { in TEST()
2367 while (!HasFailure()) { in TEST()
2386 for (unsigned int i = 0; (i < 10000) && !HasFailure(); i++) { in TEST()
2400 while (!HasFailure()) { in TEST()
2454 for (unsigned int i = 0; (i < 10000) && !HasFailure(); i++) { in TEST()
2463 while (!HasFailure()) { in TEST()
/trusty/kernel/include/shared/lk/
Dtrusty_unittest.h664 static inline bool HasFailure(void) { in HasFailure() function
/trusty/user/app/storage/test/storage_host_test/
Dstorage_host_test.c202 ASSERT_EQ(false, HasFailure()); in file_test_etc()