Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp34 Notification::NotificationConstant::InputsSource source = in DoSomethingInterestingWithMyAPI()
35 Notification::NotificationConstant::InputsSource(sources); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A 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()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_user_input.h35 static void SetInputsSource(AAFwk::Want &want, NotificationConstant::InputsSource source);
44 static NotificationConstant::InputsSource GetInputsSource(const AAFwk::Want &want);
H A Dnotification_constant.h34 enum InputsSource { enum
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp135 SetNamedPropertyByInteger(env, obj, (int32_t)InputsSource::FREE_FORM_INPUT, "FREE_FORM_INPUT"); in InputsSourceInit()
136 SetNamedPropertyByInteger(env, obj, (int32_t)InputsSource::OPTION, "OPTION"); in InputsSourceInit()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h53 enum class InputsSource { enum
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h60 enum class InputsSource { enum