Home
last modified time | relevance | path

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

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