/openbmc/service-config-manager/src/ |
H A D | srvcfg_manager.cpp | 169 sockAttrIface->set_property(sockAttrPropPort, portNum); in updateSocketProperties() 195 srvCfgIface->set_property(srvCfgPropMasked, unitMaskedState); in updateServiceProperties() 196 srvCfgIface->set_property(srvCfgPropEnabled, unitEnabledState); in updateServiceProperties() 212 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in updateServiceProperties() 574 srvCfgIface->set_property(srvCfgPropEnabled, in registerProperties() 576 srvCfgIface->set_property(srvCfgPropRunning, in registerProperties() 578 srvCfgIface->set_property(srvCfgPropMasked, in registerProperties() 603 srvCfgIface->set_property(srvCfgPropEnabled, unitEnabledState); in registerProperties() 604 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in registerProperties() 628 srvCfgIface->set_property(srvCfgPropEnabled, in registerProperties() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
H A D | 0007-CMakeLists.txt-do-not-use-ccache.patch | 23 - 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/phosphor-state-manager/ |
H A D | obmcutil | 146 function set_property() function 348 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "s" $VALUE 359 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "s" $VALUE 369 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "s" $VALUE 380 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "s" $VALUE 446 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "b" $VALUE 454 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "b" $VALUE 462 set_property "$SERVICE" "$OBJECT" $INTERFACE $PROPERTY "b" $VALUE
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | property.aserver.set.hpp.mako | 12 bool changed = static_cast<Instance*>(this)->set_property( 26 bool changed = static_cast<Instance*>(this)->set_property(
|
H A D | property.client.hpp.mako | 16 return proxy.template set_property<\
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx.py | 52 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/s2600wf-misc/callback-manager/include/ |
H A D | callback_manager.hpp | 66 association->set_property("Associations", result); in setLocalAssociations() 89 sensorAssociation->set_property("Associations", result); in setSensorAssociations()
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | server.hpp | 85 i.set_property(Tag{}, std::forward<Arg>(a)); 92 i.set_property(Tag{}, m, std::forward<Arg>(a));
|
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 260 osIface->set_property("OperatingSystemState", in setOperatingSystemState() 585 chassisSlotIface->set_property("CurrentPowerState", in setSlotPowerState() 587 chassisSlotIface->set_property("LastStateChangeTime", getCurrentTimeMs()); in setSlotPowerState() 615 hostIface->set_property("CurrentHostState", in setPowerState() 618 chassisIface->set_property("CurrentPowerState", in setPowerState() 620 chassisIface->set_property("LastStateChangeTime", getCurrentTimeMs()); in setPowerState() 680 restartCauseIface->set_property("RestartCause", cause); in setRestartCauseProperty() 2056 powerButtonIface->set_property("ButtonPressed", asserted); in powerButtonHandler() 2085 resetButtonIface->set_property("ButtonPressed", asserted); in resetButtonHandler() 2253 nmiButtonIface->set_property("ButtonPressed", asserted); in nmiButtonHandler() [all …]
|
/openbmc/dbus-sensors/src/ |
H A D | sensor.hpp | 444 operationalInterface->set_property("Functional", isFunctional); in markFunctional() 460 availableInterface->set_property("Available", isAvailable); in markAvailable() 536 !(interface->set_property(dbusPropertyName, newValue))) in updateProperty()
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/ |
H A D | 0001-Allow-configuring-flash-image-files-compile-time.patch | 56 +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 D | TachSensor.cpp | 168 itemIface->set_property("Present", !missing); in handleResponse() 274 iface->set_property("Status", state); in update()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pocketsphinx/ |
H A D | 0001-cython-Use-cythyon3-in-cmake-check.patch | 26 set_property(TARGET pocketsphinx PROPERTY POSITION_INDEPENDENT_CODE on)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
H A D | 0001-cmake-Use-GNUInstallDirs.patch | 20 set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
/openbmc/sdbusplus/example/ |
H A D | calculator-aserver.cpp | 50 bool set_property(owner_t, auto owner) in set_property() function in Calculator
|
H A D | coroutine-example.cpp | 64 co_await systemd.set_property(ctx, "Architecture", "arm64"); in startup()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/ |
H A D | default-cxx-std.patch | 8 @@ -46,16 +46,6 @@ set_property(CACHE OTBR_MDNS PROPERTY ST
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/ |
H A D | winpr-makecert-Build-with-install-RPATH.patch | 28 set_property(TARGET ${MODULE_NAME} PROPERTY FOLDER "WinPR/Tools")
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libts/ |
H A D | 0001-Remove-TEE-driver-external-component.patch | 34 set_property(TARGET ${TGT} APPEND PROPERTY PUBLIC_HEADER 37 @@ -17,7 +15,3 @@ set_property(TARGET ${TGT} APPEND PROPERTY PUBLIC_HEADER 219 -set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUEvent.cpp | 341 eventInterface->set_property("functional", true); in updateValue() 371 eventInterface->set_property("functional", false); in updateValue()
|
/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/ |
H A D | 0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch | 34 set_property(TARGET WaylandScannerExe PROPERTY IMPORTED_LOCATION ${WaylandScannerPath})
|
/openbmc/linux/include/drm/ |
H A D | drm_encoder_slave.h | 73 int (*set_property)(struct drm_encoder *encoder, member
|
/openbmc/linux/drivers/power/supply/ |
H A D | rn5t618_power.c | 667 .set_property = rn5t618_battery_set_property, 677 .set_property = rn5t618_adp_set_property, 689 .set_property = rn5t618_usb_set_property,
|
H A D | wilco-charger.c | 163 .set_property = wilco_charge_set_property,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/ |
H A D | 0003-Adapt-check_cxx_compiler_flag-to-cmake-3.0.2.patch | 32 set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|