/foundation/ability/ability_runtime/test/unittest/app_spawn_client_second_test/ |
H A D | app_spawn_client_second_test.cpp | 50 AppSpawnStartMsg startMsg; in HWTEST_F() 64 AppSpawnStartMsg startMsg; in HWTEST_F() 78 AppSpawnStartMsg startMsg; in HWTEST_F() 92 AppSpawnStartMsg startMsg; in HWTEST_F() 106 AppSpawnStartMsg startMsg; in HWTEST_F() 120 AppSpawnStartMsg startMsg; in HWTEST_F() 134 AppSpawnStartMsg startMsg; in HWTEST_F() 148 AppSpawnStartMsg startMsg; in HWTEST_F() 162 AppSpawnStartMsg startMsg; in HWTEST_F() 177 AppSpawnStartMsg startMs in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_spawn_client.h | 43 struct AppSpawnStartMsg { struct 157 int32_t SetDacInfo(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle); 165 int32_t SetMountPermission(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle); 173 int32_t SetStartFlags(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle); 181 int32_t AppspawnSetExtMsg(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle); 189 int32_t AppspawnSetExtMsgMore(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle); 197 int32_t AppspawnCreateDefaultMsg(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle); 204 bool VerifyMsg(const AppSpawnStartMsg &startMsg); 217 virtual int32_t StartProcess(const AppSpawnStartMsg &startMsg, pid_t &pid); 225 virtual int32_t GetRenderProcessTerminationStatus(const AppSpawnStartMsg [all...] |
H A D | app_mgr_service_inner.h | 1574 void SetRenderStartMsg(AppSpawnStartMsg &startMsg, std::shared_ptr<RenderRecord> renderRecord, 1683 void SetOverlayInfo(const std::string& bundleName, const int32_t userId, AppSpawnStartMsg& startMsg); 1684 void SetAppEnvInfo(const BundleInfo &bundleInfo, AppSpawnStartMsg& startMsg); 1743 AppSpawnStartMsg &startMsg); 1749 const BundleInfo &bundleInfo, const int32_t bundleIndex, BundleType bundleType, AppSpawnStartMsg &startMsg, 1754 const BundleInfo &bundleInfo, AppSpawnStartMsg &startMsg, DataGroupInfoList& dataGroupInfoList, 1757 int32_t StartPerfProcessByStartMsg(AppSpawnStartMsg &startMsg, const std::string& perfCmd, 1760 void SetAtomicServiceInfo(BundleType bundleType, AppSpawnStartMsg &startMsg); 1762 void SetAppInfo(const BundleInfo &bundleInfo, AppSpawnStartMsg &startMsg);
|
H A D | app_running_record.h | 721 void SetStartMsg(const AppSpawnStartMsg &msg); 722 AppSpawnStartMsg GetStartMsg(); 1100 AppSpawnStartMsg startMsg_;
|
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_msg_wrapper_test/ |
H A D | ams_service_app_spawn_msg_wrapper_test.cpp | 78 AppSpawnStartMsg params = { 10000, 10000, {10001, 10002}, "processName", "soPath" }; in HWTEST() 98 AppSpawnStartMsg params = { 10000, 10000, {10001, 10002}, "processName", "soPath" }; in HWTEST() 118 AppSpawnStartMsg params = { 10000, in HWTEST() 221 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, "", "soPath" }; in HWTEST() 246 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, invalid, "soPath" }; in HWTEST() 266 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, "", "" }; in HWTEST() 291 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, "processName", invalid }; in HWTEST() 310 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, "processName", "soPath" }; in HWTEST() 329 AppSpawnStartMsg params = { 10000, 10000, {10001, 10001}, "processName", "soPath" }; in HWTEST() 351 AppSpawnStartMsg param in HWTEST() [all...] |
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_client.cpp | 166 int32_t AppSpawnClient::SetDacInfo(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle) in SetDacInfo() 187 int32_t AppSpawnClient::SetMountPermission(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle) in SetMountPermission() 201 int32_t AppSpawnClient::SetStartFlags(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle) in SetStartFlags() 254 int32_t AppSpawnClient::AppspawnSetExtMsg(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle) in AppspawnSetExtMsg() 308 int32_t AppSpawnClient::AppspawnSetExtMsgMore(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle) in AppspawnSetExtMsgMore() 356 int32_t AppSpawnClient::AppspawnCreateDefaultMsg(const AppSpawnStartMsg &startMsg, AppSpawnReqMsgHandle reqHandle) in AppspawnCreateDefaultMsg() 419 bool AppSpawnClient::VerifyMsg(const AppSpawnStartMsg &startMsg) in VerifyMsg() 468 int32_t AppSpawnClient::StartProcess(const AppSpawnStartMsg &startMsg, pid_t &pid) in StartProcess() 518 int32_t AppSpawnClient::GetRenderProcessTerminationStatus(const AppSpawnStartMsg &startMsg, int &status) in GetRenderProcessTerminationStatus() 579 int32_t AppSpawnClient::SetIsolationModeFlag(const AppSpawnStartMsg [all...] |
H A D | app_spawn_msg_wrapper.cpp | 79 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 D | app_mgr_service_inner.cpp | 3013 int32_t AppMgrServiceInner::StartPerfProcessByStartMsg(AppSpawnStartMsg &startMsg, in StartPerfProcessByStartMsg() 3062 AppSpawnStartMsg &startMsg) in SetOverlayInfo() 3092 void AppMgrServiceInner::SetAppEnvInfo(const BundleInfo &bundleInfo, AppSpawnStartMsg& startMsg) in SetAppEnvInfo() 3185 const std::shared_ptr<ApplicationInfo> &appInfo, const std::string &processName, AppSpawnStartMsg &startMsg) in CreatNewStartMsg() 3216 void AppMgrServiceInner::SetAtomicServiceInfo(BundleType bundleType, AppSpawnStartMsg &startMsg) in SetAtomicServiceInfo() 3237 void AppMgrServiceInner::SetAppInfo(const BundleInfo &bundleInfo, AppSpawnStartMsg &startMsg) in SetAppInfo() 3276 const BundleInfo &bundleInfo, const int32_t bundleIndex, BundleType bundleType, AppSpawnStartMsg &startMsg, in CreateStartMsg() 3338 const BundleInfo &bundleInfo, AppSpawnStartMsg &startMsg, DataGroupInfoList &dataGroupInfoList, bool strictMode, in QueryExtensionSandBox() 3403 AppSpawnStartMsg startMsg; in StartProcess() 5294 AppSpawnStartMsg startMs in StartRenderProcessImpl() [all...] |
H A D | app_running_record.cpp | 1821 void AppRunningRecord::SetStartMsg(const AppSpawnStartMsg &msg) in SetStartMsg() 1826 AppSpawnStartMsg AppRunningRecord::GetStartMsg() in GetStartMsg()
|
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 223 AppSpawnStartMsg startMsg = {0}; in HWTEST_F() 271 AppSpawnStartMsg startMsg = {0}; in HWTEST_F() 319 AppSpawnStartMsg startMsg = {0}; in HWTEST_F() 367 AppSpawnStartMsg startMsg = {0}; in HWTEST_F() 416 AppSpawnStartMsg startMsg = {0}; in HWTEST_F() 471 AppSpawnStartMsg startMsg = {0}; in HWTEST_F() 521 AppSpawnStartMsg startMsg = {0}; in HWTEST_F() 571 AppSpawnStartMsg startMsg = {0}; in HWTEST_F() 621 AppSpawnStartMsg startMsg = {0}; in HWTEST_F() 667 AppSpawnStartMsg startMs in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/ |
H A D | ams_service_app_spawn_client_test.cpp | 229 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 259 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 285 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 310 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 334 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 359 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 385 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 409 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "", "soPath" }; in HWTEST_F() 439 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "", "" }; in HWTEST_F() 467 AppSpawnStartMsg param in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/ |
H A D | ams_service_app_spawn_client_module_test.cpp | 325 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 358 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", illegalAppName }; in HWTEST_F() 392 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", illegalClsName }; in HWTEST_F() 426 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", illegalFuncName }; in HWTEST_F() 454 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 483 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 509 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 544 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 581 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; in HWTEST_F() 612 AppSpawnStartMsg param in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_spawn_client.h | 31 MOCK_METHOD2(StartProcess, ErrCode(const AppSpawnStartMsg& startMsg, pid_t& pid));
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/ |
H A D | app_mgr_service_inner_tdd_test.cpp | 642 AppSpawnStartMsg startMsg; in HWTEST_F() 676 AppSpawnStartMsg startMsg; in HWTEST_F() 707 AppSpawnStartMsg startMsg; in HWTEST_F() 735 AppSpawnStartMsg startMsg; in HWTEST_F() 756 AppSpawnStartMsg startMsg; in HWTEST_F() 775 AppSpawnStartMsg startMsg; in HWTEST_F() 794 AppSpawnStartMsg startMsg; in HWTEST_F() 813 AppSpawnStartMsg startMsg; in HWTEST_F()
|
/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/ |
H A D | appmgrrest_fuzzer.cpp | 82 AppSpawnStartMsg startMsg; in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/ |
H A D | app_mgr_service_inner_second_test.cpp | 1894 AppSpawnStartMsg startMsg; in HWTEST_F()
|