Home
last modified time | relevance | path

Searched refs:INITIAL_APP_INDEX (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dbundle_constants.h46 constexpr int32_t INITIAL_APP_INDEX = 0; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h114 constexpr int16_t INITIAL_APP_INDEX = 0; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.h83 int32_t appIndex = Constants::INITIAL_APP_INDEX;
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h245 int32_t appIndex_ = Constants::INITIAL_APP_INDEX;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2259 int32_t appIndex_ = Constants::INITIAL_APP_INDEX;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1974 if (maxNumber <= Constants::INITIAL_APP_INDEX || maxNumber > ServiceConstants::CLONE_APP_INDEX_MAX) { in ToApplicationInfo()
H A Dbundle_data_mgr.cpp1704 if (appIndex > Constants::INITIAL_APP_INDEX && appIndex <= Constants::INITIAL_SANDBOX_APP_INDEX) { in EmplaceAbilityInfo()
5318 if (appIndex > Constants::INITIAL_APP_INDEX && appIndex <= Constants::INITIAL_SANDBOX_APP_INDEX) { in ExplicitQueryExtensionInfo()
5660 } else if (appIndex > Constants::INITIAL_APP_INDEX && appIndex <= Constants::INITIAL_SANDBOX_APP_INDEX) { in ImplicitQueryAllExtensionInfos()

Completed in 22 milliseconds