Home
last modified time | relevance | path

Searched refs:soPath (Results 1 - 23 of 23) sorted by relevance

/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
/foundation/communication/ipc/ipc/native/src/core/source/
H A Diremote_broker.cpp71 std::string soPath = GetObjectSoPath(iter->first); in Register() local
72 if (soPath.empty() || (soPath != iter->second)) { in Register()
85 std::string soPath = GetObjectSoPath(reinterpret_cast<uintptr_t>(object)); in Register() local
86 if (soPath.empty()) { in Register()
89 objects_.insert(std::make_pair(reinterpret_cast<uintptr_t>(object), soPath)); in Register()
110 std::string soPath = GetObjectSoPath(iter->first); in Unregister() local
111 if (soPath.empty() || (soPath != iter->second)) { in Unregister()
/foundation/distributedhardware/device_manager/services/implementation/src/config/
H A Ddm_config_manager.cpp30 !IsString(jsonObject, "funcName") || !IsString(jsonObject, "soName") || !IsString(jsonObject, "soPath")) { in from_json()
39 soLoadInfo.soPath = jsonObject["soPath"].get<std::string>(); in from_json()
45 !IsString(jsonObject, "funcName") || !IsString(jsonObject, "soName") || !IsString(jsonObject, "soPath") || 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 in ParseAdapterConfig()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/all_connect/
H A Dall_connect_manager_test.cpp110 char soPath[] = "test.so"; in HWTEST_F() local
114 EXPECT_CALL(*libraryFuncMock_, realpath(_, _)).WillOnce(Return(soPath)); in HWTEST_F()
137 char soPath[] = "test.so"; in HWTEST_F() local
141 EXPECT_CALL(*libraryFuncMock_, realpath(_, _)).WillOnce(Return(soPath)); in HWTEST_F()
478 char soPath[] = "test.so"; in HWTEST_F() local
482 EXPECT_CALL(*libraryFuncMock_, realpath(_, _)).WillOnce(Return(soPath)); in HWTEST_F()
502 char soPath[] = "test.so"; in HWTEST_F() local
506 EXPECT_CALL(*libraryFuncMock_, realpath(_, _)).WillOnce(Return(soPath)); in HWTEST_F()
528 char soPath[] = "test.so"; in HWTEST_F() local
532 EXPECT_CALL(*libraryFuncMock_, realpath(_, _)).WillOnce(Return(soPath)); in HWTEST_F()
555 char soPath[] = "test.so"; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dxcomponent_model_impl.cpp46 void XComponentModelImpl::SetSoPath(const std::string& soPath) in SetSoPath() argument
51 xcomponentComponent->SetSoPath(soPath); in SetSoPath()
H A Dxcomponent_model_impl.h28 void SetSoPath(const std::string& soPath) override;
/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()
/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()
120 TAG_LOGE(AAFwkTag::APPMGR, "transform soPath fail"); in AssembleMsg()
/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) + libraryPath; in PrepareCodeSignatureParam() local
903 codeSignatureParam.targetSoPath = soPath; in PrepareCodeSignatureParam()
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_testtwo_ng.cpp55 std::optional<std::string> soPath = std::nullopt; member
88 g_testProperty.soPath = XCOMPONENT_SO_PATH; in SetUpTestSuite()
108 if (testProperty.soPath.has_value()) { in CreateXComponentNode()
109 XComponentModelNG().SetSoPath(testProperty.soPath.value()); in CreateXComponentNode()
H A Dxcomponent_test_ng.cpp53 std::optional<std::string> soPath = std::nullopt; member
154 testProperty.soPath = XCOMPONENT_SO_PATH; in SetUpTestSuite()
170 if (testProperty.soPath.has_value()) { in CreateXComponentNode()
171 XComponentModelNG().SetSoPath(testProperty.soPath.value()); in CreateXComponentNode()
890 * @tc.desc: Create XComponent, and test XComponent type, id, libraryName, soPath interface.
H A Dxcomponent_property_test_ng.cpp53 std::optional<std::string> soPath = std::nullopt; member
108 testProperty.soPath = XCOMPONENT_SO_PATH; in SetUpTestSuite()
124 if (testProperty.soPath.has_value()) { in CreateXComponentNode()
125 XComponentModelNG().SetSoPath(testProperty.soPath.value()); in CreateXComponentNode()
148 * @tc.desc: Create XComponent, and test XComponent type, id, libraryName, soPath interface.
/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_model_ng.h47 void SetSoPath(const std::string& soPath) override;
H A Dxcomponent_pattern.h167 void SetSoPath(const std::string& soPath) in SetSoPath() argument
169 soPath_ = soPath; in SetSoPath()
H A Dxcomponent_model_ng.cpp99 void XComponentModelNG::SetSoPath(const std::string& soPath) in SetSoPath() argument
109 xcPattern->SetSoPath(soPath); in SetSoPath()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h48 std::string soPath; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1844 std::string soPath = realSoFilesPath + soFileName; in ExtractSoFilesToTmpSoPath() local
1846 soFileName.c_str(), soPath.c_str()); in ExtractSoFilesToTmpSoPath()
1848 if (IsExistFile(soPath)) { in ExtractSoFilesToTmpSoPath()
1852 if ((res = DecryptSoFile(soPath, innerTmpSoPath + soFileName, uid, 0, 0)) != ERR_OK) { in ExtractSoFilesToTmpSoPath()
1854 soPath.c_str(), (innerTmpSoPath + soFileName).c_str()); in ExtractSoFilesToTmpSoPath()
1858 LOG_W(BMS_TAG_INSTALLD, "so file %{public}s is not existed", soPath.c_str()); in ExtractSoFilesToTmpSoPath()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp222 auto soPath = info[1]->ToString(); in Create() local
223 XComponentModel::GetInstance()->SetSoPath(soPath); in Create()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2190 auto soPath = xcPattern->GetSoPath().value_or(""); in FireExternalEvent() local
2195 OH_NATIVE_XCOMPONENT_OBJ, reinterpret_cast<void*>(nativeXComponent.get()), soPath); in FireExternalEvent()
2276 auto soPath = xcomponent->GetSoPath().value_or(""); in FireExternalEvent() local
2281 OH_NATIVE_XCOMPONENT_OBJ, reinterpret_cast<void*>(nativeXComponent_), soPath); in FireExternalEvent()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h629 bool ExtractSoFiles(const std::string &soPath, const std::string &cpuAbi) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2612 bool BaseBundleInstaller::ExtractSoFiles(const std::string &soPath, const std::string &cpuAbi) const in ExtractSoFiles() argument
2617 extractParam.targetPath = soPath; in ExtractSoFiles()

Completed in 35 milliseconds