Home
last modified time | relevance | path

Searched refs:p_bundle (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DPersistableBundleFuzzFunctions.h44 p_bundle->writeToParcel(&parcel);
66 p_bundle->putInt(*key, value);
106 p_bundle->putLong(*key, value);
161 p_bundle->getLong(*key, &out);
166 p_bundle->getInt(*key, &out);
170 p_bundle->getBooleanKeys();
171 p_bundle->getIntKeys();
172 p_bundle->getLongKeys();
173 p_bundle->getDoubleKeys();
174 p_bundle->getStringKeys();
[all …]
H A DPersistableBundleFuzz.cpp27 std::shared_ptr<os::PersistableBundle> p_bundle(new os::PersistableBundle()); in LLVMFuzzerTestOneInput() local
31 callArbitraryFunction(&fdp, gPersistableBundleOperations, p_bundle, &key); in LLVMFuzzerTestOneInput()