Home
last modified time | relevance | path

Searched refs:groupSize (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_paint_method.cpp41 auto groupSize = paintWrapper->GetGeometryNode()->GetFrameSize(); in GetOverlayDrawFunction() local
42 info.topMargin = groupSize.Height() - info.strokeWidth; in GetOverlayDrawFunction()
64 auto groupSize = paintWrapper->GetGeometryNode()->GetFrameSize(); in PreparePaintData() local
65 info.width = groupSize.Width(); in PreparePaintData()
67 info.strokeWidth = props->GetStrokeWidth().value_or(strokeWidth).ConvertToPxWithSize(groupSize.Height()); in PreparePaintData()
72 info.startMargin = props->GetStartMargin().value_or(horInterval).ConvertToPxWithSize(groupSize.Width()); in PreparePaintData()
77 info.endMargin = props->GetEndMargin().value_or(horInterval).ConvertToPxWithSize(groupSize.Width()); in PreparePaintData()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp389 uint16_t groupSize = 0; in DiscoverAllPrimaryServiceResponse() local
410 groupSize = groupSize + dataLen; in DiscoverAllPrimaryServiceResponse()
411 if (groupSize <= GetMtuInformation(connectHandle) - sizeof(groupSize)) { in DiscoverAllPrimaryServiceResponse()
568 uint16_t groupSize = 0; in DiscoverCharacteristicResponse() local
589 groupSize = groupSize + dataLen; in DiscoverCharacteristicResponse()
591 groupSize <= GetMtuInformation(connectHandle) - sizeof(groupSize)) { in DiscoverCharacteristicResponse()
627 uint16_t groupSize = 0; DiscoverAllCharacteristicDescriptorResponse() local
752 uint16_t groupSize = 0; ReadUsingCharacteristicByUuidResponseStep1() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_group_manager.cpp95 int groupSize = static_cast<int>(groupsInfo.size()); in ClearAll() local
97 WIFI_LOGD("%{public}s: clear all group, size:%{public}d", __func__, groupSize); in ClearAll()
103 return groupSize; in ClearAll()

Completed in 4 milliseconds