Searched refs:EXTRA_INPUTS_SOURCE (Results 1 – 3 of 3) sorted by relevance
20 const std::string NotificationConstant::EXTRA_INPUTS_SOURCE {"notification_user_input_source"};
26 want.SetParam(NotificationConstant::EXTRA_INPUTS_SOURCE, static_cast<int32_t>(source)); in SetInputsSource()31 auto inputsSource = want.GetIntParam(NotificationConstant::EXTRA_INPUTS_SOURCE, in GetInputsSource()
182 static const std::string EXTRA_INPUTS_SOURCE; variable