Home
last modified time | relevance | path

Searched refs:AppSpawnReqMsgSetBundleInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dlibappspawn_client.versionscript22 AppSpawnReqMsgSetBundleInfo;
H A Dappspawn_msg.c379 int AppSpawnReqMsgSetBundleInfo(AppSpawnReqMsgHandle reqHandle, uint32_t bundleIndex, const char *b… in AppSpawnReqMsgSetBundleInfo() function
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_client_test.cpp42 ret = AppSpawnReqMsgSetBundleInfo(reqHandle, 0, bundleName); in CreateMsg()
H A Dappspawn_test_cmder.cpp176 int ret = AppSpawnReqMsgSetBundleInfo(reqHandle, bundleIndex, bundleName); in AddBundleInfoFromJson()
/ohos5.0/base/startup/appspawn/interfaces/innerkits/include/
H A Dappspawn.h147 int AppSpawnReqMsgSetBundleInfo(AppSpawnReqMsgHandle reqHandle, uint32_t bundleIndex, const char *b…
/ohos5.0/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/
H A Dappspawnclient_fuzzer.cpp130 (void)AppSpawnReqMsgSetBundleInfo(reqHandle, bundleIndex, bundleName.c_str()); in FuzzAppSpawnReqMsgSetBundleInfo()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp371 … ret = AppSpawnReqMsgSetBundleInfo(reqHandle, startMsg.bundleIndex, startMsg.bundleName.c_str()); in AppspawnCreateDefaultMsg()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_interface_test.cpp220 ret = AppSpawnReqMsgSetBundleInfo(inputHandle[i], bundleIndex[j], bundleName[k]);
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp486 ret = AppSpawnReqMsgSetBundleInfo(reqHandle, 100, processName_.c_str()); // 100 test index in CreateMsg()