Searched refs:putStringVector (Results 1 – 25 of 70) sorted by relevance
123
/aosp_15_r20/hardware/interfaces/vibrator/aidl/vts/ |
H A D | persistable_bundle_utils.h | 101 bundle->putStringVector(key, value); 116 bundle->putStringVector("test_string_vector", {"test", "val"}); in fillBasicData()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 63 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 63 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 63 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 63 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/frameworks/native/libs/binder/include/binder/ |
H A D | PersistableBundle.h | 63 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/frameworks/native/include/binder/ |
H A D | PersistableBundle.h | 63 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 62 void putStringVector(const String16& key, const std::vector<String16>& value);
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
H A D | test_native_aidl_client.cpp | 583 inPBundle.putStringVector("stringv", kStringVVal); in TEST_P() 783 pBundle.putStringVector("first", kStringVVal); in TEST_P() 784 pBundle.putStringVector("second", kStringVVal); in TEST_P() 785 pBundle.putStringVector("third", kStringVVal); in TEST_P()
|
/aosp_15_r20/frameworks/native/libs/binder/tests/unit_fuzzers/ |
H A D | PersistableBundleFuzzFunctions.h | 76 p_bundle->putStringVector(*key, value);
|
123