Searched refs:newSwitchProfile (Results 1 – 2 of 2) sorted by relevance
242 CharacteristicProfile newSwitchProfile = {udid, serviceName, characteristicProfileKey, in GenerateSwitchNotify() local244 HILOGI("Gen SwitchProfile :%{public}s", newSwitchProfile.dump().c_str()); in GenerateSwitchNotify()245 if (ProfileCache::GetInstance().IsCharProfileExist(newSwitchProfile)) { in GenerateSwitchNotify()249 const CharacteristicProfile cacheProfile = newSwitchProfile; in GenerateSwitchNotify()251 std::string dbKey = ProfileUtils::GetDbKeyByProfile(newSwitchProfile); in GenerateSwitchNotify()254 newSwitchProfile.GetCharacteristicValue()); in GenerateSwitchNotify()
346 …const CharacteristicProfile newSwitchProfile = {localUdid, serviceName, SWITCH_STATUS, itemSwitchV… in RefreshLocalSwitchProfile() local347 ProfileCache::GetInstance().AddCharProfile(newSwitchProfile); in RefreshLocalSwitchProfile()