Home
last modified time | relevance | path

Searched refs:STRING_TEST_CONSTANT_UTF8 (Results 1 – 9 of 9) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_utf8_strings.cpp45 ITestService::STRING_TEST_CONSTANT_UTF8(), in TEST_F()
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl51 const @utf8InCpp String STRING_TEST_CONSTANT_UTF8 = "baz"; field
/system/tools/aidl/tests/rust/
Dtest_client.rs472 ITestService::STRING_TEST_CONSTANT_UTF8, in test_utf8_string()
494 Some(ITestService::STRING_TEST_CONSTANT_UTF8.into()), in test_utf8_string()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DITestService.h50 static const char* STRING_TEST_CONSTANT_UTF8; variable
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h110 static const ::std::string& STRING_TEST_CONSTANT_UTF8();
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java2355 public static final String STRING_TEST_CONSTANT_UTF8 = "baz"; field
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs302 pub const STRING_TEST_CONSTANT_UTF8: &str = "baz"; constant
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp22 const ::std::string& ITestService::STRING_TEST_CONSTANT_UTF8() { in STRING_TEST_CONSTANT_UTF8() function in android::aidl::tests::ITestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp3180 const char* ITestService::STRING_TEST_CONSTANT_UTF8 = "baz"; member in aidl::android::aidl::tests::ITestService