Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/subscribeprofilemanager/
H A Dsubscribe_profile_manager.h50 int32_t NotifyServiceProfileAdd(const std::string& dbKey, const std::string& dbValue);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp42 &SubscribeProfileManager::NotifyServiceProfileAdd; in Init()
84 return SubscribeProfileManager::NotifyServiceProfileAdd(dbKey, dbValue); in NotifyProfileChange()
284 int32_t SubscribeProfileManager::NotifyServiceProfileAdd(const std::string& dbKey, const std::strin… in NotifyServiceProfileAdd() function in OHOS::DistributedDeviceProfile::SubscribeProfileManager
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsubscribe_profile_manager_test.cpp282 … int32_t errCode = SubscribeProfileManager::GetInstance().NotifyServiceProfileAdd(dbKey, dbValue);
498 … int32_t errCode = SubscribeProfileManager::GetInstance().NotifyServiceProfileAdd(dbKey, dbValue);
702 … int32_t errCode = SubscribeProfileManager::GetInstance().NotifyServiceProfileAdd(dbKey, dbValue);