Home
last modified time | relevance | path

Searched refs:isLauncherAbility (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h108 bool isLauncherAbility = false; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h210 bool isLauncherAbility = false; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp52 const std::string JSON_KEY_IS_LAUNCHER_ABILITY = "isLauncherAbility";
157 {JSON_KEY_IS_LAUNCHER_ABILITY, abilityInfo.isLauncherAbility}, in to_json()
479 abilityInfo.isLauncherAbility, in from_json()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dability_info.cpp53 const char* JSON_KEY_IS_LAUNCHER_ABILITY = "isLauncherAbility";
168 isLauncherAbility = parcel.ReadBool(); in ReadFromParcel()
381 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isLauncherAbility); in Marshalling()
584 {JSON_KEY_IS_LAUNCHER_ABILITY, abilityInfo.isLauncherAbility}, in to_json()
877 abilityInfo.isLauncherAbility, in from_json()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_bundle_mgr.h267 abilityInfo.isLauncherAbility = false;
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/
H A Dmock_bundle_manager.h238 abilityInfo.isLauncherAbility = false;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp100 "isLauncherAbility":false,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp236 "isLauncherAbility":false,
814 "isLauncherAbility": true,
893 "isLauncherAbility": false,
963 "isLauncherAbility": false,
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp615 if (abilityInfo_->isLauncherAbility == false) { in OnBackPressed()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp2411 abilityInfo.isLauncherAbility = true; in ToInnerBundleInfo()
H A Dmodule_profile.cpp2425 abilityInfo.isLauncherAbility = true; in ToInnerBundleInfo()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp475 if (info && info->isLauncherAbility) { in InitializeFrontend()

Completed in 26 milliseconds