Searched refs:ResetShowCounter (Results 1 – 8 of 8) sorted by relevance
93 static ArkUINativeModuleValue ResetShowCounter(ArkUIRuntimeCallInfo* runtimeCallInfo);
45 static ArkUINativeModuleValue ResetShowCounter(ArkUIRuntimeCallInfo* runtimeCallInfo);
109 static ArkUINativeModuleValue ResetShowCounter(ArkUIRuntimeCallInfo* runtimeCallInfo);
1413 ArkUINativeModuleValue SearchBridge::ResetShowCounter(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetShowCounter() function in OHOS::Ace::NG::SearchBridge
1432 ArkUINativeModuleValue TextInputBridge::ResetShowCounter(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetShowCounter() function in OHOS::Ace::NG::TextInputBridge
404 ArkUINativeModuleValue TextAreaBridge::ResetShowCounter(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetShowCounter() function in OHOS::Ace::NG::TextAreaBridge
1520 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()
65 ResetShowCounter(); in Reset()