Searched refs:IsNativeSo (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 87 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 D | bms_install_daemon_operator_test.cpp | 227 * @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 D | installd_operator.cpp | 395 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 9 milliseconds