Home
last modified time | relevance | path

Searched refs:getDoubleKeys (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderPersistableBundleTest.cpp129 EXPECT_EQ(pb.getDoubleKeys().size(), 1); in TEST()
/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h87 std::set<String16> getDoubleKeys() const;
/frameworks/native/include/binder/
DPersistableBundle.h87 std::set<String16> getDoubleKeys() const;
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h173 p_bundle->getDoubleKeys();
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp256 std::set<android::String16> ret = pBundle->mPBundle.getDoubleKeys(); in APersistableBundle_getDoubleKeys()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h462 std::set<std::string> getDoubleKeys() { in getDoubleKeys() function
/frameworks/native/libs/binder/
DPersistableBundle.cpp282 set<String16> PersistableBundle::getDoubleKeys() const { in getDoubleKeys() function in android::os::PersistableBundle