Home
last modified time | relevance | path

Searched defs:agentBundle (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp166 std::shared_ptr<NotificationBundleOption> agentBundle = in PrepareNotificationRequest() local
202 std::shared_ptr<NotificationBundleOption> agentBundle = in PrepareNotificationRequest() local
Dadvanced_notification_publish_service.cpp2355 std::shared_ptr<NotificationBundleOption> agentBundle = in PublishNotificationBySa() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1355 …const napi_env &env, const std::shared_ptr<NotificationBundleOption> &agentBundle, napi_value &res… in SetAgentBundle()
Dcommon_convert_request.cpp358 std::shared_ptr<NotificationBundleOption> agentBundle = request->GetAgentBundle(); in SetNotificationRequestByCustom() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp1810 void NotificationRequest::SetAgentBundle(const std::shared_ptr<NotificationBundleOption> &agentBund… in SetAgentBundle()