Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp214 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()
431 auto subscriberInfos = GetSubscribeInfos(DBKeyToSubcribeKey(dbKey)); in NotifyCharProfileDelete()
461 std::string SubscribeProfileManager::DBKeyToSubcribeKey(const std::string& dbkey) in DBKeyToSubcribeKey() function in OHOS::DistributedDeviceProfile::SubscribeProfileManager
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/subscribeprofilemanager/
H A Dsubscribe_profile_manager.h57 std::string DBKeyToSubcribeKey(const std::string& dbkey);