Searched refs:newValue (Results 1 – 6 of 6) sorted by relevance
48 Return<void> onSettingChanged(SettingV1_1 setting, SettingValue newValue) override;53 Return<void> onSettingChanged_1_2(Setting setting, SettingValue newValue) override;
28 * @param newValue The update value of the user setting.30 onSettingChanged(Setting setting, SettingValue newValue);
40 uint8_t newValue = value ? (byte | (1 << bitIndex)) : (byte & ~(1 << bitIndex)); in set() local41 mStorage[byteIndex] = newValue; in set()
39 Return<void> onSettingChanged(Setting setting, SettingValue newValue) override;
58 * @param newValue The update value of the user setting.60 onSettingChanged_1_2(Setting setting, @1.1::SettingValue newValue);
123 auto newValue = std::unique_ptr<VehiclePropValue>( in onGetUserIdentificationAssociation() local128 newValue->value.int32Values[0] = *requestId; in onGetUserIdentificationAssociation()132 return newValue; in onGetUserIdentificationAssociation()