Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/subscribeprofilemanager/
H A Dsubscribe_profile_manager.h55 int32_t NotifyCharProfileDelete(const std::string& dbKey, const std::string& dbValue);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp52 &SubscribeProfileManager::NotifyCharProfileDelete; in Init()
94 return SubscribeProfileManager::NotifyCharProfileDelete(dbKey, dbValue); in NotifyProfileChange()
422 int32_t SubscribeProfileManager::NotifyCharProfileDelete(const std::string& dbKey, const std::strin… in NotifyCharProfileDelete() function in OHOS::DistributedDeviceProfile::SubscribeProfileManager
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsubscribe_profile_manager_test.cpp352 … int32_t errCode = SubscribeProfileManager::GetInstance().NotifyCharProfileDelete(dbKey, dbValue);
568 … int32_t errCode = SubscribeProfileManager::GetInstance().NotifyCharProfileDelete(dbKey, dbValue);
772 … int32_t errCode = SubscribeProfileManager::GetInstance().NotifyCharProfileDelete(dbKey, dbValue);