Searched refs:bundle_ (Results 1 – 9 of 9) sorted by relevance
28 bundle_[name] = value; in SetValue()34 auto it = bundle_.find(name); in GetValue()35 if (it != bundle_.end()) { in GetValue()46 bundle_[name] = str; in SetValue()52 auto it = bundle_.find(name); in GetIntValue()53 if (it != bundle_.end()) { in GetIntValue()68 bundle_.insert(keyValuePairs.begin(), keyValuePairs.end()); in SetKeyValuePairs()73 return bundle_; in GetKeyValuePairs()
27 : bundle_(bundle), uid_(uid), badgeNumber_(badgeNumber) in BadgeNumberCallbackData()32 bundle_ = bundle; in SetBundle()37 return bundle_; in GetBundle()63 "bundle = " + bundle_ + in Dump()71 if (!parcel.WriteString16(Str8ToStr16(bundle_))) { in Marshalling()102 bundle_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
27 : bundle_(bundle), uid_(uid), enable_(enable) in EnabledNotificationCallbackData()32 bundle_ = bundle; in SetBundle()37 return bundle_; in GetBundle()63 "bundle = " + bundle_ + in Dump()71 if (!parcel.WriteString16(Str8ToStr16(bundle_))) { in Marshalling()102 bundle_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
29 return bundle_; in GetBundle()43 bundle_ = bundle; in ShellDump()
47 std::string bundle_; variable
81 std::string bundle_; variable
76 std::string bundle_; variable
136 bundle_ = bundle; in SetBundleName()141 return !bundle_.empty(); in IsBundlePlugin()180 std::string bundle_; variable
223 std::map<std::string, std::string> bundle_;