Searched refs:InputsSource (Results 1 – 6 of 6) sorted by relevance
34 Notification::NotificationConstant::InputsSource source = in DoSomethingInterestingWithMyAPI()35 Notification::NotificationConstant::InputsSource(sources); in DoSomethingInterestingWithMyAPI()
35 static void SetInputsSource(AAFwk::Want &want, NotificationConstant::InputsSource source);44 static NotificationConstant::InputsSource GetInputsSource(const AAFwk::Want &want);
34 enum InputsSource { enum
24 void NotificationUserInput::SetInputsSource(AAFwk::Want &want, NotificationConstant::InputsSource s… in SetInputsSource()29 NotificationConstant::InputsSource NotificationUserInput::GetInputsSource(const AAFwk::Want &want) in GetInputsSource()32 static_cast<int32_t>(NotificationConstant::InputsSource::FREE_FORM_INPUT)); in GetInputsSource()33 return static_cast<NotificationConstant::InputsSource>(inputsSource); in GetInputsSource()
131 SetNamedPropertyByInteger(env, obj, (int32_t)InputsSource::FREE_FORM_INPUT, "FREE_FORM_INPUT"); in InputsSourceInit()132 SetNamedPropertyByInteger(env, obj, (int32_t)InputsSource::OPTION, "OPTION"); in InputsSourceInit()
87 enum class InputsSource { enum