Home
last modified time | relevance | path

Searched defs:textVal (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtab_content_model_impl.cpp106 auto textVal = text.value_or(DEFAULT_TAB_BAR_NAME); in SetTabBar() local
174 RefPtr<V2::TabContentItemComponent>& tabContent, const std::optional<std::string>& textVal) in ProcessTabBarLabel()
186 const std::optional<std::string>& textVal, const std::optional<std::string>& iconVal) in ProcessTabBarTextIconPair()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dmarquee_tdd_test.cpp256 const char *textVal = "hello world"; in ComponentMarqueeStyleSetTest011() local
301 const char *textVal = "hello world"; in ComponentMarqueeStyleSetTest012() local
346 const char *textVal = "hello world"; in ComponentMarqueeStyleSetTest013() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_area_bridge.cpp2101 Local<JSValueRef> textVal = runtimeCallInfo->GetCallArgRef(NUM_2); in SetTextAreaInitialize() local