Searched refs:onRestoreAbilityState_ (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 324 OnRestoreAbilityStateCallBack onRestoreAbilityState_; member in OHOS::Ace::Framework::PluginFrontendDelegate
|
H A D | plugin_frontend_delegate.cpp | 88 onSaveAbilityState_(onSaveAbilityStateCallBack), onRestoreAbilityState_(onRestoreAbilityStateCallBack), in PluginFrontendDelegate() 589 [onRestoreAbilityState = onRestoreAbilityState_, data] { in OnRestoreAbilityState()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 42 onRestoreAbilityState_(onRestoreAbilityStateCallBack), onNewWant_(onNewWantCallBack), onActive_(onActiveCallBack), in PluginFrontendDelegate()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 483 OnRestoreAbilityStateCallBack onRestoreAbilityState_; member in OHOS::Ace::Framework::FrontendDelegateDeclarative
|
H A D | frontend_delegate_declarative.cpp | 117 onRestoreAbilityState_(onRestoreAbilityStateCallBack), onNewWant_(onNewWantCallBack), in FrontendDelegateDeclarative() 647 taskExecutor_->PostTask([onRestoreAbilityState = onRestoreAbilityState_, data] { onRestoreAbilityState(data); }, in OnRestoreAbilityState()
|
Completed in 16 milliseconds