Home
last modified time | relevance | path

Searched refs:ResetShowCounter (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_search_bridge.h93 static ArkUINativeModuleValue ResetShowCounter(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_area_bridge.h45 static ArkUINativeModuleValue ResetShowCounter(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_input_bridge.h109 static ArkUINativeModuleValue ResetShowCounter(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_search_bridge.cpp1413 ArkUINativeModuleValue SearchBridge::ResetShowCounter(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetShowCounter() function in OHOS::Ace::NG::SearchBridge
H A Darkts_native_text_input_bridge.cpp1432 ArkUINativeModuleValue TextInputBridge::ResetShowCounter(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetShowCounter() function in OHOS::Ace::NG::TextInputBridge
H A Darkts_native_text_area_bridge.cpp404 ArkUINativeModuleValue TextAreaBridge::ResetShowCounter(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetShowCounter() function in OHOS::Ace::NG::TextAreaBridge
H A Darkts_native_api_impl_bridge.cpp1520 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SearchBridge::ResetShowCounter)); in GetArkUINativeModule()
1874 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextAreaBridge::ResetShowCounter)); in GetArkUINativeModule()
2363 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextInputBridge::ResetShowCounter)); in GetArkUINativeModule()
2367 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextInputBridge::ResetShowCounter)); in GetArkUINativeModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_property.h65 ResetShowCounter(); in Reset()