Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 25 of 62) sorted by relevance

123

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_triangle.cpp32 Point p2 = points[1]; // 1: point index in Draw() local
77 void DrawTriangle::SortVertexs(Point& p1, Point& p2, Point& p3) in SortVertexs()
84 void DrawTriangle::SortPoint(Point& p1, Point& p2) in SortPoint()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dmacros.h27 #define META_GET_MACRO3_IMPL(p0, p1, p2, macro, ...) macro argument
28 #define META_GET_MACRO4_IMPL(p0, p1, p2, p3, macro, ...) macro argument
29 #define META_GET_MACRO5_IMPL(p0, p1, p2, p3, p4, macro, ...) macro argument
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_impl_test/
H A Dse_impl_test.cpp108 uint8_t p2 = 0; variable
125 uint8_t p2 = 0; variable
142 uint8_t p2 = 0; variable
158 uint8_t p2 = 0; variable
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/
H A Ddstream_adaptor_client_test.c52 int ConstructVtpStreamOpenParam(VtpStreamOpenParam *p1, VtpStreamOpenParam *p2, char *argv[]) in ConstructVtpStreamOpenParam()
83 int SendVtpStreamTest(VtpStreamOpenParam *p1, VtpStreamOpenParam *p2, const IStreamListener *callba… in SendVtpStreamTest()
136 VtpStreamOpenParam p2; in main() local
H A Ddstream_adaptor_server_test.c67 VtpStreamOpenParam p2 = { in main() local
/ohos5.0/foundation/multimodalinput/input/util/network/test/
H A Dnet_packet_test.cpp179 std::string p2 = "test111"; variable
199 std::string p2 = "test111"; variable
221 std::string p2 = "test111"; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_rect_test.cpp51 auto p2 = std::pair<NodeId, RectI>(id, rect); variable
68 auto p2 = std::pair<NodeId, RectI>(id, rect.MakeOutset(1)); variable
84 auto p2 = std::pair<NodeId, RectI>(id, rect.MakeOutset(1)); variable
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dutil.h46 inline bool IsFloatEqual(float p1, float p2) in IsFloatEqual()
/ohos5.0/drivers/peripheral/secure_element/hdi_service/
H A Dse_impl.cpp58 int32_t SeImpl::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t… in openLogicalChannel()
64 int32_t SeImpl::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>&… in openBasicChannel()
/ohos5.0/drivers/peripheral/secure_element/sim_hdi_service/
H A Dsecure_element_interface_service.cpp48 …32_t SecureElementInterfaceService::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openLogicalChannel()
55 int32_t SecureElementInterfaceService::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openBasicChannel()
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
H A Dse_vendor_adaptions_mock_test.cpp88 uint8_t p2 = 0; variable
109 uint8_t p2 = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_text_blob_test.cpp86 Point p2 { 1, 1 }; variable
140 Point p2 { 1, 1 }; variable
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_singleton_test.cpp156 DelayedRefSingletonTest& p2 = DelayedRefSingletonTest::GetInstance(); variable
163 …DelayedRefSingletonDeclearTest& p2 = DelayedRefSingleton<DelayedRefSingletonDeclearTest>::GetInsta… variable
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_apdu_sim_i_o_request_info_v10.md73 ### p2 subsection
H A D_apdu_sim_i_o_request_info_v11.md73 ### p2 subsection
H A D_sim_io_request_info_v10.md85 ### p2 subsection
H A D_sim_io_request_info_v11.md85 ### p2 subsection
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_attraction_effect_filter_test.cpp155 Drawing::Point p2 = { 10.0f, 10.0f }; variable
172 Drawing::Point p2 = { 10.0f, 10.0f }; variable
190 float p2 = 0.8f; variable
205 Drawing::Point p2 = { 0.2f, 1.0f }; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path.cpp47 TexginePath &TexginePath::QuadTo(const TexginePoint &p1, const TexginePoint &p2) in QuadTo()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/singleton_benchmark_test/
H A Dsingleton_benchmark_test.cpp187 DelayedRefSingletonTest& p2 = DelayedRefSingletonTest::GetInstance(); in BENCHMARK_F() local
199 …DelayedRefSingletonDeclearTest& p2 = DelayedRefSingleton<DelayedRefSingletonDeclearTest>::GetInsta… in BENCHMARK_F() local
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/
H A Dse_vendor_adaptions_test.cpp82 uint8_t p2 = 0; variable
99 uint8_t p2 = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpaint.cpp265 bool operator==(const Paint& p1, const Paint& p2) in operator ==()
284 bool operator!=(const Paint& p1, const Paint& p2) in operator !=()
H A Dpen.cpp247 bool operator==(const Pen& p1, const Pen& p2) in operator ==()
253 bool operator!=(const Pen& p1, const Pen& p2) in operator !=()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Drecentphotocomponent.js100 handleOnReceive(p2) { argument
/ohos5.0/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.cpp146 …const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response, uint32_t *channelNum,… in VendorSimSecureElementOpenLogicalChannel()
242 int32_t SimSeVendorAdaptions::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openLogicalChannel()
286 int32_t SimSeVendorAdaptions::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openBasicChannel()

123