Searched refs:req2 (Results 1 – 4 of 4) sorted by relevance
598 int32_t TestCancelRequest(struct UsbFnRequest *req, struct UsbFnRequest *req2) in TestCancelRequest() argument601 ret = UsbFnSubmitRequestAsync(req2); in TestCancelRequest()606 ret = UsbFnCancelRequest(req2); in TestCancelRequest()621 ret = UsbFnFreeRequest(req2); in TestCancelRequest()633 struct UsbFnRequest *req2 = NULL; in UsbFnDviceTestCancelRequest006() local650 req2 = in UsbFnDviceTestCancelRequest006()652 if (req2 == NULL) { in UsbFnDviceTestCancelRequest006()657 req2->complete = ReadComplete; in UsbFnDviceTestCancelRequest006()658 req2->context = acmDevice; in UsbFnDviceTestCancelRequest006()664 return TestCancelRequest(req, req2); in UsbFnDviceTestCancelRequest006()
428 int req1 = 1, req2 = 1; variable446 req2 = ConnGetNewRequestId(MODULE_TRUST_ENGINE);447 ASSERT_LT(req1, req2);
1246 NotificationRequest req2(0); variable1247 req2.SetLabel(label2);1248 req2.SetContent(content);1249 req2.SetCreatorUserId(SUBSCRIBE_USER_SYSTEM_BEGIN);1250 req2.SetCreatorUid(100);1251 EXPECT_EQ(0, NotificationHelper::PublishNotification(req2));
150 sptr<NotificationRequest> req2 = new NotificationRequest(2); variable151 req2->SetLabel("testLabel1");158 EXPECT_EQ((int)g_advancedNotificationService->Publish("testLabel1", req2), (int)ERR_OK);2245 sptr<NotificationRequest> req2 = new NotificationRequest(2); variable2251 req2->SetLabel("testLabel");2257 req2->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);2262 req2->SetContent(content2);2272 g_advancedNotificationService->Publish("testLabel", req2);