Home
last modified time | relevance | path

Searched refs:set_property (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0006-CMakeLists.txt-do-not-use-ccache.patch23 - set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
24 - set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
29 +# set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
30 +# set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaPcieInterface.cpp134 pcieDeviceInterface->set_property( in processResponse()
140 pcieDeviceInterface->set_property( in processResponse()
147 pcieDeviceInterface->set_property( in processResponse()
153 pcieDeviceInterface->set_property( in processResponse()
H A DNvidiaPciePort.cpp164 pciePortInterface->set_property( in processResponse()
167 pciePortInterface->set_property( in processResponse()
H A DNvidiaGpuPowerPeakReading.cpp99 telemetryReportInterface->set_property("Readings", readings); in processResponse()
H A DNvidiaDriverInformation.cpp95 versionInterface->set_property("Version", driverVersion); in processResponse()
/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp174 sockAttrIface->set_property(sockAttrPropPort, portNum); in updateSocketProperties()
200 srvCfgIface->set_property(srvCfgPropMasked, unitMaskedState); in updateServiceProperties()
201 srvCfgIface->set_property(srvCfgPropEnabled, unitEnabledState); in updateServiceProperties()
217 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in updateServiceProperties()
694 srvCfgIface->set_property(srvCfgPropEnabled, in registerProperties()
696 srvCfgIface->set_property(srvCfgPropRunning, in registerProperties()
698 srvCfgIface->set_property(srvCfgPropMasked, in registerProperties()
723 srvCfgIface->set_property(srvCfgPropEnabled, unitEnabledState); in registerProperties()
724 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in registerProperties()
748 srvCfgIface->set_property(srvCfgPropEnabled, in registerProperties()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0014-cmake-Fix-configure-for-packages-using-find_package.patch49 - set_property(GLOBAL APPEND PROPERTY CLANG_EXPORTS ${name})
71 - set_property(GLOBAL APPEND PROPERTY ${project_upper}_EXPORTS ${name})
90 - set_property(GLOBAL APPEND PROPERTY LLVM_EXPORTS ${name})
92 set_property(GLOBAL APPEND PROPERTY LLVM_EXPORTS_BUILDTREE_ONLY ${name})
115 - set_property(GLOBAL APPEND PROPERTY ${export_upper}_EXPORTS ${target})
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dproperty.aserver.set.hpp.mako12 bool changed = static_cast<Instance*>(this)->set_property(
26 bool changed = static_cast<Instance*>(this)->set_property(
H A Dproperty.client.hpp.mako16 return proxy.template set_property<\
/openbmc/s2600wf-misc/subprojects/callback-manager/include/
H A Dcallback_manager.hpp66 association->set_property("Associations", result); in setLocalAssociations()
89 sensorAssociation->set_property("Associations", result); in setSensorAssociations()
/openbmc/s2600wf-misc/callback-manager/include/
H A Dcallback_manager.hpp66 association->set_property("Associations", result); in setLocalAssociations()
89 sensorAssociation->set_property("Associations", result); in setSensorAssociations()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx.py52 def set_property(self, attrs, name): member in _String
77 def set_property(self, attrs, name): member in _Object
104 def set_property(self, attrs, name): member in _ListProperty
152 prop.set_property(attrs, key)
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dserver.hpp92 i.set_property(Tag{}, std::forward<Arg>(a));
99 i.set_property(Tag{}, m, std::forward<Arg>(a));
/openbmc/phosphor-state-manager/
H A Dobmcutil199 function set_property() function
244 set_property "$service" "$object" "$interface" "$property" "s" "$value"
258 set_property "$service" "$object_path" "$interface" "$property" "$type" "$value"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pocketsphinx/
H A D0001-cython-Use-cythyon3-in-cmake-check.patch26 set_property(TARGET pocketsphinx PROPERTY POSITION_INDEPENDENT_CODE on)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D0001-cmake-Use-GNUInstallDirs.patch20 set_property(GLOBAL PROPERTY USE_FOLDERS ON)
/openbmc/sdbusplus/example/
H A Dcalculator-aserver.cpp50 bool set_property(owner_t, auto owner) in set_property() function in Calculator
H A Dcoroutine-example.cpp64 co_await systemd.set_property(ctx, "Architecture", "arm64"); in startup()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/
H A Ddefault-cxx-std.patch8 @@ -46,16 +46,6 @@ set_property(CACHE OTBR_MDNS PROPERTY ST
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/
H A Dwinpr-makecert-Build-with-install-RPATH.patch28 set_property(TARGET ${MODULE_NAME} PROPERTY FOLDER "WinPR/Tools")
/openbmc/x86-power-control/src/
H A Dpower_control.cpp263 osIface->set_property("OperatingSystemState", in setOperatingSystemState()
550 chassisSlotIface->set_property("CurrentPowerState", in setSlotPowerState()
552 chassisSlotIface->set_property("LastStateChangeTime", getCurrentTimeMs()); in setSlotPowerState()
580 hostIface->set_property("CurrentHostState", in setPowerState()
583 chassisIface->set_property("CurrentPowerState", in setPowerState()
585 chassisIface->set_property("LastStateChangeTime", getCurrentTimeMs()); in setPowerState()
641 restartCauseIface->set_property("RestartCause", cause); in setRestartCauseProperty()
2019 powerButtonIface->set_property("ButtonPressed", asserted); in powerButtonHandler()
2048 resetButtonIface->set_property("ButtonPressed", asserted); in resetButtonHandler()
2216 nmiButtonIface->set_property("ButtonPressed", asserted); in nmiButtonHandler()
[all …]
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/
H A D0001-Allow-configuring-flash-image-files-compile-time.patch56 +set_property(SOURCE "${CMAKE_CURRENT_LIST_DIR}/block_store_factory.c" APPEND PROPERTY COMPILE_DEFI…
95 +set_property(SOURCE "${CMAKE_CURRENT_LIST_DIR}/block_store_factory.c" APPEND PROPERTY COMPILE_DEFI…
/openbmc/dbus-sensors/src/fan/
H A DTachSensor.cpp168 itemIface->set_property("Present", !missing); in handleResponse()
274 iface->set_property("Status", state); in update()
/openbmc/dbus-sensors/src/
H A Dsensor.hpp451 operationalInterface->set_property("Functional", isFunctional); in markFunctional()
467 availableInterface->set_property("Available", isAvailable); in markAvailable()
543 !(interface->set_property(dbusPropertyName, newValue))) in updateProperty()
/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/
H A D0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch34 set_property(TARGET WaylandScannerExe PROPERTY IMPORTED_LOCATION ${WaylandScannerPath})

12