Home
last modified time | relevance | path

Searched refs:AppSpawnReqMsgCreate (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/
H A Dappspawnclient_fuzzer.cpp48 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle); in FuzzAppSpawnReqMsgCreate()
63 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle); in FuzzAppSpawnReqMsgAddStringInfo()
80 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle); in FuzzAppSpawnTerminateMsgCreate()
97 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle); in FuzzAppSpawnClientSendMsg()
112 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle); in FuzzAppSpawnReqMsgFree()
127 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle); in FuzzAppSpawnReqMsgSetBundleInfo()
145 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle); in FuzzAppSpawnReqMsgSetAppFlag()
162 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle); in FuzzAppSpawnReqMsgSetAppDacInfo()
179 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle); in FuzzAppSpawnReqMsgSetAppDomainInfo()
197 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle); in FuzzAppSpawnReqMsgSetAppInternetPermissionInfo()
[all …]
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_interface_test.cpp167 int ret = AppSpawnReqMsgCreate(msgType[i], processName[j], &reqHandle);
177 int ret = AppSpawnReqMsgCreate(msgType[i], processName[j], nullptr);
191 int ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.myapplication", &reqHandle);
203 int ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.myapplication", &reqHandle);
242 int ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.myapplication", &reqHandle);
266 int ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.myapplication", &reqHandle);
299 int ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.myapplication", &reqHandle);
319 int ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.myapplication", &reqHandle);
339 int ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.myapplication", &reqHandle);
368 int ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.myapplication", &reqHandle);
[all …]
H A Dapp_spawn_client_test.cpp183 ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.example.myapplication", &reqHandle);
681 ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.example.myapplication", &reqHandle);
746 ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.medialibrary.medialibrarydata", &reqHandle);
769 …ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.medialibrary.medialibrarydata:backup", &reqHan…
792 …ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.medialibrary.medialibrarydata:backup", &reqHan…
832 …ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.medialibrary.medialibrarydata:backup", &reqHan…
877 …ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.medialibrary.medialibrarydata:backup", &reqHan…
909 …ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.medialibrary.medialibrarydata:backup", &reqHan…
933 …ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.medialibrary.medialibrarydata:backup", &reqHan…
956 …ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, "com.ohos.medialibrary.medialibrarydata:backup", &reqHan…
[all …]
/ohos5.0/base/startup/init/services/begetctl/
H A Dappspawntime_cmd.c41 ret = AppSpawnReqMsgCreate(MSG_BEGET_SPAWNTIME, "init", &reqHandle); in SendAppspawnTimeMessage()
H A Ddump_service.c51 ret = AppSpawnReqMsgCreate(MSG_DUMP, ptyName, &reqHandle); in SendAppspawnCmdMessage()
H A Dsandbox.cpp130 ret = AppSpawnReqMsgCreate(AppSpawnMsgType::MSG_BEGET_CMD, cmd, &reqHandle); in SendAppspawnCmdMessage()
/ohos5.0/base/web/webview/sa/src/
H A Dapp_fwk_update_service.cpp188 ret = AppSpawnReqMsgCreate(MSG_UPDATE_MOUNT_POINTS, bundleName.c_str(), &reqHandle); in SendAppSpawnMessage()
214 ret = AppSpawnReqMsgCreate(MSG_RESTART_SPAWNER, bundleName.c_str(), &reqHandle); in SendNWebSpawnMesage()
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dlibappspawn_client.versionscript19 AppSpawnReqMsgCreate;
H A Dappspawn_msg.c342 int AppSpawnReqMsgCreate(AppSpawnMsgType msgType, const char *processName, AppSpawnReqMsgHandle *re… in AppSpawnReqMsgCreate() function
/ohos5.0/base/startup/appspawn/service/devicedebug/kill/src/
H A Ddevicedebug_kill.c90 int ret = AppSpawnReqMsgCreate(MSG_DEVICE_DEBUG, "devicedebug", &reqHandle); in DeviceDebugKill()
/ohos5.0/base/startup/appspawn/test/unittest/devicedebug_test/
H A DBUILD.gn46 "AppSpawnReqMsgCreate=AppSpawnReqMsgCreateStub",
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_client_test.cpp39 int ret = AppSpawnReqMsgCreate(MSG_APP_SPAWN, bundleName, &reqHandle); in CreateMsg()
H A Dappspawn_test_cmder.cpp309 …int ret = AppSpawnReqMsgCreate(static_cast<AppSpawnMsgType>(msgType_), processName_.c_str(), &reqH… in CreateOtherMsg()
373 …ret = AppSpawnReqMsgCreate(static_cast<AppSpawnMsgType>(msgType_), processName_.c_str(), &reqHandl… in CreateMsg()
/ohos5.0/base/startup/appspawn/interfaces/innerkits/include/
H A Dappspawn.h121 int AppSpawnReqMsgCreate(AppSpawnMsgType msgType, const char *processName, AppSpawnReqMsgHandle *re…
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_beget_test.cpp72 ret = AppSpawnReqMsgCreate(AppSpawnMsgType::MSG_BEGET_CMD, cmd, &reqHandle); in TestSendAppspawnCmdMessage()
H A Dapp_spawn_service_test.cpp573 ret = AppSpawnReqMsgCreate(MSG_DEVICE_DEBUG, "devicedebug", &reqHandle2);
620 ret = AppSpawnReqMsgCreate(MSG_DEVICE_DEBUG, "devicedebug", &reqHandle2);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp490 …ret = AppSpawnReqMsgCreate(static_cast<AppSpawnMsgType>(startMsg.code), startMsg.procName.c_str(),… in StartProcess()
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp480 …int ret = AppSpawnReqMsgCreate(static_cast<AppSpawnMsgType>(msgType), processName_.c_str(), &reqHa… in CreateMsg()