Home
last modified time | relevance | path

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

/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()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dcontext_deal.h331 bool IsCreateBySystemApp() const;
/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()
652 if (IsCreateBySystemApp()) { in GetBaseDir()
1159 bool ContextImpl::IsCreateBySystemApp() const in IsCreateBySystemApp() function in OHOS::AbilityRuntime::ContextImpl
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_deal_test.cpp451 * @tc.name: IsCreateBySystemApp
452 * @tc.desc: Verify that the IsCreateBySystemApp return value is false.
457 EXPECT_FALSE(context_->IsCreateBySystemApp()); in HWTEST_F()
462 * @tc.name: IsCreateBySystemApp
463 * @tc.desc: Verify that the IsCreateBySystemApp return value is true.
468 EXPECT_TRUE(context_->IsCreateBySystemApp()); in HWTEST_F()
H A Dcontext_impl_test.cpp1145 auto isSystemApp = contextImpl->IsCreateBySystemApp(); in HWTEST_F()
1149 isSystemApp = contextImpl->IsCreateBySystemApp(); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dcontext_impl.h427 bool IsCreateBySystemApp() const;

Completed in 8 milliseconds