Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp297 std::string profileKeyPrefix = ProfileUtils::GenerateCharProfileKey(deviceId, in GetCharacteristicProfile() local
299 if (kvStore->GetByPrefix(profileKeyPrefix, values) != DP_SUCCESS) { in GetCharacteristicProfile()
304 …std::string profileKeyPrefix = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charact… in GetCharacteristicProfile() local
305 if (kvStore->GetByPrefix(profileKeyPrefix, values) != DP_SUCCESS) { in GetCharacteristicProfile()
417 std::string profileKeyPrefix = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in DeleteServiceProfile() local
418 if (kvStore->DeleteByPrefix(profileKeyPrefix) != DP_SUCCESS) { in DeleteServiceProfile()
442 std::string profileKeyPrefix = ProfileUtils::GenerateCharProfileKey(deviceId, in DeleteCharacteristicProfile() local
444 if (kvStore->DeleteByPrefix(profileKeyPrefix) != DP_SUCCESS) { in DeleteCharacteristicProfile()
449 …std::string profileKeyPrefix = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charact… in DeleteCharacteristicProfile() local
450 if (kvStore->DeleteByPrefix(profileKeyPrefix) != DP_SUCCESS) { in DeleteCharacteristicProfile()