Home
last modified time | relevance | path

Searched refs:req1 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp149 req1->SetLabel(label);
250 req1->SetLabel(label);
344 req1->SetLabel(label);
596 req1->SetLabel(label);
690 req1->SetLabel(label);
920 req1->SetLabel(label);
1312 req1->SetLabel(label);
1364 req1->SetLabel(label);
1693 req1->SetLabel(label);
1740 req1->SetLabel(label);
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_switch_test.cpp428 int req1 = 1, req2 = 1; variable
445 req1 = ConnGetNewRequestId(MODULE_TRUST_ENGINE);
447 ASSERT_LT(req1, req2);
448 ret = ConnConnectDevice(&optionInfo, req1, &connRet);
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp810 NotificationRequest req1(1); variable
811 req1.SetLabel(NOTIFICATION_LABEL_0);
812 req1.SetContent(content);
814 EXPECT_EQ(NotificationHelper::PublishNotification(req1), ERR_OK);
1077 NotificationRequest req1(1); variable
1078 req1.SetLabel(NOTIFICATION_LABEL_1);
1079 req1.SetContent(content);
1080 EXPECT_EQ(NotificationHelper::PublishNotification(req1), ERR_OK);
2450 NotificationRequest req1(1); variable
2451 req1.SetLabel(NOTIFICATION_LABEL_1);
[all …]
H A Dans_innerkits_module_publish_test.cpp1238 NotificationRequest req1(0); variable
1239 req1.SetLabel(label1);
1240 req1.SetContent(content);
1241 req1.SetCreatorUserId(SUBSCRIBE_USER_SYSTEM_BEGIN);
1242 req1.SetCreatorUid(100);
1244 EXPECT_EQ(0, NotificationHelper::PublishNotification(req1));