Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp396 CharacteristicProfile newCharProfile; in NotifyCharProfileUpdate() local
397 newCharProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyCharProfileUpdate()
398 newCharProfile.SetServiceName(ProfileUtils::GetNonOhSuffixServiceNameByDBKey(dbKey)); in NotifyCharProfileUpdate()
399 newCharProfile.SetCharacteristicKey(ProfileUtils::GetCharKeyByDBKey(dbKey)); in NotifyCharProfileUpdate()
400 ProfileUtils::EntriesToCharProfile(values, newCharProfile); in NotifyCharProfileUpdate()
405 HILOGI("%{public}s!", newCharProfile.dump().c_str()); in NotifyCharProfileUpdate()
416 listenerProxy->OnCharacteristicProfileUpdate(oldCharProfile, newCharProfile); in NotifyCharProfileUpdate()