Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_utf8_strings.cpp132 DoTest(&ITestService::ReverseNullableUtf8CppString); in TEST_F()
Daidl_test_service.cpp441 Status ReverseNullableUtf8CppString(const optional<vector<optional<string>>>& input, in ReverseNullableUtf8CppString() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl125 @nullable @utf8InCpp String[] ReverseNullableUtf8CppString ( in ReverseNullableUtf8CppString() method
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java498 String[] reversed = service.ReverseNullableUtf8CppString(input, echoed); in testReverseNullableUtf8StringArray()