Searched refs:WRAP (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_configuration.cpp | 68 constexpr const char *WRAP = "\n"; member 489 const auto &device = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseDevice() 500 const auto &bootProto = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseBootProto() 521 ipAddresses = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseStaticConfig() 527 netMasks = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseStaticConfig() 533 gateways = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseStaticConfig() 539 routes = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseStaticConfig() 545 routeMasks = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseStaticConfig() 551 dnsServers = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseStaticConfig() 567 cfg->httpProxy_.SetHost(fileContent.substr(pos, fileContent.find(WRAP, po in ParserFileHttpProxy() [all...] |
/foundation/arkui/ui_lite/interfaces/kits/layout/ |
H A D | flex_layout.h | 52 static constexpr uint8_t WRAP = 1; member in OHOS::FlexLayout
|
/foundation/arkui/ui_lite/frameworks/layout/ |
H A D | flex_layout.cpp | 270 if (wrap_ == WRAP) { in LayoutHorizontal() 290 if (((posX + child->GetRelativeRect().GetWidth() + right) > GetWidth()) && (wrap_ == WRAP)) { in LayoutHorizontal() 458 if (wrap_ == WRAP) { in LayoutVertical() 478 if (((posY + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) && (wrap_ == WRAP)) { in LayoutVertical()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | div_component.cpp | 94 nativeView_.SetFlexWrap(FlexLayout::WRAP); in NativeViewSetDirection()
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | napi_constants.h | 55 inline constexpr std::string_view WRAP = "napi_wrap";
member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | flex_model_ng.cpp | 232 value = static_cast<int>(FlexWrap::WRAP); in GetFlexWrap()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 455 WRAP, member in OHOS::Ace::FlexWrap
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | keys.h | 314 KEYWORD(WRAP, wrap) // flex wrap
|
Completed in 7 milliseconds