Home
last modified time | relevance | path

Searched refs:method_name (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dselftest.py26 method_name = "test_unconditional_pass"
34 found_method = search_method(test_module, method_name)
35 self.assertTrue(method_name, msg="Can't find %s method" % method_name)
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py776 def _get_srcrev(d, method_name='sortable_revision'): argument
810 …autoinc, rev = getattr(urldata[scms[0]].method, method_name)(urldata[scms[0]], d, urldata[scms[0]]…
831 autoinc, rev = getattr(ud.method, method_name)(ud, d, ud.name)
852 def get_hashvalue(d, method_name='sortable_revision'): argument
853 pkgv, revs = _get_srcrev(d, method_name=method_name)
856 def get_pkgv_string(d, method_name='sortable_revision'): argument
857 pkgv, revs = _get_srcrev(d, method_name=method_name)
860 def get_srcrev(d, method_name='sortable_revision'): argument
861 pkgv, revs = _get_srcrev(d, method_name=method_name)
/openbmc/boost-dbus/test/
H A Davahi.cpp327 auto method_name = std::string("Get"); in TEST() local
328 auto m = dbus::message::new_call(test_endpoint, method_name); in TEST()
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp41 const string& method_name) { in new_call() argument
44 destination.get_interface().c_str(), method_name.c_str())); in new_call()
H A Dproperties.hpp291 std::string method_name = m.get_member(); in call() local
292 auto method = dbus_methods.find(method_name); in call()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c1440 const gchar *method_name, in _hwmon_skeleton_handle_method_call() argument
1491 …_ERROR_UNKNOWN_METHOD, "Method %s is not implemented on interface %s", method_name, interface_name… in _hwmon_skeleton_handle_method_call()
3352 const gchar *method_name, in _fan_skeleton_handle_method_call() argument
3403 …_ERROR_UNKNOWN_METHOD, "Method %s is not implemented on interface %s", method_name, interface_name… in _fan_skeleton_handle_method_call()
5570 const gchar *method_name, in _sensor_value_skeleton_handle_method_call() argument
5621 …_ERROR_UNKNOWN_METHOD, "Method %s is not implemented on interface %s", method_name, interface_name… in _sensor_value_skeleton_handle_method_call()
7476 const gchar *method_name, in _sensor_threshold_skeleton_handle_method_call() argument
7527 …_ERROR_UNKNOWN_METHOD, "Method %s is not implemented on interface %s", method_name, interface_name… in _sensor_threshold_skeleton_handle_method_call()
8738 const gchar *method_name, in _sensor_i2c_skeleton_handle_method_call() argument
8789 …_ERROR_UNKNOWN_METHOD, "Method %s is not implemented on interface %s", method_name, interface_name… in _sensor_i2c_skeleton_handle_method_call()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch247 logger.exception("Exception while handling %s.%s()", interface_name, method_name)