Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
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
Dnotification_operation_info.cpp43 void NotificationOperationInfo::SetUserInput(const std::string& userInput) in SetUserInput()
Dnotification_user_input.cpp45 void NotificationUserInput::AddMimeInputToWant(const NotificationUserInput &userInput, AAFwk::Want … in AddMimeInputToWant()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
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
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
/base/notification/distributed_notification_service/services/distributed/include/helper/
Ddistributed_operation_connection.h31 const std::string& inputKey, const std::string& userInput) in DistributedOperationConnection()
/base/location/frameworks/js/napi/notification/src/
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()
/base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/
Dnotificationactionbutton_fuzzer.cpp43 std::shared_ptr<Notification::NotificationUserInput> userInput = in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/services/distributed/src/helper/
Dability_manager_helper.cpp38 const std::string& userInputKey, const std::string& userInput) in ConnectAbility()
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinputannex_fuzzer/
Dnotificationuserinputannex_fuzzer.cpp33 Notification::NotificationUserInput userInput(stringData); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp450 std::shared_ptr<NotificationUserInput> userInput = nullptr; in GetNotificationUserInput() local
462 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByInputKey()
495 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByTag()
528 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByOptions()
580 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByPermitMimeTypes()
627 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByPermitFreeFormInput()
657 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByEditType()
687 …t napi_env &env, const napi_value &userInputResult, std::shared_ptr<NotificationUserInput> &userIn… in GetNotificationUserInputByAdditionalData()
Dcommon_convert_request.cpp468 … const napi_env &env, const std::shared_ptr<NotificationUserInput> &userInput, napi_value &result) in SetNotificationActionButtonByUserInput()
/base/notification/distributed_notification_service/services/distributed/src/tlv_box/
Dresponse_box.cpp63 bool NotificationResponseBox::SetUserInput(const std::string& userInput) in SetUserInput()
Drequest_box.cpp157 bool NotifticationRequestBox::SetNotificationUserInput(const std::string& userInput) in SetNotificationUserInput()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dsubscribe.h206 std::string userInput; member
/base/notification/distributed_notification_service/services/distributed/src/soft_bus/
Ddistributed_publish_service.cpp258 … std::shared_ptr<NotificationUserInput> userInput = NotificationUserInput::Create(userInputKey); in MakeNotificationButtons() local
581 std::string userInput; in TriggerReplyApplication() local
/base/notification/distributed_notification_service/frameworks/test/moduletest/
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