Home
last modified time | relevance | path

Searched refs:soPath (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/config/
H A Djson_config.h32 "soPath": "/system/lib/"
40 "soPath": "/system/lib/"
55 "soPath": "/system/lib/"
64 "soPath": "/system/lib/"
73 "soPath": "/system/lib/"
82 "soPath": "/system/lib/"
H A Ddm_config_manager.h48 std::string soPath; member
58 std::string soPath; member
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/config/
H A Ddm_config_manager.cpp39 soLoadInfo.soPath = jsonObject["soPath"].get<std::string>(); in from_json()
56 soLoadInfo.soPath = jsonObject["soPath"].get<std::string>(); in from_json()
80 soLoadInfo[i].soPath.size() == 0) { in ParseAdapterConfig()
84 soLoadInfo[i].soPath = std::string(DM_LIB_LOAD_PATH); in ParseAdapterConfig()
91 LOGI("soAdapterLoadInfo soPath is: %{public}s", soLoadInfo[i].soPath.c_str()); in ParseAdapterConfig()
110 soLoadInfo[i].soPath.size() == 0) { in ParseAuthConfig()
114 soLoadInfo[i].soPath = std::string(DM_LIB_LOAD_PATH); in ParseAuthConfig()
121 LOGI("soAuthLoadInfo soPath is: %{public}s", soLoadInfo[i].soPath.c_str()); in ParseAuthConfig()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/all_connect/
H A Dall_connect_manager_test.cpp110 char soPath[] = "test.so"; variable
114 EXPECT_CALL(*libraryFuncMock_, realpath(_, _)).WillOnce(Return(soPath));
137 char soPath[] = "test.so"; variable
141 EXPECT_CALL(*libraryFuncMock_, realpath(_, _)).WillOnce(Return(soPath));
478 char soPath[] = "test.so"; variable
482 EXPECT_CALL(*libraryFuncMock_, realpath(_, _)).WillOnce(Return(soPath));
502 char soPath[] = "test.so"; variable
506 EXPECT_CALL(*libraryFuncMock_, realpath(_, _)).WillOnce(Return(soPath));
528 char soPath[] = "test.so"; variable
532 EXPECT_CALL(*libraryFuncMock_, realpath(_, _)).WillOnce(Return(soPath));
[all …]
/ohos5.0/base/security/security_guard/services/security_collector/src/
H A Dlib_loader.cpp25 LibLoader::LibLoader(const std::string soPath) in LibLoader() argument
26 : m_libPath(soPath) in LibLoader()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dxcomponent_model_impl.cpp47 void XComponentModelImpl::SetSoPath(const std::string& soPath) in SetSoPath() argument
52 xcomponentComponent->SetSoPath(soPath); in SetSoPath()
H A Dxcomponent_model_impl.h28 void SetSoPath(const std::string& soPath) override;
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_plugin_manager.cpp70 std::string soPath = path + libName; in LoaderLib() local
71 libHandle_ = dlopen(soPath.c_str(), RTLD_LAZY); in LoaderLib()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_msg_wrapper.cpp119 if (strcpy_s(msg_->soPath, sizeof(msg_->soPath), startMsg.soPath.c_str()) != EOK) { in AssembleMsg()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h238 void SetSoPath(const std::string& soPath) in SetSoPath() argument
240 soPath_ = soPath; in SetSoPath()
/ohos5.0/base/security/security_guard/services/security_collector/include/
H A Dlib_loader.h29 explicit LibLoader(const std::string soPath);
/ohos5.0/base/security/security_guard/test/unittest/security_collector/include/
H A Dlib_loader.h29 explicit LibLoader(const std::string soPath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp319 std::string soPath = patchPath + ServiceConstants::PATH_SEPARATOR + libraryPath; in ProcessNativeLibraryPath() local
320 if (InstalldClient::GetInstance()->IsExistDir(soPath, isSoExist) != ERR_OK) { in ProcessNativeLibraryPath()
321 … LOG_E(BMS_TAG_DEFAULT, "ProcessNativeLibraryPath IsExistDir(%{public}s) failed", soPath.c_str()); in ProcessNativeLibraryPath()
336 soPath.c_str(), nativeLibraryPath.c_str()); in ProcessNativeLibraryPath()
731 std::string soPath = hqfSoPath + ServiceConstants::PATH_SEPARATOR + libraryPath; in ExtractQuickFixSoFile() local
735 extractParam.targetPath = soPath; in ExtractQuickFixSoFile()
902 …std::string soPath = hqfSoPath.substr(0, hqfSoPath.rfind(ServiceConstants::PATH_SEPARATOR) + 1) + … in PrepareCodeSignatureParam() local
903 codeSignatureParam.targetSoPath = soPath; in PrepareCodeSignatureParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model.h59 virtual void SetSoPath(const std::string& soPath) = 0;
H A Dxcomponent_pattern.h167 void SetSoPath(const std::string& soPath) in SetSoPath() argument
169 soPath_ = soPath; in SetSoPath()
H A Dxcomponent_model_ng.h47 void SetSoPath(const std::string& soPath) override;
H A Dxcomponent_model_ng.cpp90 void XComponentModelNG::SetSoPath(const std::string& soPath) in SetSoPath() argument
100 xcPattern->SetSoPath(soPath); in SetSoPath()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h48 std::string soPath; member
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-appspawn.md18 | soPath | 即应用程序指定的动态库的路径,最大256字节。 |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp53 std::optional<std::string> soPath = std::nullopt; member
162 testProperty.soPath = XCOMPONENT_SO_PATH; in SetUpTestSuite()
178 if (testProperty.soPath.has_value()) { in CreateXComponentNode()
179 XComponentModelNG().SetSoPath(testProperty.soPath.value()); in CreateXComponentNode()
H A Dxcomponent_property_test_ng.cpp53 std::optional<std::string> soPath = std::nullopt; member
107 testProperty.soPath = XCOMPONENT_SO_PATH; in SetUpTestSuite()
123 if (testProperty.soPath.has_value()) { in CreateXComponentNode()
124 XComponentModelNG().SetSoPath(testProperty.soPath.value()); in CreateXComponentNode()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1957 std::string soPath = realSoFilesPath + soFileName; in ExtractSoFilesToTmpSoPath() local
1959 soFileName.c_str(), soPath.c_str()); in ExtractSoFilesToTmpSoPath()
1961 if (IsExistFile(soPath)) { in ExtractSoFilesToTmpSoPath()
1965 if ((res = DecryptSoFile(soPath, innerTmpSoPath + soFileName, uid, 0, 0)) != ERR_OK) { in ExtractSoFilesToTmpSoPath()
1967 soPath.c_str(), (innerTmpSoPath + soFileName).c_str()); in ExtractSoFilesToTmpSoPath()
1971 LOG_W(BMS_TAG_INSTALLD, "so file %{public}s is not existed", soPath.c_str()); in ExtractSoFilesToTmpSoPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp253 auto soPath = info[1]->ToString(); in Create() local
254 XComponentModel::GetInstance()->SetSoPath(soPath); in Create()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-appspawn.md18 …| soPath | Path of the dynamic library specified by the application. The value contains a maximum …
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2180 auto soPath = xcPattern->GetSoPath().value_or(""); in FireExternalEvent() local
2185 OH_NATIVE_XCOMPONENT_OBJ, reinterpret_cast<void*>(nativeXComponent.get()), soPath); in FireExternalEvent()
2266 auto soPath = xcomponent->GetSoPath().value_or(""); in FireExternalEvent() local
2271 OH_NATIVE_XCOMPONENT_OBJ, reinterpret_cast<void*>(nativeXComponent_), soPath); in FireExternalEvent()

12