Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dremote_method_tests.cpp321 bool Positive(int test_value) { in Positive() argument
322 auto status = InvokeRemoteMethod<TestInterface::Positive>(test_value); in Positive()
535 Status<void> OnPositive(Message& /*message*/, int test_value) { in OnPositive() argument
536 if (test_value >= 0) in OnPositive()