Home
last modified time | relevance | path

Searched refs:APP_CLONE_INDEX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp47 const std::string APP_CLONE_INDEX = "ohos.extra.param.key.appCloneIndex"; variable
132 request.want.RemoveParam(APP_CLONE_INDEX); in ImplicitStartAbility()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp66 constexpr const char* APP_CLONE_INDEX = "ohos.extra.param.key.appCloneIndex"; variable
3498 int32_t appCloneIndex = abilitySessionInfo->want.GetIntParam(APP_CLONE_INDEX, 0); in ChangeSessionVisibilityWithStatusBar()
3531 int32_t appCloneIndex = abilitySessionInfo->want.GetIntParam(APP_CLONE_INDEX, 0); in MakeSessionInfoDuringPendingActivation()