Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h91 std::set<String16> getLongVectorKeys() const;
/frameworks/native/include/binder/
DPersistableBundle.h91 std::set<String16> getLongVectorKeys() const;
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h177 p_bundle->getLongVectorKeys();
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp288 std::set<android::String16> ret = pBundle->mPBundle.getLongVectorKeys(); in APersistableBundle_getLongVectorKeys()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h490 std::set<std::string> getLongVectorKeys() { in getLongVectorKeys() function
/frameworks/native/libs/binder/
DPersistableBundle.cpp298 set<String16> PersistableBundle::getLongVectorKeys() const { in getLongVectorKeys() function in android::os::PersistableBundle