Home
last modified time | relevance | path

Searched refs:GetCurrentAppMode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dapplication_context.h146 int32_t GetCurrentAppMode();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/application_context_test/
H A Dapplication_context_test.cpp1303 int32_t res = context_->GetCurrentAppMode();
1316 int32_t res = context_->GetCurrentAppMode();
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Djs_application_context_utils.cpp915 …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()
H A Dapplication_context.cpp822 int32_t ApplicationContext::GetCurrentAppMode() in GetCurrentAppMode() function in OHOS::AbilityRuntime::ApplicationContext