Home
last modified time | relevance | path

Searched refs:ISOLATION_ONLY (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h47 ISOLATION_ONLY = 2, member in OHOS::AppExecFwk::ModuleType::IsolationMode
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dhap_module_info.h50 ISOLATION_ONLY = 2, member in OHOS::AppExecFwk::ModuleType::IsolationMode
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H A Dapp_mgr_service_inner_tdd_test.cpp479 hapModuleInfo.isolationMode = IsolationMode::ISOLATION_ONLY; in HWTEST_F()
488 hapModuleInfo.isolationMode = IsolationMode::ISOLATION_ONLY; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp60 constexpr const char* ISOLATION_ONLY = "isolationOnly"; member
1503 if (isolationMode == ISOLATION_ONLY) { in CheckSupportIsolation()
H A Dinner_bundle_info.cpp133 {"isolationOnly", IsolationMode::ISOLATION_ONLY},
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp61 const std::string ISOLATION_ONLY = "isolationOnly"; member
1815 IsolationMode res = innerBundleInfo.GetIsolationMode(ISOLATION_ONLY); in HWTEST_F()
1816 EXPECT_EQ(res, IsolationMode::ISOLATION_ONLY); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp113 {"isolationOnly", IsolationMode::ISOLATION_ONLY},
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp948 hapModuleInfo.isolationMode = IsolationMode::ISOLATION_ONLY; in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp944 case IsolationMode::ISOLATION_ONLY: in CheckIsolationMode()

Completed in 33 milliseconds