Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp103 auto subscriberInfos = GetSubscribeInfos(SUBSCRIBE_TRUST_DEVICE_PROFILE); in NotifyTrustDeviceProfileAdd()
124 auto subscriberInfos = GetSubscribeInfos(SUBSCRIBE_TRUST_DEVICE_PROFILE); in NotifyTrustDeviceProfileUpdate()
214 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyDeviceProfileAdd()
241 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyDeviceProfileUpdate()
266 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyDeviceProfileDelete()
292 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyServiceProfileAdd()
318 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyServiceProfileUpdate()
347 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyServiceProfileDelete()
374 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyCharProfileAdd()
401 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyCharProfileUpdate()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/subscribeprofilemanager/
H A Dsubscribe_profile_manager.h56 …std::unordered_set<SubscribeInfo, SubscribeHash, SubscribeCompare> GetSubscribeInfos(const std::st…