Searched refs:GetNativeLibPath (Results 1 - 5 of 5) sorted by relevance
/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/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 289 GetNativeLibPath(bundleInfo, hspList, appLibPaths); in InitNativeLib() 419 void ChildMainThread::GetNativeLibPath(const BundleInfo &bundleInfo, const HspList &hspList, in GetNativeLibPath() function in OHOS::AppExecFwk::ChildMainThread
|
H A D | main_thread.cpp | 174 void MainThread::GetNativeLibPath(const BundleInfo &bundleInfo, const HspList &hspList, AppLibPathMap &appLibPaths) in GetNativeLibPath() function in OHOS::AppExecFwk::MainThread 1433 GetNativeLibPath(bundleInfo, hspList, appLibPaths); in HandleLaunchApplication()
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 2273 mainThread_->GetNativeLibPath(bundleInfo, hspList, appLibPaths); in HWTEST_F() 2318 mainThread_->GetNativeLibPath(bundleInfo, hspList, appLibPaths); in HWTEST_F() 2374 mainThread_->GetNativeLibPath(bundleInfo, hspList, appLibPaths); in HWTEST_F() 2434 mainThread_->GetNativeLibPath(bundleInfo, hspList, appLibPaths); in HWTEST_F()
|
Completed in 10 milliseconds