Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h80 bool getStringVector(const String16& key, std::vector<String16>* out) const;
/frameworks/native/include/binder/
DPersistableBundle.h80 bool getStringVector(const String16& key, std::vector<String16>* out) const;
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h126 p_bundle->getStringVector(*key, &out);
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp213 bool ret = pBundle->mPBundle.getStringVector(android::String16(key), &newVec); in APersistableBundle_getStringVector()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h392 bool getStringVector(const std::string& key, std::vector<std::string>* _Nonnull vec) { in getStringVector() function
/frameworks/native/libs/binder/
DPersistableBundle.cpp262 bool PersistableBundle::getStringVector(const String16& key, vector<String16>* out) const { in getStringVector() function in android::os::PersistableBundle