Home
last modified time | relevance | path

Searched refs:GetInputsFromWant (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp44 notificationUserInput.GetInputsFromWant(want); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_user_input.h64 static std::shared_ptr<AAFwk::WantParams> GetInputsFromWant(const AAFwk::Want &want);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_user_input.cpp40 std::shared_ptr<AAFwk::WantParams> NotificationUserInput::GetInputsFromWant(const AAFwk::Want &want) in GetInputsFromWant() function in OHOS::Notification::NotificationUserInput
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp266 EXPECT_EQ(nullptr, userInput->GetInputsFromWant(g_want)); in CheckCaseTwoResult()