Home
last modified time | relevance | path

Searched refs:WRAP (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp68 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 Dflex_layout.h52 static constexpr uint8_t WRAP = 1; member in OHOS::FlexLayout
/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp270 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 Ddiv_component.cpp94 nativeView_.SetFlexWrap(FlexLayout::WRAP); in NativeViewSetDirection()
/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h55 inline constexpr std::string_view WRAP = "napi_wrap"; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_model_ng.cpp232 value = static_cast<int>(FlexWrap::WRAP); in GetFlexWrap()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h455 WRAP, member in OHOS::Ace::FlexWrap
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h314 KEYWORD(WRAP, wrap) // flex wrap

Completed in 7 milliseconds