Searched refs:GetCurrentAppMode (Results 1 – 4 of 4) sorted by relevance
146 int32_t GetCurrentAppMode();
1303 int32_t res = context_->GetCurrentAppMode();1316 int32_t res = context_->GetCurrentAppMode();
915 …if (context->GetCurrentAppMode() != static_cast<int32_t>(AppExecFwk::MultiAppModeType::APP_CLONE))… in OnGetCurrentAppCloneIndex()938 …if (context->GetCurrentAppMode() != static_cast<int32_t>(AppExecFwk::MultiAppModeType::MULTI_INSTA… in OnGetCurrentInstanceKey()965 …if (context->GetCurrentAppMode() != static_cast<int32_t>(AppExecFwk::MultiAppModeType::MULTI_INSTA… in OnGetAllRunningInstanceKeys()
822 int32_t ApplicationContext::GetCurrentAppMode() in GetCurrentAppMode() function in OHOS::AbilityRuntime::ApplicationContext