Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/subscribeprofilemanager/
H A Dsubscribe_profile_manager.h54 int32_t NotifyCharProfileUpdate(const std::string& dbKey, const std::string& dbValue);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp50 &SubscribeProfileManager::NotifyCharProfileUpdate; in Init()
92 return SubscribeProfileManager::NotifyCharProfileUpdate(dbKey, dbValue); in NotifyProfileChange()
392 int32_t SubscribeProfileManager::NotifyCharProfileUpdate(const std::string& dbKey, const std::strin… in NotifyCharProfileUpdate() function in OHOS::DistributedDeviceProfile::SubscribeProfileManager
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsubscribe_profile_manager_test.cpp338 … int32_t errCode = SubscribeProfileManager::GetInstance().NotifyCharProfileUpdate(dbKey, dbValue);
554 … int32_t errCode = SubscribeProfileManager::GetInstance().NotifyCharProfileUpdate(dbKey, dbValue);
758 … int32_t errCode = SubscribeProfileManager::GetInstance().NotifyCharProfileUpdate(dbKey, dbValue);