Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/binder/
H A DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DPersistableBundleFuzzFunctions.h96 p_bundle->putBooleanVector(*key, value);
/aosp12/frameworks/native/libs/binder/
H A DPersistableBundle.cpp204 void PersistableBundle::putBooleanVector(const String16& key, const vector<bool>& value) { in putBooleanVector() function in android::os::PersistableBundle
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_parcelables.cpp111 non_empty_bundle.putBooleanVector(String16("test_bool_vector"), in TEST_F()