Home
last modified time | relevance | path

Searched refs:AppSpawnStartMsg (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h43 struct AppSpawnStartMsg { struct
156 int32_t SetDacInfo(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle);
164 int32_t SetMountPermission(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle);
172 int32_t SetStartFlags(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle);
180 int32_t AppspawnSetExtMsg(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle);
188 int32_t AppspawnSetExtMsgMore(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle);
196 …int32_t AppspawnCreateDefaultMsg(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle);
203 bool VerifyMsg(const AppSpawnStartMsg &startMsg);
216 virtual int32_t StartProcess(const AppSpawnStartMsg &startMsg, pid_t &pid);
224 … virtual int32_t GetRenderProcessTerminationStatus(const AppSpawnStartMsg &startMsg, int &status);
[all …]
H A Dapp_mgr_service_inner.h1405 void SetRenderStartMsg(AppSpawnStartMsg &startMsg, std::shared_ptr<RenderRecord> renderRecord,
1502 …void SetOverlayInfo(const std::string& bundleName, const int32_t userId, AppSpawnStartMsg& startMs…
1503 void SetAppEnvInfo(const BundleInfo &bundleInfo, AppSpawnStartMsg& startMsg);
1566 AppSpawnStartMsg &startMsg);
1569 …ndleInfo &bundleInfo, const int32_t bundleIndex, BundleType bundleType, AppSpawnStartMsg &startMsg,
1574 … const BundleInfo &bundleInfo, AppSpawnStartMsg &startMsg, DataGroupInfoList& dataGroupInfoList,
1577 int32_t StartPerfProcessByStartMsg(AppSpawnStartMsg &startMsg, const std::string& perfCmd,
1580 void SetAtomicServiceInfo(BundleType bundleType, AppSpawnStartMsg &startMsg);
1582 void SetAppInfo(const BundleInfo &bundleInfo, AppSpawnStartMsg &startMsg);
H A Dapp_running_record.h636 void SetStartMsg(const AppSpawnStartMsg &msg);
637 AppSpawnStartMsg GetStartMsg();
1016 AppSpawnStartMsg startMsg_;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_msg_wrapper_test/
H A Dams_service_app_spawn_msg_wrapper_test.cpp78 AppSpawnStartMsg params = { 10000, 10000, {10001, 10002}, "processName", "soPath" };
98 AppSpawnStartMsg params = { 10000, 10000, {10001, 10002}, "processName", "soPath" };
118 AppSpawnStartMsg params = { 10000,
221 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, "", "soPath" };
246 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, invalid, "soPath" };
266 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, "", "" };
291 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, "processName", invalid };
310 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, "processName", "soPath" };
329 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, "processName", "soPath" };
351 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, "", "soPath" };
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/
H A Dams_service_app_spawn_client_test.cpp229 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
259 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
285 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
310 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
334 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
359 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
385 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
409 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "", "soPath" };
439 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "", "" };
467 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, invalidParam, "soPath" };
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/
H A Dams_service_app_spawn_client_module_test.cpp325 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
358 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", illegalAppName };
392 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", illegalClsName };
454 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
483 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
509 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
544 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
581 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
612 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
653 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" };
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp168 int32_t AppSpawnClient::SetDacInfo(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle) in SetDacInfo()
189 int32_t AppSpawnClient::SetMountPermission(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle r… in SetMountPermission()
203 int32_t AppSpawnClient::SetStartFlags(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHan… in SetStartFlags()
256 int32_t AppSpawnClient::AppspawnSetExtMsg(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle re… in AppspawnSetExtMsg()
311 int32_t AppSpawnClient::AppspawnSetExtMsgMore(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandl… in AppspawnSetExtMsgMore()
361 int32_t AppSpawnClient::AppspawnCreateDefaultMsg(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHa… in AppspawnCreateDefaultMsg()
424 bool AppSpawnClient::VerifyMsg(const AppSpawnStartMsg &startMsg) in VerifyMsg()
473 int32_t AppSpawnClient::StartProcess(const AppSpawnStartMsg &startMsg, pid_t &pid) in StartProcess()
523 int32_t AppSpawnClient::GetRenderProcessTerminationStatus(const AppSpawnStartMsg &startMsg, int &st… in GetRenderProcessTerminationStatus()
584 int32_t AppSpawnClient::SetIsolationModeFlag(const AppSpawnStartMsg &startMsg, const AppSpawnReqMsg… in SetIsolationModeFlag()
H A Dapp_spawn_msg_wrapper.cpp79 bool AppSpawnMsgWrapper::AssembleMsg(const AppSpawnStartMsg &startMsg) in AssembleMsg()
154 void AppSpawnMsgWrapper::BuildExtraInfo(const AppSpawnStartMsg &startMsg) in BuildExtraInfo()
182 bool AppSpawnMsgWrapper::VerifyMsg(const AppSpawnStartMsg &startMsg) const in VerifyMsg()
H A Dapp_mgr_service_inner.cpp3023 int32_t AppMgrServiceInner::StartPerfProcessByStartMsg(AppSpawnStartMsg &startMsg, in StartPerfProcessByStartMsg()
3072 AppSpawnStartMsg &startMsg) in SetOverlayInfo()
3102 void AppMgrServiceInner::SetAppEnvInfo(const BundleInfo &bundleInfo, AppSpawnStartMsg& startMsg) in SetAppEnvInfo()
3215 void AppMgrServiceInner::SetAtomicServiceInfo(BundleType bundleType, AppSpawnStartMsg &startMsg) in SetAtomicServiceInfo()
3236 void AppMgrServiceInner::SetAppInfo(const BundleInfo &bundleInfo, AppSpawnStartMsg &startMsg) in SetAppInfo()
3271 …ndleInfo &bundleInfo, const int32_t bundleIndex, BundleType bundleType, AppSpawnStartMsg &startMsg, in CreateStartMsg()
3404 AppSpawnStartMsg startMsg; in StartProcess()
5299 AppSpawnStartMsg startMsg = appRecord->GetStartMsg(); in StartRenderProcessImpl()
5372 AppSpawnStartMsg startMsg; in GetRenderProcessTerminationStatus()
6181 AppSpawnStartMsg startMsg; in NotifyAppFaultBySA()
[all …]
H A Dapp_running_record.cpp1817 void AppRunningRecord::SetStartMsg(const AppSpawnStartMsg &msg) in SetStartMsg()
1822 AppSpawnStartMsg AppRunningRecord::GetStartMsg() in GetStartMsg()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_spawn_client.h31 MOCK_METHOD2(StartProcess, ErrCode(const AppSpawnStartMsg& startMsg, pid_t& pid));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H A Dapp_mgr_service_inner_tdd_test.cpp642 AppSpawnStartMsg startMsg;
676 AppSpawnStartMsg startMsg;
707 AppSpawnStartMsg startMsg;
735 AppSpawnStartMsg startMsg;
756 AppSpawnStartMsg startMsg;
775 AppSpawnStartMsg startMsg;
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp82 AppSpawnStartMsg startMsg; in DoSomethingInterestingWithMyAPI()