Home
last modified time | relevance | path

Searched defs:SetTextInputFontWeight (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dtext_input_modifier.cpp325 void SetTextInputFontWeight(NodeHandle node, const char *fontWeight) in SetTextInputFontWeight() function
Dnode_text_input_modifier.cpp330 void SetTextInputFontWeight(ArkUINodeHandle node, const char *fontWeight) in SetTextInputFontWeight() function
Dapi.h1157 void (*SetTextInputFontWeight)(NodeHandle node, const char* fontWeight); member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_text_input_bridge.cpp475 ArkUINativeModuleValue TextInputBridge::SetTextInputFontWeight(ArkUIRuntimeCallInfo *runtimeCallInf… in SetTextInputFontWeight() function in OHOS::Ace::NG::TextInputBridge