Home
last modified time | relevance | path

Searched refs:needClose (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape.h47 Size CreatePolygon(bool needClose);
H A Drosen_render_shape.cpp164 Size RosenRenderShape::CreatePolygon(bool needClose) in CreatePolygon() argument
176 path_.addPoly(&skPoints[0], skPoints.size(), needClose); in CreatePolygon()
192 path_.AddPoly(points, points.size(), needClose); in CreatePolygon()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_util.cpp358 bool needClose = !(IsInForeGround(callerToken) && (JudgmentPriority(pid, pidCompared) != PRIORITY_LEVEL_HIGHER)); in IsCameraNeedClose() local
361 needClose = true; in IsCameraNeedClose()
364 "needClose = %{public}d", in IsCameraNeedClose()
366 Security::AccessToken::AccessTokenKit::GetTokenTypeFlag(callerToken), needClose); in IsCameraNeedClose()
367 return needClose; in IsCameraNeedClose()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_nego_test.cpp913 bool needClose = false; in HWTEST_F() local
914 ProcessAbnormalUdpChannelState(appInfo, errCode, needClose); in HWTEST_F()
918 ProcessAbnormalUdpChannelState(appInfo, errCode, needClose); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c568 static void ProcessAbnormalUdpChannelState(const AppInfo *info, int32_t errCode, bool needClose) in ProcessAbnormalUdpChannelState() argument
573 } else if (needClose) { in ProcessAbnormalUdpChannelState()

Completed in 6 milliseconds