Home
last modified time | relevance | path

Searched refs:ResetCheckboxGroupSize (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_checkboxgroup_bridge.h36 static ArkUINativeModuleValue ResetCheckboxGroupSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_checkboxgroup_bridge.cpp243 ArkUINativeModuleValue CheckboxGroupBridge::ResetCheckboxGroupSize(ArkUIRuntimeCallInfo* runtimeCal… in ResetCheckboxGroupSize() function in OHOS::Ace::NG::CheckboxGroupBridge
H A Darkts_native_api_impl_bridge.cpp1155 …da::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CheckboxGroupBridge::ResetCheckboxGroupSize)); in GetArkUINativeModule()