Home
last modified time | relevance | path

Searched refs:ResetCounterBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcounter_modifier.cpp73 void ResetCounterBackgroundColor(ArkUINodeHandle node) {} in ResetCounterBackgroundColor() function
80 ResetCounterBackgroundColor }; in GetCounterModifier()
89 ResetCounterBackgroundColor }; in GetCJUICounterModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_counter_bridge.h33 … static ArkUINativeModuleValue ResetCounterBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_counter_bridge.cpp146 ArkUINativeModuleValue CounterBridge::ResetCounterBackgroundColor(ArkUIRuntimeCallInfo* runtimeCall… in ResetCounterBackgroundColor() function in OHOS::Ace::NG::CounterBridge
H A Darkts_native_api_impl_bridge.cpp1119 …nda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CounterBridge::ResetCounterBackgroundColor)); in GetArkUINativeModule()