Home
last modified time | relevance | path

Searched refs:GetConfigBorderWidth (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.h79 static ArkUINativeModuleValue GetConfigBorderWidth(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_frame_node_bridge.cpp1148 ArkUINativeModuleValue FrameNodeBridge::GetConfigBorderWidth(ArkUIRuntimeCallInfo* runtimeCallInfo) in GetConfigBorderWidth() function in OHOS::Ace::NG::FrameNodeBridge
H A Darkts_native_api_impl_bridge.cpp3733 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), FrameNodeBridge::GetConfigBorderWidth)); in RegisterFrameNodeAttributes()