Searched refs:textVal (Results 1 – 6 of 6) sorted by relevance
106 auto textVal = text.value_or(DEFAULT_TAB_BAR_NAME); in SetTabBar() local108 tabBarChild = CreateTabBarLabelComponent(tabContentItemComponent, textVal); in SetTabBar()110 tabContentItemComponent->SetBarText(textVal); in SetTabBar()174 RefPtr<V2::TabContentItemComponent>& tabContent, const std::optional<std::string>& textVal) in ProcessTabBarLabel() argument176 std::string textStr = textVal.value_or(DEFAULT_TAB_BAR_NAME); in ProcessTabBarLabel()186 const std::optional<std::string>& textVal, const std::optional<std::string>& iconVal) in ProcessTabBarTextIconPair() argument189 return ProcessTabBarLabel(tabContent, textVal); in ProcessTabBarTextIconPair()192 auto textStr = textVal.value_or(DEFAULT_TAB_BAR_NAME); in ProcessTabBarTextIconPair()
51 const std::optional<std::string>& textVal, const std::optional<std::string>& iconVal);55 RefPtr<V2::TabContentItemComponent>& tabContent, const std::optional<std::string>& textVal);
136 <qrcode value="{{textVal}}"></qrcode>162 textVal: ''165 this.textVal = e.value
256 const char *textVal = "hello world"; in ComponentMarqueeStyleSetTest011() local258 jerry_value_t textValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(textVal)); in ComponentMarqueeStyleSetTest011()301 const char *textVal = "hello world"; in ComponentMarqueeStyleSetTest012() local303 jerry_value_t textValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(textVal)); in ComponentMarqueeStyleSetTest012()346 const char *textVal = "hello world"; in ComponentMarqueeStyleSetTest013() local348 jerry_value_t textValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(textVal)); in ComponentMarqueeStyleSetTest013()
2101 Local<JSValueRef> textVal = runtimeCallInfo->GetCallArgRef(NUM_2); in SetTextAreaInitialize() local2112 if (textVal->IsString(vm) && ArkTSUtils::ParseJsString(vm, textVal, text)) { in SetTextAreaInitialize()