Home
last modified time | relevance | path

Searched refs:onRestoreAbilityState_ (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h324 OnRestoreAbilityStateCallBack onRestoreAbilityState_; member in OHOS::Ace::Framework::PluginFrontendDelegate
H A Dplugin_frontend_delegate.cpp88 onSaveAbilityState_(onSaveAbilityStateCallBack), onRestoreAbilityState_(onRestoreAbilityStateCallBack), in PluginFrontendDelegate()
589 [onRestoreAbilityState = onRestoreAbilityState_, data] { in OnRestoreAbilityState()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp42 onRestoreAbilityState_(onRestoreAbilityStateCallBack), onNewWant_(onNewWantCallBack), onActive_(onActiveCallBack), in PluginFrontendDelegate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h483 OnRestoreAbilityStateCallBack onRestoreAbilityState_; member in OHOS::Ace::Framework::FrontendDelegateDeclarative
H A Dfrontend_delegate_declarative.cpp117 onRestoreAbilityState_(onRestoreAbilityStateCallBack), onNewWant_(onNewWantCallBack), in FrontendDelegateDeclarative()
647 taskExecutor_->PostTask([onRestoreAbilityState = onRestoreAbilityState_, data] { onRestoreAbilityState(data); }, in OnRestoreAbilityState()

Completed in 16 milliseconds