Searched refs:profileKeyPrefix (Results 1 – 1 of 1) sorted by relevance
297 std::string profileKeyPrefix = ProfileUtils::GenerateCharProfileKey(deviceId, in GetCharacteristicProfile() local299 if (kvStore->GetByPrefix(profileKeyPrefix, values) != DP_SUCCESS) { in GetCharacteristicProfile()304 …std::string profileKeyPrefix = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charact… in GetCharacteristicProfile() local305 if (kvStore->GetByPrefix(profileKeyPrefix, values) != DP_SUCCESS) { in GetCharacteristicProfile()417 std::string profileKeyPrefix = ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName); in DeleteServiceProfile() local418 if (kvStore->DeleteByPrefix(profileKeyPrefix) != DP_SUCCESS) { in DeleteServiceProfile()442 std::string profileKeyPrefix = ProfileUtils::GenerateCharProfileKey(deviceId, in DeleteCharacteristicProfile() local444 if (kvStore->DeleteByPrefix(profileKeyPrefix) != DP_SUCCESS) { in DeleteCharacteristicProfile()449 …std::string profileKeyPrefix = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, charact… in DeleteCharacteristicProfile() local450 if (kvStore->DeleteByPrefix(profileKeyPrefix) != DP_SUCCESS) { in DeleteCharacteristicProfile()