Home
last modified time | relevance | path

Searched refs:ResetMenuBackgroundColor (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_select_bridge.h65 static ArkUINativeModuleValue ResetMenuBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_select_bridge.cpp816 return ResetMenuBackgroundColor(runtimeCallInfo); in SetMenuBackgroundColor()
822 ArkUINativeModuleValue SelectBridge::ResetMenuBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetMenuBackgroundColor() function in OHOS::Ace::NG::SelectBridge
H A Darkts_native_api_impl_bridge.cpp3059 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SelectBridge::ResetMenuBackgroundColor)); in RegisterSelectAttributes()