Home
last modified time | relevance | path

Searched refs:putIntVector (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h59 void putIntVector(const String16& key, const std::vector<int32_t>& value);
/frameworks/native/include/binder/
DPersistableBundle.h59 void putIntVector(const String16& key, const std::vector<int32_t>& value);
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h91 p_bundle->putIntVector(*key, value);
/frameworks/native/libs/binder/
DPersistableBundle.cpp209 void PersistableBundle::putIntVector(const String16& key, const vector<int32_t>& value) { in putIntVector() function in android::os::PersistableBundle