Home
last modified time | relevance | path

Searched refs:IsNativeSo (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h87 static bool IsNativeSo(const std::string &entryName, const std::string &cpuAbi);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp227 * @tc.desc: 1. calling IsNativeSo of InstalldOperator
233 auto ret = InstalldOperator::IsNativeSo(TEST_STRING, TEST_STRING); in HWTEST_F()
240 * @tc.desc: 1. calling IsNativeSo of InstalldOperator
246 auto ret = InstalldOperator::IsNativeSo(TEST_STRING, TEST_CPU_ABI); in HWTEST_F()
253 * @tc.desc: 1. calling IsNativeSo of InstalldOperator
259 auto ret = InstalldOperator::IsNativeSo(TEST_ERROR_LIB_STRING, TEST_CPU_ABI); in HWTEST_F()
266 * @tc.desc: 1. calling IsNativeSo of InstalldOperator
272 auto ret = InstalldOperator::IsNativeSo(TEST_LIB_STRING, TEST_CPU_ABI); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp395 bool InstalldOperator::IsNativeSo(const std::string &entryName, const std::string &cpuAbi) in IsNativeSo() function in OHOS::AppExecFwk::InstalldOperator
397 LOG_D(BMS_TAG_INSTALLD, "IsNativeSo, entryName : %{public}s", entryName.c_str()); in IsNativeSo()
1519 if (IsNativeSo(entryName, cpuAbi)) { in ObtainNativeSoFile()

Completed in 8 milliseconds