/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_msg_wrapper.cpp | 46 static std::string DumpToJson(const HspList &hspList) in DumpToJson() argument 49 for (auto& hsp : hspList) { in DumpToJson() 156 if (!startMsg.hspList.empty()) { in BuildExtraInfo() 157 extraInfoStr_ += HSPLIST_SOCKET_TYPE + DumpToJson(startMsg.hspList) + in BuildExtraInfo()
|
H A D | app_spawn_client.cpp | 137 static std::string DumpHspListToJson(const HspList &hspList) in DumpHspListToJson() argument 140 for (auto& hsp : hspList) { in DumpHspListToJson() 263 if (!startMsg.hspList.empty()) { in AppspawnSetExtMsg() 265 DumpHspListToJson(startMsg.hspList).c_str()); in AppspawnSetExtMsg()
|
H A D | app_mgr_service_inner.cpp | 3294 HspList hspList; in CreateStartMsg() local 3295 auto ret = bundleMgrHelper->GetBaseSharedBundleInfos(bundleInfo.name, hspList, in CreateStartMsg() 3301 startMsg.hspList = hspList; in CreateStartMsg() 3456 SetRunningSharedBundleList(bundleName, startMsg.hspList); in StartProcess()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 281 HspList hspList; in InitNativeLib() local 282 ErrCode ret = DelayedSingleton<BundleMgrHelper>::GetInstance()->GetBaseSharedBundleInfos(bundleInfo.name, hspList, in InitNativeLib() 289 GetNativeLibPath(bundleInfo, hspList, appLibPaths); in InitNativeLib() 419 void ChildMainThread::GetNativeLibPath(const BundleInfo &bundleInfo, const HspList &hspList, in GetNativeLibPath() argument 440 for (auto &hspInfo : hspList) { in GetNativeLibPath()
|
H A D | main_thread.cpp | 174 void MainThread::GetNativeLibPath(const BundleInfo &bundleInfo, const HspList &hspList, AppLibPathMap &appLibPaths) in GetNativeLibPath() argument 204 for (auto &hspInfo : hspList) { in GetNativeLibPath() 1420 HspList hspList; in HandleLaunchApplication() local 1421 ErrCode ret = bundleMgrHelper->GetBaseSharedBundleInfos(appInfo.bundleName, hspList, in HandleLaunchApplication() 1433 GetNativeLibPath(bundleInfo, hspList, appLibPaths); in HandleLaunchApplication()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | child_main_thread.h | 57 void GetNativeLibPath(const BundleInfo &bundleInfo, const HspList &hspList, AppLibPathMap &appLibPaths);
|
H A D | main_thread.h | 721 void GetNativeLibPath(const BundleInfo &bundleInfo, const HspList &hspList, AppLibPathMap &appLibPaths);
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 2258 HspList hspList; in HWTEST_F() local 2271 hspList.emplace_back(hspInfo1); in HWTEST_F() 2273 mainThread_->GetNativeLibPath(bundleInfo, hspList, appLibPaths); in HWTEST_F() 2289 HspList hspList; in HWTEST_F() local 2316 hspList.emplace_back(hspInfo1); in HWTEST_F() 2318 mainThread_->GetNativeLibPath(bundleInfo, hspList, appLibPaths); in HWTEST_F() 2342 HspList hspList; in HWTEST_F() local 2372 hspList.emplace_back(hspInfo1); in HWTEST_F() 2374 mainThread_->GetNativeLibPath(bundleInfo, hspList, appLibPaths); in HWTEST_F() 2402 HspList hspList; in HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_spawn_client.h | 63 HspList hspList; // list of harmony shared package member
|
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_msg_wrapper_test/ |
H A D | ams_service_app_spawn_msg_wrapper_test.cpp | 398 params.hspList = { in HWTEST()
|
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/ |
H A D | ams_service_app_spawn_client_test.cpp | 619 params.hspList = { in HWTEST_F() 656 params.hspList.emplace_back(hsp); in HWTEST_F() 694 params.hspList.emplace_back(hsp); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_second_test/ |
H A D | app_spawn_client_second_test.cpp | 320 startMsg.hspList.push_back(bsbi); in HWTEST_F()
|