Home
last modified time | relevance | path

Searched defs:bundleIndex (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_jsonutil/
H A Db_jsonutil.h29 int bundleIndex; member
/ohos5.0/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_msg.h117 uint32_t bundleIndex; member
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h56 int32_t bundleIndex; // when dlp launch another app used, default is 0 member
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/
H A Db_jsonutil.cpp84 int bundleIndex; in BuildBundleInfos() local
/ohos5.0/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/
H A Dappspawnclient_fuzzer.cpp128 uint32_t bundleIndex = static_cast<uint32_t>(size); in FuzzAppSpawnReqMsgSetBundleInfo() local
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp174 uint32_t bundleIndex = GetIntValueFromJsonObj(config, "bundle-index", 0); in AddBundleInfoFromJson() local
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_interface_test.cpp214 const uint32_t bundleIndex[] = {0, 1}; variable
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c379 int AppSpawnReqMsgSetBundleInfo(AppSpawnReqMsgHandle reqHandle, uint32_t bundleIndex, const char *b… in AppSpawnReqMsgSetBundleInfo()
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp46 int32_t bundleIndex; member
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp842 int32_t bundleIndex = 0; in LoadAbilityNoAppRecord() local
3271 …const BundleInfo &bundleInfo, const int32_t bundleIndex, BundleType bundleType, AppSpawnStartMsg &… in CreateStartMsg()
3382 const std::string &bundleName, const int32_t bundleIndex, bool appExistFlag, bool isPreload, in StartProcess()