Home
last modified time | relevance | path

Searched refs:DeleteCharProfile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp271 int32_t ret = ProfileCache::GetInstance().DeleteCharProfile(devId, serName, charKey);
275 ret = ProfileCache::GetInstance().DeleteCharProfile(devId, serName, charKey);
279 ret = ProfileCache::GetInstance().DeleteCharProfile(devId, serName, charKey);
283 ret = ProfileCache::GetInstance().DeleteCharProfile(devId, serName, charKey);
287 ret = ProfileCache::GetInstance().DeleteCharProfile(devId, serName, charKey);
291 ret = ProfileCache::GetInstance().DeleteCharProfile(devId, serName, charKey);
295 ret = ProfileCache::GetInstance().DeleteCharProfile(devId, serName, charKey);
H A Ddevice_profile_manager_test.cpp1472 … ProfileCache::GetInstance().DeleteCharProfile("GetInKvDB001_DeviceId", "GetInKvDB001_ServiceName",
1551 …ProfileCache::GetInstance().DeleteCharProfile("GetInKvDB001_DeviceId2", "GetInKvDB001_ServiceName",
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h64 …int32_t DeleteCharProfile(const std::string& deviceId, const std::string& serviceName, const std::…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp454 ProfileCache::GetInstance().DeleteCharProfile(deviceId, serviceName, characteristicKey); in DeleteCharacteristicProfile()
H A Dprofile_cache.cpp294 int32_t ProfileCache::DeleteCharProfile(const std::string& deviceId, const std::string& serviceName, in DeleteCharProfile() function in OHOS::DistributedDeviceProfile::ProfileCache