Home
last modified time | relevance | path

Searched refs:SetLabel (Results 1 – 14 of 14) sorted by relevance

/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp147 req1->SetLabel(label);
171 req->SetLabel(label);
173 req1->SetLabel(label);
175 req2->SetLabel("testLabel1");
217 req->SetLabel(label);
266 req->SetLabel(label);
267 req1->SetLabel(label);
302 req->SetLabel(label);
349 req->SetLabel(label);
350 req1->SetLabel(label);
[all …]
/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_notification_manager_test.cpp64 request->SetLabel("<label>");
81 request->SetLabel("<label>");
98 request->SetLabel("<label>");
115 request->SetLabel("<label>");
132 request->SetLabel("<label>");
149 request->SetLabel("<label>");
168 request->SetLabel("<label>");
365 request->SetLabel("<label>");
/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
Dnotification_publish_test.cpp76 req_.SetLabel("Text"); in InitTextRequest()
90 reqWantAgent_.SetLabel("Text"); in InitWantAgentRequest()
113 reqButton_.SetLabel("Text"); in InitButtonRequest()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp143 req->SetLabel("req's label");
168 req->SetLabel("req's label");
194 req->SetLabel("req's label");
220 req->SetLabel("req's label");
246 req->SetLabel("req's label");
272 req->SetLabel("req's label");
297 req->SetLabel("req's label");
322 req->SetLabel("req's label");
347 req->SetLabel("req's label");
372 req->SetLabel("req's label");
[all …]
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp411 request.SetLabel(label); in CreateDistributedRequest()
643 req.SetLabel(label);
703 req.SetLabel(NOTIFICATION_LABEL_0);
749 req.SetLabel(NOTIFICATION_LABEL_0);
793 req.SetLabel(NOTIFICATION_LABEL_0);
804 req1.SetLabel(NOTIFICATION_LABEL_0);
973 req.SetLabel(NOTIFICATION_LABEL_0);
1024 req.SetLabel(NOTIFICATION_LABEL_0);
1066 req0.SetLabel(NOTIFICATION_LABEL_0);
1071 req1.SetLabel(NOTIFICATION_LABEL_1);
[all …]
Dans_innerkits_module_publish_test.cpp591 req.SetLabel("ANS_Interface_MT_Publish_00100");
1172 req1.SetLabel(label1);
1182 req2.SetLabel(label2);
1233 req.SetLabel("CancelGroup_10100");
1349 req.SetLabel("label");
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp70 request.SetLabel(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp193 req->SetLabel("req's label"); in BENCHMARK_F()
224 req->SetLabel("req's label"); in BENCHMARK_F()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp70 request.SetLabel(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
Ddistributed_notification_manager_branch_test.cpp243 request->SetLabel("<label>");
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h924 void SetLabel(const std::string &label);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp609 void NotificationRequest::SetLabel(const std::string &label) in SetLabel() function in OHOS::Notification::NotificationRequest
Dreminder_request.cpp1580 notificationRequest_->SetLabel(NOTIFICATION_LABEL); in UpdateNotificationCommon()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp2270 request.SetLabel(str); in GetNotificationLabel()