Home
last modified time | relevance | path

Searched refs:posData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_handler.cpp58 uint32_t posData = 0; in DecodeWapPushPduData() local
64 posData = startHeader + headerLength; in DecodeWapPushPduData()
67 pduBuffer = decodeBuffer.ReadDataBuffer(posData, dataLength); in DecodeWapPushPduData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1059 Vector4f posData(1.f, 1.f, 1.f, 1.f); in CheckDashParams() local
1065 properties.SetBorderDashWidth(posData); in CheckDashParams()
1066 properties.SetBorderDashGap(posData); in CheckDashParams()
1067 properties.SetOutlineDashWidth(posData); in CheckDashParams()
1068 properties.SetOutlineDashGap(posData); in CheckDashParams()
1075 EXPECT_TRUE(borderDashWidth.IsNearEqual(posData)); in CheckDashParams()
1076 EXPECT_TRUE(borderDashGap.IsNearEqual(posData)); in CheckDashParams()
1077 EXPECT_TRUE(outlineDashWidth.IsNearEqual(posData)); in CheckDashParams()
1078 EXPECT_TRUE(outlineDashGap.IsNearEqual(posData)); in CheckDashParams()