Home
last modified time | relevance | path

Searched refs:IsCreateBySystemApp (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_deal.cpp146 if (IsCreateBySystemApp()) { in GetDatabaseDir()
231 bool ContextDeal::IsCreateBySystemApp() const in IsCreateBySystemApp() function in OHOS::AppExecFwk::ContextDeal
477 if (IsCreateBySystemApp()) { in GetBaseDir()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dcontext_deal.h331 bool IsCreateBySystemApp() const;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp116 if (IsCreateBySystemApp()) { in GetBundleCodeDir()
161 if (IsCreateBySystemApp()) { in GetDatabaseDirWithCheck()
312 if (IsCreateBySystemApp()) { in GetAllTempDir()
341 if (IsCreateBySystemApp()) { in GetDistributedFilesDir()
646 if (IsCreateBySystemApp()) { in GetBaseDir()
1135 bool ContextImpl::IsCreateBySystemApp() const in IsCreateBySystemApp() function in OHOS::AbilityRuntime::ContextImpl
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_deal_test.cpp457 EXPECT_FALSE(context_->IsCreateBySystemApp());
468 EXPECT_TRUE(context_->IsCreateBySystemApp());
H A Dcontext_impl_test.cpp1127 auto isSystemApp = contextImpl->IsCreateBySystemApp();
1131 isSystemApp = contextImpl->IsCreateBySystemApp();
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dcontext_impl.h427 bool IsCreateBySystemApp() const;