Home
last modified time | relevance | path

Searched refs:GetNativeLibraryFileNames (Results 1 - 22 of 22) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp341 ErrCode InstalldClient::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() function in OHOS::AppExecFwk::InstalldClient
344 return CallService(&IInstalld::GetNativeLibraryFileNames, filePath, cpuAbi, fileNames); in GetNativeLibraryFileNames()
H A Dmock_installd_host_impl.cpp224 ErrCode InstalldHostImpl::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp223 ErrCode InstalldClient::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp76 int32_t GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi,
215 int32_t BmsInstallDaemonTest::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() function in OHOS::BmsInstallDaemonTest
221 return InstalldClient::GetInstance()->GetNativeLibraryFileNames(filePath, cpuAbi, fileNames); in GetNativeLibraryFileNames()
939 * @tc.name: test the GetNativeLibraryFileNames
940 * @tc.desc: 1. GetNativeLibraryFileNames success
946 auto ret = GetNativeLibraryFileNames(BUNDLE_FILE, apuAbi, fileNames); in HWTEST_F()
H A Dbms_install_daemon_operator_test.cpp1067 * @tc.name: test function of GetNativeLibraryFileNames
1068 * @tc.desc: 1. calling GetNativeLibraryFileNames
1073 bool res = InstalldOperator::GetNativeLibraryFileNames("", "", diffFileNames); in HWTEST_F()
1079 * @tc.name: test function of GetNativeLibraryFileNames
1080 * @tc.desc: 1. calling GetNativeLibraryFileNames
1085 bool res = InstalldOperator::GetNativeLibraryFileNames(TEST_ZIP_PATH, TEST_CPU_ABI, diffFileNames); in HWTEST_F()
H A Dbms_install_daemon_ipc_test.cpp616 * @tc.desc: 1. calling GetNativeLibraryFileNames of proxy
625 auto ret = installdProxy->GetNativeLibraryFileNames("data/test", apuAbi, fileNames); in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp866 auto ret = hostImpl->GetNativeLibraryFileNames(TEST_STRING, TEST_STRING, fileNames); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp401 ErrCode InstalldClient::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() function in OHOS::AppExecFwk::InstalldClient
404 return CallService(&IInstalld::GetNativeLibraryFileNames, filePath, cpuAbi, fileNames); in GetNativeLibraryFileNames()
H A Dbase_bundle_installer.cpp5239 result = InstalldClient::GetInstance()->GetNativeLibraryFileNames(modulePath_, cpuAbi, fileNames); in InnerProcessNativeLibs()
5240 CHECK_RESULT(result, "fail to GetNativeLibraryFileNames, error is %{public}d"); in InnerProcessNativeLibs()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h194 virtual ErrCode GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi,
H A Dinstalld_operator.h240 static bool GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h189 ErrCode GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h340 virtual ErrCode GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h195 virtual ErrCode GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_permission_test.cpp462 * @tc.name: test GetNativeLibraryFileNames
463 * @tc.desc: 1.Test the GetNativeLibraryFileNames of InstalldHostImpl without permission
472 ErrCode ret = installdHostImpl.GetNativeLibraryFileNames(filePath, cpuAbi, fileNames); in HWTEST_F()
H A Dbms_bundle_installer_test.cpp4304 * @tc.name: test GetNativeLibraryFileNames
4305 * @tc.desc: 1.Test the GetNativeLibraryFileNames of InstalldHostImpl
4311 auto ret = impl.GetNativeLibraryFileNames("", "", fileNames); in HWTEST_F()
4314 ret = impl.GetNativeLibraryFileNames("/data/test/xxx.hap", "libs/arm", fileNames); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1239 ErrCode InstalldHostImpl::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() function in OHOS::AppExecFwk::InstalldHostImpl
1250 InstalldOperator::GetNativeLibraryFileNames(filePath, cpuAbi, fileNames); in GetNativeLibraryFileNames()
1378 if (!InstalldOperator::GetNativeLibraryFileNames( in PrepareEntryMap()
H A Dinstalld_operator.cpp1321 bool InstalldOperator::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() function in OHOS::AppExecFwk::InstalldOperator
1338 LOG_D(BMS_TAG_INSTALLD, "InstalldOperator::GetNativeLibraryFileNames end"); in GetNativeLibraryFileNames()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp711 auto result = InstalldClient::GetInstance()->GetNativeLibraryFileNames(bundlePath, cpuAbi, fileNames); in ProcessNativeLibrary()
712 CHECK_RESULT(result, "fail to GetNativeLibraryFileNames, error is %{public}d"); in ProcessNativeLibrary()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp702 auto result = InstalldClient::GetInstance()->GetNativeLibraryFileNames( in ProcessNativeLibrary()
704 CHECK_RESULT(result, "Fail to GetNativeLibraryFileNames, error is %{public}d"); in ProcessNativeLibrary()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp675 ErrCode result = GetNativeLibraryFileNames(filePath, cupAbi, fileNames); in HandGetNativeLibraryFileNames()
H A Dinstalld_proxy.cpp589 ErrCode InstalldProxy::GetNativeLibraryFileNames(const std::string &filePath, const std::string &cpuAbi, in GetNativeLibraryFileNames() function in OHOS::AppExecFwk::InstalldProxy

Completed in 52 milliseconds