Home
last modified time | relevance | path

Searched refs:needClearInNotShowRecent (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/session_info/src/
H A Dsession_info.cpp259 if (!parcel.WriteBool(needClearInNotShowRecent)) { in DoMarshallingFive()
260 ABILITYBASE_LOGE("Write needClearInNotShowRecent failed"); in DoMarshallingFive()
342 info->needClearInNotShowRecent = parcel.ReadBool(); in ReadParcelOne()
/foundation/ability/ability_base/interfaces/kits/native/session_info/include/
H A Dsession_info.h81 bool needClearInNotShowRecent = false; member in OHOS::AAFwk::SessionInfo
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp419 !data.WriteBool(abilitySessionInfo->needClearInNotShowRecent)) { in PendingSessionActivation()
420 TLOGE(WmsLogTag::WMS_LIFE, "Write isAtomicService or isBackTransition or needClearInNotShowRecent failed"); in PendingSessionActivation()
H A Dsession_stub.cpp581 if (!data.ReadBool(abilitySessionInfo->needClearInNotShowRecent)) { in HandlePendingSessionActivation()
582 TLOGE(WmsLogTag::WMS_LIFE, "Read needClearInNotShowRecent failed."); in HandlePendingSessionActivation()
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp972 sessionInfo->needClearInNotShowRecent = true; in CallAbilityLocked()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3320 info.needClearInNotShowRecent_ = abilitySessionInfo->needClearInNotShowRecent; in MakeSessionInfoDuringPendingActivation()
3339 "needClearInNotShowRecent:%{public}u, appInstanceKey: %{public}s, isFromIcon:%{public}d", in MakeSessionInfoDuringPendingActivation()

Completed in 19 milliseconds