Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_option.cpp295 int spaceSize = sizeof(pOption->data) - addrLen; in AppendAddressOption() local
296 if (spaceSize < DHCP_ADDRESS_LENGTH) { in AppendAddressOption()
303 if (memcpy_s(pData, spaceSize, &address, DHCP_ADDRESS_LENGTH) != EOK) { in AppendAddressOption()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp723 float spaceSize = 0.0f; in CalcOffsetInChainGetStart() local
729 spaceSize = (anchorDistance - contentSize) / (itemCount + 1); in CalcOffsetInChainGetStart()
730 start = spaceSize; in CalcOffsetInChainGetStart()
733 spaceSize = anchorDistance - contentSize; in CalcOffsetInChainGetStart()
734 spaceSize = GreatNotEqual(itemCount, 1) ? spaceSize / (itemCount - 1) : spaceSize; in CalcOffsetInChainGetStart()
737 spaceSize = 0.0f; in CalcOffsetInChainGetStart()
756 return { spaceSize, start }; in CalcOffsetInChainGetStart()
760 float offset, float spaceSize, cons in RecordOffsetInChain()
759 RecordOffsetInChain( float offset, float spaceSize, const std::string& chainName, LineDirection direction) RecordOffsetInChain() argument
790 float spaceSize = 0.0f; CalcOffsetInChain() local
[all...]
H A Drelative_container_layout_algorithm.h115 void RecordOffsetInChain(float offset, float spaceSize, const std::string& chainName, LineDirection direction);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp3611 int64_t spaceSize = 0; in GetBundleSpaceSize() local
3616 return spaceSize; in GetBundleSpaceSize()
3619 spaceSize = std::accumulate(bundleStats.begin(), bundleStats.end(), spaceSize); in GetBundleSpaceSize()
3620 return spaceSize; in GetBundleSpaceSize()
3632 if (spaceSize == 0) { in GetBundleSpaceSize()
3633 spaceSize = std::accumulate(startIter, endIter, spaceSize); in GetBundleSpaceSize()
3635 spaceSize = std::accumulate(++startIter, endIter, spaceSize); in GetBundleSpaceSize()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp1281 uint32_t spaceSize = chinaPublicDnses.size(); in InitDnsServer() local
1282 strPublicIpAddr.erase(strPublicIpAddr.begin(), strPublicIpAddr.begin() + spaceSize); in InitDnsServer()

Completed in 18 milliseconds