Home
last modified time | relevance | path

Searched refs:hspList (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_msg_wrapper.cpp46 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 Dapp_spawn_client.cpp137 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 Dapp_mgr_service_inner.cpp3294 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 Dchild_main_thread.cpp281 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 Dmain_thread.cpp174 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 Dchild_main_thread.h57 void GetNativeLibPath(const BundleInfo &bundleInfo, const HspList &hspList, AppLibPathMap &appLibPaths);
H A Dmain_thread.h721 void GetNativeLibPath(const BundleInfo &bundleInfo, const HspList &hspList, AppLibPathMap &appLibPaths);
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp2258 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 Dapp_spawn_client.h63 HspList hspList; // list of harmony shared package member
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_msg_wrapper_test/
H A Dams_service_app_spawn_msg_wrapper_test.cpp398 params.hspList = { in HWTEST()
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/
H A Dams_service_app_spawn_client_test.cpp619 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 Dapp_spawn_client_second_test.cpp320 startMsg.hspList.push_back(bsbi); in HWTEST_F()

Completed in 26 milliseconds