Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/subscribeprofilemanager/
H A Dsubscribe_profile_manager.h49 int32_t NotifyDeviceProfileDelete(const std::string& dbKey, const std::string& dbValue);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp40 &SubscribeProfileManager::NotifyDeviceProfileDelete; in Init()
82 return SubscribeProfileManager::NotifyDeviceProfileDelete(dbKey, dbValue); in NotifyProfileChange()
259 int32_t SubscribeProfileManager::NotifyDeviceProfileDelete(const std::string& dbKey, const std::str… in NotifyDeviceProfileDelete() function in OHOS::DistributedDeviceProfile::SubscribeProfileManager
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsubscribe_profile_manager_test.cpp268 …int32_t errCode = SubscribeProfileManager::GetInstance().NotifyDeviceProfileDelete(dbKey, dbValue);
484 …int32_t errCode = SubscribeProfileManager::GetInstance().NotifyDeviceProfileDelete(dbKey, dbValue);
688 …int32_t errCode = SubscribeProfileManager::GetInstance().NotifyDeviceProfileDelete(dbKey, dbValue);