Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h60 void putIntVector(const String16& key, const std::vector<int32_t>& value);
/frameworks/native/include/binder/
DPersistableBundle.h60 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/ndk/
Dpersistable_bundle.cpp120 pBundle->mPBundle.putIntVector(android::String16(key), newVec); in APersistableBundle_putIntVector()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h225 void putIntVector(const std::string& key, const std::vector<int32_t>& vec) { in putIntVector() function
/frameworks/native/libs/binder/
DPersistableBundle.cpp201 void PersistableBundle::putIntVector(const String16& key, const vector<int32_t>& value) { in putIntVector() function in android::os::PersistableBundle