/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/config/ |
H A D | json_config.h | 32 "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 D | dm_config_manager.h | 48 std::string soPath; member 58 std::string soPath; member
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/config/ |
H A D | dm_config_manager.cpp | 39 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 D | all_connect_manager_test.cpp | 110 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 D | lib_loader.cpp | 25 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 D | xcomponent_model_impl.cpp | 47 void XComponentModelImpl::SetSoPath(const std::string& soPath) in SetSoPath() argument 52 xcomponentComponent->SetSoPath(soPath); in SetSoPath()
|
H A D | xcomponent_model_impl.h | 28 void SetSoPath(const std::string& soPath) override;
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_plugin_manager.cpp | 70 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 D | app_spawn_msg_wrapper.cpp | 119 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 D | xcomponent_component.h | 238 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 D | lib_loader.h | 29 explicit LibLoader(const std::string soPath);
|
/ohos5.0/base/security/security_guard/test/unittest/security_collector/include/ |
H A D | lib_loader.h | 29 explicit LibLoader(const std::string soPath);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 319 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 D | xcomponent_model.h | 59 virtual void SetSoPath(const std::string& soPath) = 0;
|
H A D | xcomponent_pattern.h | 167 void SetSoPath(const std::string& soPath) in SetSoPath() argument 169 soPath_ = soPath; in SetSoPath()
|
H A D | xcomponent_model_ng.h | 47 void SetSoPath(const std::string& soPath) override;
|
H A D | xcomponent_model_ng.cpp | 90 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 D | app_spawn_client.h | 48 std::string soPath; member
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-appspawn.md | 18 | soPath | 即应用程序指定的动态库的路径,最大256字节。 |
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 53 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 D | xcomponent_property_test_ng.cpp | 53 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 D | installd_operator.cpp | 1957 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 D | js_xcomponent.cpp | 253 auto soPath = info[1]->ToString(); in Create() local 254 XComponentModel::GetInstance()->SetSoPath(soPath); in Create()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-appspawn.md | 18 …| 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 D | jsi_declarative_engine.cpp | 2180 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()
|