Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_utf8_strings.cpp55 auto status = service->RepeatNullableUtf8CppString(std::nullopt, &reply); in TEST_F()
61 auto status = service->RepeatNullableUtf8CppString(input, &reply); in TEST_F()
Daidl_test_service.cpp423 Status RepeatNullableUtf8CppString(const optional<string>& token, in RepeatNullableUtf8CppString() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl119 @nullable @utf8InCpp String RepeatNullableUtf8CppString( in RepeatNullableUtf8CppString() method