Home
last modified time | relevance | path

Searched refs:GetMimeInputsFromWant (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_user_input.h85 static std::map<std::string, std::shared_ptr<Uri>> GetMimeInputsFromWant(
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_user_input.cpp49 std::map<std::string, std::shared_ptr<Uri>> NotificationUserInput::GetMimeInputsFromWant( in GetMimeInputsFromWant() function in OHOS::Notification::NotificationUserInput
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp223 … std::map<std::string, std::shared_ptr<Uri>> map = userInput->GetMimeInputsFromWant(g_want, ""); in CheckCaseTwoResult()