/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_action_button.cpp | 29 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 D | notification_user_input.cpp | 45 void NotificationUserInput::AddMimeInputToWant(const NotificationUserInput &userInput, AAFwk::Want … in AddMimeInputToWant()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_action_button_test.cpp | 118 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 D | notification_user_input_test.cpp | 106 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 D | notification_napi.cpp | 116 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 D | notificationactionbutton_fuzzer.cpp | 42 std::shared_ptr<Notification::NotificationUserInput> userInput = in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinputannex_fuzzer/ |
H A D | notificationuserinputannex_fuzzer.cpp | 33 Notification::NotificationUserInput userInput(stringData); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 387 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 D | common_convert_request.cpp | 459 … 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 D | camera_capture_video.cpp | 104 char userInput[1]; in PutMenuAndGetChr() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 264 std::shared_ptr<NotificationUserInput> userInput = actionButton->GetUserInput(); in CheckCaseTwoResult() local 735 std::shared_ptr<NotificationUserInput> userInput = NotificationUserInput::Create("inputKey"); variable
|