Searched defs:Positive (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp180 PDX_REMOTE_METHOD(Positive, kOpPositive, void(int));
184 GetTestFdType, OpenFiles, PushChannel, Positive);
321 bool Positive(int test_value) { function in class:__anon1773::TestClient
322 auto status = InvokeRemoteMethod<TestInterface::Positive>(test_value);
422 case TestInterface::Positive::Opcode:
423 DispatchRemoteMethod<TestInterface::Positive>(
709 TEST_F(RemoteMethodTest, Positive) {
719 ASSERT_TRUE(client->Positive(0));
720 ASSERT_TRUE(client->Positive(1));
721 ASSERT_FALSE(client->Positive(
[all...]

Completed in 1013 milliseconds