Home
last modified time | relevance | path

Searched refs:subscribeChangeTypes_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_subscribe_info.cpp34 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()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_subscribe_info.h57 std::unordered_set<ProfileChangeType> subscribeChangeTypes_; variable