Searched refs:GetNativeLibPath (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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 &appLibP…
|
H A D | main_thread.h | 739 …void GetNativeLibPath(const BundleInfo &bundleInfo, const HspList &hspList, AppLibPathMap &appLibP…
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 282 GetNativeLibPath(bundleInfo, hspList, appLibPaths); in InitNativeLib() 412 void ChildMainThread::GetNativeLibPath(const BundleInfo &bundleInfo, const HspList &hspList, in GetNativeLibPath() function in OHOS::AppExecFwk::ChildMainThread
|
H A D | main_thread.cpp | 184 void MainThread::GetNativeLibPath(const BundleInfo &bundleInfo, const HspList &hspList, AppLibPathM… in GetNativeLibPath() function in OHOS::AppExecFwk::MainThread 1442 GetNativeLibPath(bundleInfo, hspList, appLibPaths); in HandleLaunchApplication()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 2243 mainThread_->GetNativeLibPath(bundleInfo, hspList, appLibPaths); 2288 mainThread_->GetNativeLibPath(bundleInfo, hspList, appLibPaths); 2344 mainThread_->GetNativeLibPath(bundleInfo, hspList, appLibPaths); 2404 mainThread_->GetNativeLibPath(bundleInfo, hspList, appLibPaths);
|