Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dservice_framework_tests.cpp283 int SendAsync(const void* buffer, size_t length) { in SendAsync() function in __anon3442cbd30111::TestClient
493 EXPECT_EQ(0, client->SendAsync(expected_payload.data(), 3)); in TEST_F()
501 0, client->SendAsync(expected_payload.data(), TestClient::kMaxPayload)); in TEST_F()
502 EXPECT_EQ(-EINVAL, client->SendAsync(expected_payload.data(), in TEST_F()
507 EXPECT_EQ(-EINVAL, client->SendAsync(invalid_pointer, sizeof(int))); in TEST_F()
530 EXPECT_EQ(0, impulse_client->SendAsync(expected_payload.data(), 4)); in TEST_F()