Home
last modified time | relevance | path

Searched refs:SetAppMessageId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp862 request->SetAppMessageId("test1");
881 request->SetAppMessageId("test2");
898 request->SetAppMessageId("test2");
915 request->SetAppMessageId("test2");
934 request->SetAppMessageId("test2");
1058 request->SetAppMessageId("test2");
1090 request->SetAppMessageId("test2");
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1334 void SetAppMessageId(const std::string &appMessageId);
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp799 request.SetAppMessageId(appMessageId); in GetNotificationAppMessageId()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp1316 request.SetAppMessageId(appMessageId); in GetNotificationAppMessageId()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2671 void NotificationRequest::SetAppMessageId(const std::string &appMessageId) in SetAppMessageId() function in OHOS::Notification::NotificationRequest