Home
last modified time | relevance | path

Searched defs:soPath (Results 1 – 11 of 11) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/include/config/
Ddm_config_manager.h48 std::string soPath; member
58 std::string soPath; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dxcomponent_model_impl.cpp46 void XComponentModelImpl::SetSoPath(const std::string& soPath) in SetSoPath()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
Dxcomponent_model_ng.cpp37 void XComponentModelNG::SetSoPath(const std::string& soPath) in SetSoPath()
Dxcomponent_pattern.h136 void SetSoPath(const std::string& soPath) in SetSoPath()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_xcomponent.cpp142 auto soPath = info[1]->ToString(); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
Dxcomponent_component.h238 void SetSoPath(const std::string& soPath) in SetSoPath()
/foundation/ability/ability_runtime/services/appmgr/include/
Dapp_spawn_msg_wrapper.h39 std::string soPath; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/xcomponent/
Dxcomponent_test_ng.cpp46 std::optional<std::string> soPath = std::nullopt; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dquick_fix_deployer.cpp312 std::string soPath = patchPath + Constants::PATH_SEPARATOR + libraryPath; in ProcessNativeLibraryPath() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_engine.cpp1665 auto soPath = xcPattern->GetSoPath().value_or(""); in FireExternalEvent() local
1753 auto soPath = xcomponent->GetSoPath().value_or(""); in FireExternalEvent() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbase_bundle_installer.cpp2030 bool BaseBundleInstaller::ExtractSoFiles(const std::string &soPath, const std::string &cpuAbi) const in ExtractSoFiles() argument