Home
last modified time | relevance | path

Searched refs:WRAP (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp68 constexpr const char *WRAP = "\n"; variable
539 routes = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseStaticConfig()
645 fileContent = fileContent + KEY_DEVICE + iface + WRAP; in GenCfgContent()
647 fileContent = fileContent + KEY_BOOTPROTO + mode + WRAP; in GenCfgContent()
662 fileContent = fileContent + KEY_IPADDR + ipAddresses + WRAP; in GenCfgContent()
663 fileContent = fileContent + KEY_NETMASK + netMasks + WRAP; in GenCfgContent()
664 fileContent = fileContent + KEY_GATEWAY + gateways + WRAP; in GenCfgContent()
665 fileContent = fileContent + KEY_ROUTE + routes + WRAP; in GenCfgContent()
666 fileContent = fileContent + KEY_ROUTE_NETMASK + routeMasks + WRAP; in GenCfgContent()
667 fileContent = fileContent + KEY_DNS + dnsServers + WRAP; in GenCfgContent()
[all …]
/ohos5.0/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()
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dnapi_constants.h47 inline constexpr std::string_view WRAP { "napi_wrap" };
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dflex_layout.h52 static constexpr uint8_t WRAP = 1; variable
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_context.cpp105 FI_HILOGE("%{public}s failed", std::string(WRAP).c_str()); in JsConstructor()
106 auto errInfoTemp = std::string(__FUNCTION__) + ": " + std::string(WRAP) + " failed"; in JsConstructor()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h54 inline constexpr std::string_view WRAP = "napi_wrap"; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Ddiv_component.cpp94 nativeView_.SetFlexWrap(FlexLayout::WRAP); in NativeViewSetDirection()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_cooperate_context.cpp315 FI_HILOGE("%{public}s failed", std::string(WRAP).c_str()); in JsConstructor()
317 auto infoTemp = std::string(__FUNCTION__) + ": " + std::string(WRAP) + " failed"; in JsConstructor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_model_ng.cpp241 value = static_cast<int>(FlexWrap::WRAP); in GetFlexWrap()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_context.cpp522 FI_HILOGE("%{public}s failed", std::string(WRAP).c_str()); in JsConstructor()
523 auto infoTemp = std::string(__FUNCTION__) + ": " + std::string(WRAP) + " failed"; in JsConstructor()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h314 KEYWORD(WRAP, wrap) // flex wrap
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h452 WRAP, enumerator