Home
last modified time | relevance | path

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

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