OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPersistableBundleMap
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/binder/
PersistableBundle.h
90
lhs.
mPersistableBundleMap
== rhs.
mPersistableBundleMap
);
111
std::map<String16, PersistableBundle>
mPersistableBundleMap
;
/frameworks/native/libs/binder/
PersistableBundle.cpp
149
mPersistableBundleMap
.size());
163
return
mPersistableBundleMap
.erase(key);
218
mPersistableBundleMap
[key] = value;
262
return getValue(key, out,
mPersistableBundleMap
);
330
for (const auto& key_val_pair :
mPersistableBundleMap
) {
414
RETURN_IF_FAILED(
mPersistableBundleMap
[key].readFromParcel(parcel));
Completed in 161 milliseconds