Lines Matching refs:NULL
63 EXPECT_EQ(ZX_OK, init_helper(pipefd[0], NULL, 0), ""); in test_log_simple_write()
64 FX_LOG(INFO, NULL, "test message"); in test_log_simple_write()
80 EXPECT_EQ(ZX_OK, init_helper(pipefd[0], NULL, 0), ""); in test_log_write()
81 FX_LOGF(INFO, NULL, "%d, %s", 10, "just some number"); in test_log_write()
97 EXPECT_EQ(ZX_OK, init_helper(pipefd[0], NULL, 0), ""); in test_log_preprocessed_message()
98 FX_LOG(INFO, NULL, "%d, %s"); in test_log_preprocessed_message()
115 EXPECT_EQ(ZX_OK, init_helper(pipefd[0], NULL, 0), ""); in test_log_severity()
117 FX_LOGF(INFO, NULL, "%d, %s", 10, "just some number"); in test_log_severity()
131 EXPECT_EQ(ZX_OK, init_helper(pipefd[0], NULL, 0), ""); in test_log_write_with_tag()
182 EXPECT_NE(ZX_OK, init_helper(-1, NULL, FX_LOG_MAX_TAGS + 1), ""); in test_global_tag_limit()
192 EXPECT_EQ(ZX_OK, init_helper(pipefd[0], NULL, 0), ""); in test_msg_length_limit()
196 FX_LOGF(INFO, NULL, "%s", msg); in test_msg_length_limit()
204 FX_LOG(INFO, NULL, msg); in test_msg_length_limit()
219 EXPECT_EQ(ZX_OK, init_helper(pipefd[0], NULL, 0), ""); in test_vlog_simple_write()
221 FX_VLOG(1, NULL, "test message"); in test_vlog_simple_write()
237 EXPECT_EQ(ZX_OK, init_helper(pipefd[0], NULL, 0), ""); in test_vlog_write()
239 FX_VLOGF(1, NULL, "%d, %s", 10, "just some number"); in test_vlog_write()