Home
last modified time | relevance | path

Searched refs:putStringVector (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/include/binder/
H A DPersistableBundle.h62 void putStringVector(const String16& key, const std::vector<String16>& value);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DPersistableBundle.h62 void putStringVector(const String16& key, const std::vector<String16>& value);
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DPersistableBundleFuzzFunctions.h76 p_bundle->putStringVector(*key, value);
/aosp12/frameworks/native/libs/binder/
H A DPersistableBundle.cpp224 void PersistableBundle::putStringVector(const String16& key, const vector<String16>& value) { in putStringVector() function in android::os::PersistableBundle
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_parcelables.cpp117 non_empty_bundle.putStringVector(String16("test_string_vector"), in TEST_F()