Home
last modified time | relevance | path

Searched defs:userInput (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_action_button.cpp29 const std::shared_ptr<NotificationUserInput> &userInput, bool isContextual) in Create()
91 const std::shared_ptr<NotificationUserInput> &userInput, bool isContextual) in NotificationActionButton()
140 …tificationActionButton::AddMimeTypeOnlyUserInput(const std::shared_ptr<NotificationUserInput> &use… in AddMimeTypeOnlyUserInput()
160 …tificationActionButton::AddNotificationUserInput(const std::shared_ptr<NotificationUserInput> &use… in AddNotificationUserInput()
202 std::string userInput = ""; in Dump() local
H A Dnotification_user_input.cpp45 void NotificationUserInput::AddMimeInputToWant(const NotificationUserInput &userInput, AAFwk::Want … in AddMimeInputToWant()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_action_button_test.cpp118 auto userInput = std::make_shared<NotificationUserInput>(); in HWTEST_F() local
149 std::shared_ptr<NotificationUserInput> userInput; variable
176 std::shared_ptr<NotificationUserInput> userInput; variable
226 auto userInput = std::make_shared<NotificationUserInput>(); variable
H A Dnotification_user_input_test.cpp106 std::shared_ptr<NotificationUserInput> userInput = nullptr; variable
152 auto userInput = std::make_shared<NotificationUserInput>(); variable
206 auto userInput = std::make_shared<NotificationUserInput>("testKey"); variable
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp116 std::shared_ptr<NotificationUserInput> userInput = nullptr; in GetNotificationUserInput() local
128 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByInputKey()
161 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByTag()
195 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByOptions()
248 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByPermitMimeTypes()
296 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByPermitFreeFormInput()
327 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByEditType()
356 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByAdditionalData()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/
H A Dnotificationactionbutton_fuzzer.cpp42 std::shared_ptr<Notification::NotificationUserInput> userInput = in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinputannex_fuzzer/
H A Dnotificationuserinputannex_fuzzer.cpp33 Notification::NotificationUserInput userInput(stringData); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp387 std::shared_ptr<NotificationUserInput> userInput = nullptr; in GetNotificationUserInput() local
399 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByInputKey()
432 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByTag()
466 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByOptions()
519 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByPermitMimeTypes()
567 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByPermitFreeFormInput()
598 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByEditType()
627 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByAdditionalData()
H A Dcommon_convert_request.cpp459 … const napi_env &env, const std::shared_ptr<NotificationUserInput> &userInput, napi_value &result) in SetNotificationActionButtonByUserInput()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture_video.cpp104 char userInput[1]; in PutMenuAndGetChr() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp264 std::shared_ptr<NotificationUserInput> userInput = actionButton->GetUserInput(); in CheckCaseTwoResult() local
735 std::shared_ptr<NotificationUserInput> userInput = NotificationUserInput::Create("inputKey"); variable