Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp150 req1->SetLabel(label);
174 req->SetLabel(label);
176 req1->SetLabel(label);
178 req2->SetLabel("testLabel1");
220 req->SetLabel(label);
269 req->SetLabel(label);
270 req1->SetLabel(label);
305 req->SetLabel(label);
352 req->SetLabel(label);
353 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/interfaces/inner_api/
Dnotification_check_info.h50 void SetLabel(std::string label);
Dnotification_request.h1004 void SetLabel(const std::string &label);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp164 req->SetLabel("req's label");
191 req->SetLabel("req's label");
219 req->SetLabel("req's label");
247 req->SetLabel("req's label");
276 req->SetLabel("req's label");
304 req->SetLabel("req's label");
331 req->SetLabel("req's label");
358 req->SetLabel("req's label");
385 req->SetLabel("req's label");
412 req->SetLabel("req's label");
[all …]
Dadvanced_notification_utils_test.cpp265 oldRequest->SetLabel(label);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp415 request.SetLabel(label); in CreateDistributedRequest()
647 req.SetLabel(label);
707 req.SetLabel(NOTIFICATION_LABEL_0);
753 req.SetLabel(NOTIFICATION_LABEL_0);
797 req.SetLabel(NOTIFICATION_LABEL_0);
808 req1.SetLabel(NOTIFICATION_LABEL_0);
977 req.SetLabel(NOTIFICATION_LABEL_0);
1028 req.SetLabel(NOTIFICATION_LABEL_0);
1070 req0.SetLabel(NOTIFICATION_LABEL_0);
1075 req1.SetLabel(NOTIFICATION_LABEL_1);
[all …]
Dans_innerkits_module_publish_test.cpp644 req.SetLabel("ANS_Interface_MT_Publish_00100");
1226 req1.SetLabel(label1);
1236 req2.SetLabel(label2);
1287 req.SetLabel("CancelGroup_10100");
1403 req.SetLabel("label");
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_check_info_test.cpp105 checkInfo.SetLabel("testTag");
Dnotification_test.cpp201 request->SetLabel(label);
226 request->SetLabel(label);
Dnotification_request_test.cpp937 notificationRequest.SetLabel(string("test")); in HWTEST_F()
956 notificationRequest.SetLabel(string("test")); in HWTEST_F()
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp196 req->SetLabel("req's label"); in BENCHMARK_F()
227 req->SetLabel("req's label"); in BENCHMARK_F()
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp70 request.SetLabel(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp70 request.SetLabel(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_check_info.cpp89 void NotificationCheckInfo::SetLabel(std::string label) in SetLabel() function in OHOS::Notification::NotificationCheckInfo
Dreminder_request.cpp1620 notificationRequest_->SetLabel(NOTIFICATION_LABEL); in UpdateNotificationCommon()
Dnotification_request.cpp654 void NotificationRequest::SetLabel(const std::string &label) in SetLabel() function in OHOS::Notification::NotificationRequest
/base/usb/usb_manager/services/native/src/
Dusb_mass_storage_notification.cpp210 request.SetLabel(notificationMap[MASS_STORAGE_NOTIFICATION_LABEL_KEY]); in PublishUsbNotification()
/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/frameworks/js/napi/src/
Dcommon_convert_request.cpp1418 request.SetLabel(str); in GetNotificationLabel()