Home
last modified time | relevance | path

Searched defs:oneway_method (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/tools/aidl/
H A Daidl_unittest.cpp226 const string oneway_method = "package a; interface IBar { oneway void f(out int[] bar); }"; in TEST_P() local
235 const string oneway_method = "package a; interface IFoo { oneway int f(); }"; in TEST_P() local
244 const string oneway_method = "package a; interface IFoo { @nullable int f(); }"; in TEST_P() local
253 const string oneway_method = "package a; interface IFoo { @nullable List<String> f(); }"; in TEST_P() local
596 const string oneway_method = "package a; interface IFoo { oneway void f(int a); }"; in TEST_P() local
606 const string oneway_method = in TEST_P() local
612 const string oneway_method = in TEST_P() local