Searched refs:p_bundle (Results 1 – 2 of 2) sorted by relevance
44 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 …]
27 std::shared_ptr<os::PersistableBundle> p_bundle(new os::PersistableBundle()); in LLVMFuzzerTestOneInput() local31 callArbitraryFunction(&fdp, gPersistableBundleOperations, p_bundle, &key); in LLVMFuzzerTestOneInput()