Home
last modified time | relevance | path

Searched refs:InputsSource (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
Dnotificationuserinput_fuzzer.cpp34 Notification::NotificationConstant::InputsSource source = in DoSomethingInterestingWithMyAPI()
35 Notification::NotificationConstant::InputsSource(sources); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_user_input.h35 static void SetInputsSource(AAFwk::Want &want, NotificationConstant::InputsSource source);
44 static NotificationConstant::InputsSource GetInputsSource(const AAFwk::Want &want);
Dnotification_constant.h34 enum InputsSource { enum
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_user_input.cpp24 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()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dconstant.cpp131 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()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h87 enum class InputsSource { enum