Home
last modified time | relevance | path

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

/aosp12/system/logging/liblog/tests/
H A Dliblog_global_state.cpp110 static int expected_priority = ANDROID_LOG_WARN; in TEST() local
117 EXPECT_EQ(expected_priority, log_message->priority); in TEST()
126 __android_log_buf_write(expected_buffer_id, expected_priority, LOG_TAG, expected_message.c_str()); in TEST()