Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h92 std::set<String16> getDoubleVectorKeys() const;
/frameworks/native/include/binder/
DPersistableBundle.h92 std::set<String16> getDoubleVectorKeys() const;
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h178 p_bundle->getDoubleVectorKeys();
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp296 std::set<android::String16> ret = pBundle->mPBundle.getDoubleVectorKeys(); in APersistableBundle_getDoubleVectorKeys()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h497 std::set<std::string> getDoubleVectorKeys() { in getDoubleVectorKeys() function
/frameworks/native/libs/binder/
DPersistableBundle.cpp302 set<String16> PersistableBundle::getDoubleVectorKeys() const { in getDoubleVectorKeys() function in android::os::PersistableBundle