Home
last modified time | relevance | path

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

/system/core/fastboot/
Dsocket_test.cpp238 bool expect_success = true; in TEST() local
243 sock->socket_send_buffers_function_ = [&bytes_sent, &data, &expect_success, &test]( in TEST()
250 expect_success = false; in TEST()
278 EXPECT_EQ(expect_success, sock->Send(buffers)); in TEST()
/system/update_engine/payload_consumer/
Ddelta_performer_unittest.cc267 bool expect_success) { in ApplyPayload() argument
269 payload_data, source_path, brillo::Blob(), expect_success); in ApplyPayload()
280 bool expect_success) { in ApplyPayloadToData() argument
295 EXPECT_EQ(expect_success, in ApplyPayloadToData()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc1357 bool expect_success, in SetupAndInvoke() argument
1401 if (expect_success) { in SetupAndInvoke()
/system/apex/apexd/
Dapexservice_test.cpp955 const char* test_message, bool expect_success = true) { in RunPrePost() argument
971 if (expect_success) { in RunPrePost()