Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h46 ISOLATION_FIRST = 1, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dhap_module_info.h49 ISOLATION_FIRST = 1, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H A Dapp_mgr_service_inner_tdd_test.cpp477 hapModuleInfo.isolationMode = IsolationMode::ISOLATION_FIRST;
486 hapModuleInfo.isolationMode = IsolationMode::ISOLATION_FIRST;
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp115 {"isolationFirst", IsolationMode::ISOLATION_FIRST},
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp135 {"isolationFirst", IsolationMode::ISOLATION_FIRST},
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp905 case IsolationMode::ISOLATION_FIRST: in CheckIsolationMode()