Searched refs:req1 (Results 1 – 4 of 4) sorted by relevance
149 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 …]
428 int req1 = 1, req2 = 1; variable445 req1 = ConnGetNewRequestId(MODULE_TRUST_ENGINE);447 ASSERT_LT(req1, req2);448 ret = ConnConnectDevice(&optionInfo, req1, &connRet);
810 NotificationRequest req1(1); variable811 req1.SetLabel(NOTIFICATION_LABEL_0);812 req1.SetContent(content);814 EXPECT_EQ(NotificationHelper::PublishNotification(req1), ERR_OK);1077 NotificationRequest req1(1); variable1078 req1.SetLabel(NOTIFICATION_LABEL_1);1079 req1.SetContent(content);1080 EXPECT_EQ(NotificationHelper::PublishNotification(req1), ERR_OK);2450 NotificationRequest req1(1); variable2451 req1.SetLabel(NOTIFICATION_LABEL_1);[all …]
1238 NotificationRequest req1(0); variable1239 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));