Searched refs:DeleteCharProfile (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_cache_test.cpp | 271 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 D | device_profile_manager_test.cpp | 1472 … 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 D | profile_cache.h | 64 …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 D | profile_control_utils.cpp | 454 ProfileCache::GetInstance().DeleteCharProfile(deviceId, serviceName, characteristicKey); in DeleteCharacteristicProfile()
|
H A D | profile_cache.cpp | 294 int32_t ProfileCache::DeleteCharProfile(const std::string& deviceId, const std::string& serviceName, in DeleteCharProfile() function in OHOS::DistributedDeviceProfile::ProfileCache
|