Searched refs:RepeatInt (Results 1 – 4 of 4) sorted by relevance
82 DoTest(&ITestService::RepeatInt, int32_t{1 << 30}); in TEST_F()104 DoTest(&ITestService::RepeatInt, sent); in TEST_F()
146 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function in __anonee08dd980111::NativeService
51 int RepeatInt(int token); in RepeatInt() method
97 assertThat(service.RepeatInt(query), is(query)); in testIntRepeat()111 assertThat(service.RepeatInt(query[i]), is(query[i])); in testConstRepeat()