Searched refs:WRAP (Results 1 – 12 of 12) sorted by relevance
68 constexpr const char *WRAP = "\n"; variable539 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 …]
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()
47 inline constexpr std::string_view WRAP { "napi_wrap" };
52 static constexpr uint8_t WRAP = 1; variable
105 FI_HILOGE("%{public}s failed", std::string(WRAP).c_str()); in JsConstructor()106 auto errInfoTemp = std::string(__FUNCTION__) + ": " + std::string(WRAP) + " failed"; in JsConstructor()
54 inline constexpr std::string_view WRAP = "napi_wrap"; variable
94 nativeView_.SetFlexWrap(FlexLayout::WRAP); in NativeViewSetDirection()
315 FI_HILOGE("%{public}s failed", std::string(WRAP).c_str()); in JsConstructor()317 auto infoTemp = std::string(__FUNCTION__) + ": " + std::string(WRAP) + " failed"; in JsConstructor()
241 value = static_cast<int>(FlexWrap::WRAP); in GetFlexWrap()
522 FI_HILOGE("%{public}s failed", std::string(WRAP).c_str()); in JsConstructor()523 auto infoTemp = std::string(__FUNCTION__) + ": " + std::string(WRAP) + " failed"; in JsConstructor()
314 KEYWORD(WRAP, wrap) // flex wrap
452 WRAP, enumerator