Home
last modified time | relevance | path

Searched refs:ENTRY (Results 1 - 25 of 25) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_extension_system_test.cpp53 const std::string ENTRY = "entry"; member
323 CheckFileNotExist(ENTRY, ENTRY_EX1); in HWTEST_F()
324 CheckFileNotExist(ENTRY, ENTRY_EX2); in HWTEST_F()
345 CheckFileNotExist(ENTRY, ENTRY_EX1); in HWTEST_F()
346 CheckFileNotExist(ENTRY, ENTRY_EX2); in HWTEST_F()
367 CheckFileExist(ENTRY, ENTRY_EX1); in HWTEST_F()
368 CheckFileNotExist(ENTRY, ENTRY_EX2); in HWTEST_F()
375 CheckFileNotExist(ENTRY, ENTRY_EX1); in HWTEST_F()
376 CheckFileNotExist(ENTRY, ENTRY_EX2); in HWTEST_F()
393 CheckFileExist(ENTRY, ENTRY_EX in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp51 const std::string ENTRY = "entry"; member
338 innerModuleInfo.moduleName = ENTRY; in HWTEST_F()
393 innerModuleInfos.try_emplace(ENTRY, innerModuleInfo); in HWTEST_F()
411 innerModuleInfos.try_emplace(ENTRY, innerModuleInfo); in HWTEST_F()
928 packageModule.distro.moduleType = ENTRY; in HWTEST_F()
1255 innerModuleInfos.try_emplace(ENTRY, innerModuleInfo); in HWTEST_F()
1284 innerModuleInfos.try_emplace(ENTRY, innerModuleInfo); in HWTEST_F()
1313 innerModuleInfos.try_emplace(ENTRY, innerModuleInfo); in HWTEST_F()
1342 innerModuleInfos.try_emplace(ENTRY, innerModuleInfo); in HWTEST_F()
1348 innerModuleInfos2.try_emplace(ENTRY, innerModuleInfo in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/
H A Dmock_bundle_manager.cpp33 moduleInfo.moduleType = AppExecFwk::ModuleType::ENTRY; in GetBundleInfoForSelf()
/foundation/ability/ability_runtime/test/unittest/appkit/child_main_thread_test/
H A Dchild_main_thread_test.cpp137 moduleInfo.moduleType = ModuleType::ENTRY; in HWTEST_F()
171 moduleInfo.moduleType = ModuleType::ENTRY; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dtext_bundle_config_parser.cpp50 return info.moduleType == AppExecFwk::ModuleType::ENTRY; in IsMetaDataExistInEntryModule()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h34 ENTRY = 1, member in OHOS::AppExecFwk::ModuleType
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/
H A Dutd_handler.cpp73 if (hapInfo.moduleType == ModuleType::ENTRY) { in GetEntryHapPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/
H A Drouter_map_helper.cpp36 if (hapModuleInfo.moduleType == ModuleType::ENTRY || hapModuleInfo.moduleType == ModuleType::FEATURE) { in MergeRouter()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_navigation_test/
H A Dbms_bundle_navigation_test.cpp978 hapModuleInfoEntry.moduleType = ModuleType::ENTRY; in HWTEST_F()
1003 hapModuleInfoEntry.moduleType = ModuleType::ENTRY; in HWTEST_F()
1053 hapModuleInfoEntry.moduleType = ModuleType::ENTRY; in HWTEST_F()
1076 hapModuleInfoEntry.moduleType = ModuleType::ENTRY; in HWTEST_F()
1103 hapModuleInfoEntry.moduleType = ModuleType::ENTRY; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dhap_module_info.h37 ENTRY = 1, member in OHOS::AppExecFwk::ModuleType
/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/src/
H A Dnative_interface_bundle.cpp226 if (hapModuleInfo.moduleType != OHOS::AppExecFwk::ModuleType::ENTRY) { in OH_NativeBundle_GetMainElementName()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/
H A Dmock_bundle_manager.cpp67 moduleInfo1.moduleType = AppExecFwk::ModuleType::ENTRY; in ConstructHqfInfo()
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp405 if (info.moduleType == AppExecFwk::ModuleType::ENTRY) { in GetEntryHapModuleInfo()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage.cpp332 if (hapModuleInfo->moduleType != AppExecFwk::ModuleType::ENTRY || hapModuleInfo->appStartup.empty()) { in RunAutoStartupTask()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dphotoaccesshelperinf.js120 if (hapInfo.type === bundleManager.ModuleType.ENTRY) {
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp936 hapInfo.moduleType = ModuleType::ENTRY; in FindHapModuleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp365 bundleInfo.hapModuleInfos[0].moduleType == ModuleType::ENTRY) { in SavePreInstallBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp1281 resultBundleInfo.hapModuleInfos[0].moduleType == ModuleType::ENTRY) { in InnerProcessCheckPreinstallData()
1515 archiveBundleInfo.hapModuleInfos[0].moduleType == ModuleType::ENTRY) { in InnerProcessCheckRecoverableApplicationInfo()
3755 bundleInfo.hapModuleInfos[0].moduleType == ModuleType::ENTRY) { in UpdatePreinstallDBForUninstalledBundle()
H A Dbundle_mgr_host_impl.cpp3863 if (bundleInfo.hapModuleInfos[0].moduleType == ModuleType::ENTRY) { in GetPreferableBundleInfoFromHapPaths()
H A Dinner_bundle_info.cpp1487 hapInfo.moduleType = ModuleType::ENTRY; in FindHapModuleInfo()
H A Dbundle_data_mgr.cpp97 constexpr const char* ENTRY = "entry"; member
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1334 if (hapModuleInfo.moduleType == AppExecFwk::ModuleType::ENTRY) { in HandleLaunchApplication()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4400 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(ModuleType::ENTRY), &nEntry)); in CreateModuleTypeObject()
4401 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "ENTRY", nEntry)); in CreateModuleTypeObject()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp282 const std::string ENTRY = "entry"; member
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp284 if (hapModuleInfo.moduleType == AppExecFwk::ModuleType::ENTRY) { in IsCjApplication()

Completed in 87 milliseconds