Searched refs:subscribeChangeTypes_ (Results 1 – 2 of 2) sorted by relevance
34 this->subscribeChangeTypes_ = subscribeChangeTypes; in SubscribeInfo()98 return subscribeChangeTypes_; in GetProfileChangeTypes()106 if (subscribeChangeTypes_.size() > MAX_SUBSCRIBE_CHANGE_SIZE) { in AddProfileChangeType()109 subscribeChangeTypes_.emplace(profileChangeType); in AddProfileChangeType()129 IpcUtils::Marshalling(parcel, subscribeChangeTypes_); in Marshalling()138 IpcUtils::UnMarshalling(parcel, subscribeChangeTypes_); in UnMarshalling()160 for (const auto &subChangeType : subscribeChangeTypes_) { in dump()
57 std::unordered_set<ProfileChangeType> subscribeChangeTypes_; variable