Searched defs:profileKey (Results 1 – 6 of 6) sorted by relevance
60 auto profileKey = std::make_unique<ProfileKey>(); in Parse() local104 auto profileKey = ProfileKey::Parse(entry.key.ToString()); in OnChange() local137 auto profileKey = ProfileKey::Parse(entry.key.ToString()); in ConvertEntry() local
475 std::string profileKey = ProfileUtils::GetProfileKey(dbKey); in GetAllDeviceProfile() local503 std::string profileKey = ProfileUtils::GetProfileKey(dbKey); in GetAllServiceProfile() local531 std::string profileKey = ProfileUtils::GetProfileKey(dbKey); in GetAllCharacteristicProfile() local
402 std::string profileKey = ProfileUtils::GenerateCharProfileKey(charProfile.GetDeviceId(), in RefreshCharProfileCache() local
672 std::string profileKey = ProfileUtils::GenerateCharProfileKey(item.GetDeviceId(), in AddCharProfilesToCache() local
688 std::string ProfileUtils::GenerateDBKey(const std::string& profileKey, const std::string& profilePr… in GenerateDBKey()
885 string profileKey = "profileKey"; variable