Home
last modified time | relevance | path

Searched defs:inputKey (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_user_input.cpp49 const AAFwk::Want &want, const std::string &inputKey) in GetMimeInputsFromWant()
54 std::shared_ptr<NotificationUserInput> NotificationUserInput::Create(const std::string &inputKey) in Create()
70 std::shared_ptr<NotificationUserInput> NotificationUserInput::Create(const std::string &inputKey, in Create()
107 NotificationUserInput::NotificationUserInput(const std::string &inputKey) in NotificationUserInput()
111 NotificationUserInput::NotificationUserInput(const std::string &inputKey, const std::string &tag, in NotificationUserInput()
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinputannex_fuzzer/
Dnotificationuserinputannex_fuzzer.cpp36 std::string inputKey(data); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_user_input_test.cpp43 std::string inputKey = "InputKey"; variable