Home
last modified time | relevance | path

Searched defs:restoreData (Results 1 – 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
Dcontinuation_manager.cpp300 const WantParams &restoreData, bool reversible, const std::string &originalDeviceId) in RestoreData()
346 bool ContinuationManager::RestoreFromRemote(const WantParams &restoreData) in RestoreFromRemote()
529 bool ContinuationManager::DoScheduleRestoreData(const WantParams &restoreData) in DoScheduleRestoreData()
556 bool ContinuationManager::DoRestoreFromRemote(const WantParams &restoreData) in DoRestoreFromRemote()
Dcontinuation_manager_stage.cpp304 const WantParams &restoreData, bool reversible, const std::string &originalDeviceId) in RestoreData()
350 bool ContinuationManagerStage::RestoreFromRemote(const WantParams &restoreData) in RestoreFromRemote()
544 bool ContinuationManagerStage::DoScheduleRestoreData(const WantParams &restoreData) in DoScheduleRestoreData()
570 bool ContinuationManagerStage::DoRestoreFromRemote(const WantParams &restoreData) in DoRestoreFromRemote()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
Dui_ability_impl.cpp461 AppExecFwk::PacMap restoreData; in AfterForeground() local
479 AppExecFwk::PacMap restoreData; in AfterBackground() local
514 AppExecFwk::PacMap restoreData; in ForegroundFailed() local
569 AppExecFwk::PacMap restoreData; in BackgroundFailed() local
Dability_impl.cpp642 PacMap restoreData; in AfterForeground() local
665 PacMap restoreData; in AfterBackground() local
695 PacMap restoreData; in ForegroundFailed() local
753 PacMap restoreData; in BackgroundFailed() local
Dextension_impl.cpp140 AAFwk::PacMap restoreData; in HandleExtensionTransaction() local
264 AAFwk::PacMap restoreData; in AbilityTransactionCallback() local
Dui_ability.cpp454 bool UIAbility::OnRestoreData(AAFwk::WantParams &restoreData) in OnRestoreData()
Dability.cpp912 bool Ability::OnRestoreData(WantParams &restoreData) in OnRestoreData()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
Dcontinuation_test.cpp1675 WantParams restoreData; variable
1696 WantParams restoreData; variable
1783 WantParams restoreData; variable
1802 WantParams restoreData; variable
1952 WantParams restoreData; variable
1971 WantParams restoreData; variable
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
Djs_ui_extension_base.cpp473 AAFwk::PacMap restoreData; in PostInsightIntentExecuted() local
Djs_ui_extension.cpp526 AAFwk::PacMap restoreData; in PostInsightIntentExecuted() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dace_ability.cpp647 bool AceAbility::OnRestoreData(OHOS::AAFwk::WantParams& restoreData) in OnRestoreData()