Home
last modified time | relevance | path

Searched refs:ResetXComponentInitialize (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_xcomponent_bridge.h32 static ArkUINativeModuleValue ResetXComponentInitialize(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_xcomponent_bridge.cpp350 ArkUINativeModuleValue XComponentBridge::ResetXComponentInitialize(ArkUIRuntimeCallInfo *runtimeCal… in ResetXComponentInitialize() function in OHOS::Ace::NG::XComponentBridge
H A Darkts_native_api_impl_bridge.cpp5251 …da::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), XComponentBridge::ResetXComponentInitialize)); in RegisterXComponentAttributes()