Home
last modified time | relevance | path

Searched refs:p2 (Results 1 - 14 of 14) sorted by relevance

/test/xts/hats/hdf/nfc/secureElement_additional/
H A Dnfc_services_test.cpp114 int p2 = 0x00; in HWTEST_F() local
118 int32_t ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status); in HWTEST_F()
142 int p2 = 0x00; in HWTEST_F() local
146 int32_t ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status); in HWTEST_F()
170 int p2 = 0x00; in HWTEST_F() local
176 ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status); in HWTEST_F()
201 int p2 = 0x00; in HWTEST_F() local
207 ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status); in HWTEST_F()
228 int p2 = 0x00; in HWTEST_F() local
235 int32_t ret = mSeHdi_->openBasicChannel(vecAid, p2, vecRespons in HWTEST_F()
255 int p2 = 0x00; HWTEST_F() local
282 int p2 = 0x00; HWTEST_F() local
312 int p2 = 0x00; HWTEST_F() local
[all...]
/test/xts/hats/telephony/ril/hdi_v1.1_additional/
H A Dhdf_ril_hdiService_test_3rd.cpp688 reqInfo.p2 = 0x40; in HWTEST_F()
712 reqInfo.p2 = 0x40; in HWTEST_F()
736 reqInfo.p2 = 0x40; in HWTEST_F()
760 reqInfo.p2 = 0x40; in HWTEST_F()
787 reqInfo.p2 = 0x40; in HWTEST_F()
811 reqInfo.p2 = 0x40; in HWTEST_F()
835 reqInfo.p2 = 0x40; in HWTEST_F()
859 reqInfo.p2 = 0x40; in HWTEST_F()
886 reqInfo.p2 = 0x40; in HWTEST_F()
910 reqInfo.p2 in HWTEST_F()
2112 int32_t p2 = 0; HWTEST_F() local
2129 int32_t p2 = 0; HWTEST_F() local
2146 int32_t p2 = 0; HWTEST_F() local
2163 int32_t p2 = 0; HWTEST_F() local
2183 int32_t p2 = 0; HWTEST_F() local
2200 int32_t p2 = 0; HWTEST_F() local
2217 int32_t p2 = 0; HWTEST_F() local
2234 int32_t p2 = 0; HWTEST_F() local
[all...]
H A Dhdf_ril_hdiService_test_6th.cpp1262 int32_t p2 = 0; in HWTEST_F() local
1263 int32_t ret = g_rilInterface->SimOpenLogicalChannel(SLOTID_1, GetSerialId(), appID, p2); in HWTEST_F()
1281 int32_t p2 = 0; in HWTEST_F() local
1282 int32_t ret = g_rilInterface->SimOpenLogicalChannel(SLOTID_2, GetSerialId(), appID, p2); in HWTEST_F()
1300 int32_t p2 = 0; in HWTEST_F() local
1301 int32_t ret = g_rilInterface->SimOpenLogicalChannel(SLOTID_1, -1, appID, p2); in HWTEST_F()
1319 int32_t p2 = 0; in HWTEST_F() local
1320 int32_t ret = g_rilInterface->SimOpenLogicalChannel(SLOTID_2, -1, appID, p2); in HWTEST_F()
1411 reqInfo.p2 = 0x40; in HWTEST_F()
1437 reqInfo.p2 in HWTEST_F()
[all...]
H A Dhdf_ril_hdiService_test_2nd.cpp2965 msg.p2 = 0; in HWTEST_F()
2989 msg.p2 = 0; in HWTEST_F()
3013 msg.p2 = 0; in HWTEST_F()
3037 msg.p2 = 0; in HWTEST_F()
3050 * @tc.desc: GetSimIO, slotId is 0, msg.p1 = 15, msg.p2 = 15
3061 msg.p2 = 15; in HWTEST_F()
3085 msg.p2 = 0; in HWTEST_F()
3109 msg.p2 = 15; in HWTEST_F()
3122 * @tc.desc: GetSimIO, slotId is 1, msg.p1 = 15, msg.p2 = 15
3133 msg.p2 in HWTEST_F()
[all...]
H A Dhdf_ril_hdiService_test_7th.cpp1182 msg.p2 = 0; in HWTEST_F()
1208 msg.p2 = 0; in HWTEST_F()
/test/xts/acts/communication/nfc_SecureElement/entry/src/ohosTest/js/test/
H A DchannelCallback.test.js47 let p2 = 0x00;
125 Session.openBasicChannel(aidArray, p2,
173 Session.openLogicalChannel(aidArray, p2,
399 let getPromise = Session.openBasicChannel(aidArray,p2);
438 let getPromise = Session.openLogicalChannel(aidArray,p2);
/test/xts/acts/communication/nfc_SecureElement_2/entry/src/ohosTest/js/test/
H A DchannelCallback.test.js45 let p2 = 0x00;
123 Session.openBasicChannel(aidArray, p2,
171 Session.openLogicalChannel(aidArray, p2,
397 let getPromise = Session.openBasicChannel(aidArray,p2);
436 let getPromise = Session.openLogicalChannel(aidArray,p2);
/test/testfwk/arkxtest/uitest/record/
H A Doffset.h31 Offset(Point p1, Point p2) : deltaX_(p2.px_-p1.px_), deltaY_(p2.py_-p1.py_) {} in Offset() argument
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeCanvasTestPart4.cpp695 OH_Drawing_Point3D p2{10.0, 10.0, 10.0}; in HWTEST_F()
697 OH_Drawing_CanvasDrawShadow(canvas, path, p1, p2, 10, 0xFF000000, 0xFF000000, flags[i]); in HWTEST_F()
719 OH_Drawing_Point3D p2{10.0, 10.0, 10.0}; in HWTEST_F()
720 OH_Drawing_CanvasDrawShadow(nullptr, path, p1, p2, 10, 0xFF000000, 0xFF000000, SHADOW_FLAGS_ALL); in HWTEST_F()
722 OH_Drawing_CanvasDrawShadow(canvas, nullptr, p1, p2, 10, 0xFF000000, 0xFF000000, SHADOW_FLAGS_ALL); in HWTEST_F()
728 OH_Drawing_CanvasDrawShadow(canvas, path, p1, p2, 0, 0xFF000000, 0xFF000000, SHADOW_FLAGS_ALL); in HWTEST_F()
730 OH_Drawing_CanvasDrawShadow(canvas, path, p1, p2, 10, 0, 0xFF000000, SHADOW_FLAGS_ALL); in HWTEST_F()
732 OH_Drawing_CanvasDrawShadow(canvas, path, p1, p2, 10, 0xFF000000, 0, SHADOW_FLAGS_ALL); in HWTEST_F()
753 OH_Drawing_Point3D p2{10.0, 10.0, 10.0}; in HWTEST_F()
754 OH_Drawing_CanvasDrawShadow(canvas, path, p1, p2, 1 in HWTEST_F()
[all...]
/test/xts/hats/hdf/nfc/secureElement/
H A Dnfc_services_test.cpp168 int p2 = 0x00; in HWTEST_F() local
172 int32_t ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status); in HWTEST_F()
215 int p2 = 0x00; in HWTEST_F() local
221 int32_t ret = mSeHdi_->openBasicChannel(vecAid, p2, vecResponse, status); in HWTEST_F()
/test/xts/acts/kernel_lite/util_posix/src/
H A DActsUtilDataStructApiTest.cpp46 static int NumCompare(const void *p1, const void *p2) in NumCompare() argument
48 return ((*(int *)p1) - (*(int *)p2)); in NumCompare()
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingCanvasTest.cpp934 OH_Drawing_Point3D p2{10.0, 10.0, 10.0}; in HWTEST_F()
935 OH_Drawing_CanvasDrawShadow(nullptr, nullptr, p1, p2, 0, 0xFF000000, in HWTEST_F()
940 OH_Drawing_CanvasDrawShadow(canvas_, path, p1, p2, 10, 0xFF000000, 0xFF000000, in HWTEST_F()
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp245 auto p2 = cs[1]->GetProducer(); in CreateSurface() local
246 ps[1] = Surface::CreateSurfaceAsProducer(p2); in CreateSurface()
/test/xts/hats/telephony/ril/hdi_v1.0/
H A Dhdf_ril_hdiService_test.cpp4242 msg.p2 = 0; in HWTEST_F()
4263 msg.p2 = 0; in HWTEST_F()
4446 int32_t p2 = 0; in HWTEST_F() local
4447 int32_t ret = g_rilInterface->SimOpenLogicalChannel(SLOTID_1, GetSerialId(), appID, p2); in HWTEST_F()
4463 reqInfo.p2 = 0x40; in HWTEST_F()
4489 int32_t p2 = 0; in HWTEST_F() local
4490 int32_t ret = g_rilInterface->SimOpenLogicalChannel(SLOTID_2, GetSerialId(), appID, p2); in HWTEST_F()
4506 reqInfo.p2 = 0x40; in HWTEST_F()
4535 reqInfo.p2 = 0x40; in HWTEST_F()
4553 reqInfo.p2 in HWTEST_F()
[all...]

Completed in 33 milliseconds