Searched refs:RepeatNullableInterface (Results 1 – 10 of 10) sorted by relevance
65 @nullable IEmpty RepeatNullableInterface(@nullable IEmpty value); in RepeatNullableInterface() method
24 @nullable test_package.IEmpty RepeatNullableInterface(@nullable test_package.IEmpty value); in RepeatNullableInterface() method
41 @nullable test_package.IEmpty RepeatNullableInterface(@nullable test_package.IEmpty value); in RepeatNullableInterface() method
170 public IEmpty RepeatNullableInterface(IEmpty in_value) { in RepeatNullableInterface() method in TestImpl
190 assertEquals(empty, mInterface.RepeatNullableInterface(empty)); in testRepeatInterface()191 assertEquals(null, mInterface.RepeatNullableInterface(null)); in testRepeatInterface()
282 ASSERT_OK(iface->RepeatNullableInterface(empty, &ret)); in TEST_P()285 ASSERT_OK(iface->RepeatNullableInterface(nullptr, &ret)); in TEST_P()
163 ::ndk::ScopedAStatus RepeatNullableInterface( in RepeatNullableInterface() function