Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/frameworks/native/include/binder/
DPersistableBundle.h59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h96 p_bundle->putBooleanVector(*key, value);
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp111 pBundle->mPBundle.putBooleanVector(android::String16(key), newVec); in APersistableBundle_putBooleanVector()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h208 void putBooleanVector(const std::string& key, const std::vector<bool>& vec) { in putBooleanVector() function
/frameworks/native/libs/binder/
DPersistableBundle.cpp196 void PersistableBundle::putBooleanVector(const String16& key, const vector<bool>& value) { in putBooleanVector() function in android::os::PersistableBundle