Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/subscribeprofilemanager/
H A Dsubscribe_profile_manager.h52 int32_t NotifyServiceProfileDelete(const std::string& dbKey, const std::string& dbValue);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp46 &SubscribeProfileManager::NotifyServiceProfileDelete; in Init()
88 return SubscribeProfileManager::NotifyServiceProfileDelete(dbKey, dbValue); in NotifyProfileChange()
339 int32_t SubscribeProfileManager::NotifyServiceProfileDelete(const std::string& dbKey, const std::st… in NotifyServiceProfileDelete() function in OHOS::DistributedDeviceProfile::SubscribeProfileManager
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsubscribe_profile_manager_test.cpp310 …int32_t errCode = SubscribeProfileManager::GetInstance().NotifyServiceProfileDelete(dbKey, dbValue…
526 …int32_t errCode = SubscribeProfileManager::GetInstance().NotifyServiceProfileDelete(dbKey, dbValue…
730 …int32_t errCode = SubscribeProfileManager::GetInstance().NotifyServiceProfileDelete(dbKey, dbValue…