Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/subscribeprofilemanager/
H A Dsubscribe_profile_manager.h48 int32_t NotifyDeviceProfileUpdate(const std::string& dbKey, const std::string& dbValue);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp38 &SubscribeProfileManager::NotifyDeviceProfileUpdate; in Init()
80 return SubscribeProfileManager::NotifyDeviceProfileUpdate(dbKey, dbValue); in NotifyProfileChange()
232 int32_t SubscribeProfileManager::NotifyDeviceProfileUpdate(const std::string& dbKey, const std::str… in NotifyDeviceProfileUpdate() function in OHOS::DistributedDeviceProfile::SubscribeProfileManager
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsubscribe_profile_manager_test.cpp254 …int32_t errCode = SubscribeProfileManager::GetInstance().NotifyDeviceProfileUpdate(dbKey, dbValue);
470 …int32_t errCode = SubscribeProfileManager::GetInstance().NotifyDeviceProfileUpdate(dbKey, dbValue);
674 …int32_t errCode = SubscribeProfileManager::GetInstance().NotifyDeviceProfileUpdate(dbKey, dbValue);