Searched refs:isLauncherAbility (Results 1 - 12 of 12) sorted by relevance
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 108 bool isLauncherAbility = false; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 210 bool isLauncherAbility = false; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 52 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 D | ability_info.cpp | 53 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 D | mock_bundle_mgr.h | 267 abilityInfo.isLauncherAbility = false;
|
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/ |
H A D | mock_bundle_manager.h | 238 abilityInfo.isLauncherAbility = false;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_bundle_logic_test.cpp | 100 "isLauncherAbility":false,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 236 "isLauncherAbility":false, 814 "isLauncherAbility": true, 893 "isLauncherAbility": false, 963 "isLauncherAbility": false,
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability.cpp | 615 if (abilityInfo_->isLauncherAbility == false) { in OnBackPressed()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 2411 abilityInfo.isLauncherAbility = true; in ToInnerBundleInfo()
|
H A D | module_profile.cpp | 2425 abilityInfo.isLauncherAbility = true; in ToInnerBundleInfo()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 475 if (info && info->isLauncherAbility) { in InitializeFrontend()
|
Completed in 26 milliseconds