Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-dbus-monitor/src/test/templates/
H A Dconditiongentest.mako.hpp8 const std::array<size_t, ${len(graphs)}> callbacks = { variable
H A Dcallbackgentest.mako.hpp13 const std::array<std::tuple<std::string, size_t>, ${len(callbacks)}> callbacks = {{ variable
/openbmc/docs/
H A Danti-patterns.md405 ### Identification
417 ### Description
427 ### Background
434 ### Resolution
/openbmc/qemu/plugins/
H A Dplugin.h58 struct qemu_plugin_cb *callbacks[QEMU_PLUGIN_EV_MAX]; member
/openbmc/qemu/rust/qemu-api/src/
H A Dlib.rs18 pub mod callbacks; module
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js4 …Stored as query-strings."}],modules:[],currentModule:{name:"",tests:[]},callbacks:{}};config.modul… property in config
22 …se;if(config.autostart){resumeProcessing();}}});(function(){var i,l,key,callbacks=["begin","done",… variable
116 …ototype["throws"];}());QUnit.equiv=(function(){function bindCallbacks(o,callbacks,args){var prop=Q… argument
117 …[],getProto=Object.getPrototypeOf||function(obj){return obj.__proto__;},callbacks=(function(){func… function
H A Dtypeahead.jquery.js346 function getFlush(callbacks, context, args) { argument
/openbmc/qemu/system/
H A Dioport.c122 const MemoryRegionPortio *callbacks, in portio_list_init()
/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp266 nghttp2_session_callbacks callbacks; in initializeNghttp2Session() local