Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h63 void putStringVector(const String16& key, const std::vector<String16>& value);
/frameworks/native/include/binder/
DPersistableBundle.h63 void putStringVector(const String16& key, const std::vector<String16>& value);
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h76 p_bundle->putStringVector(*key, value);
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp147 pBundle->mPBundle.putStringVector(android::String16(key), newVec); in APersistableBundle_putStringVector()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h249 void putStringVector(const std::string& key, const std::vector<std::string>& vec) { in putStringVector() function
/frameworks/native/libs/binder/
DPersistableBundle.cpp216 void PersistableBundle::putStringVector(const String16& key, const vector<String16>& value) { in putStringVector() function in android::os::PersistableBundle