Home
last modified time | relevance | path

Searched full:emit (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/
H A DPhysical.interface.yaml21 Color that the LED can emit.
46 Possible colors that the LED can emit.
53 LED can emit Red color.
56 LED can emit Green color.
59 LED can emit Blue color.
62 LED can emit Yellow color.
/openbmc/webui-vue/src/
H A DeventBus.js17 $emit: emitter.emit,
22 emit: emitter.emit,
/openbmc/u-boot/lib/
H A Dslre.c177 emit(struct slre *r, int code) in emit() function
202 emit(r, EXACT); in exact()
203 emit(r, old_data_size); in exact()
204 emit(r, r->data_size - old_data_size); in exact()
256 emit(r, op); in anyof()
257 emit(r, old_data_size); in anyof()
258 emit(r, r->data_size - old_data_size); in anyof()
282 emit(r, END); in relocate()
292 emit(r, EXACT); in quantifier()
293 emit(r, r->code[prev + 1] + r->code[prev + 2]); in quantifier()
[all …]
/openbmc/webui-vue/src/components/Mixins/
H A DLoadingBarMixin.js6 require('@/eventBus').default.$emit('loader-start');
10 require('@/eventBus').default.$emit('loader-end');
14 require('@/eventBus').default.$emit('loader-hide');
/openbmc/webui-vue/tests/unit/
H A DAppNavigation.spec.js40 it('Nav Overlay click should emit change-is-navigation-open event', async () => {
51 rootWrapper.vm.$emit('toggle-navigation');
53 rootWrapper.vm.$emit('toggle-navigation');
H A DAppHeader.spec.js43 it('refresh button click should emit refresh event', async () => {
49 it('nav-trigger button click should emit toggle-navigation event', async () => {
64 rootWrapper.vm.$emit('change-is-navigation-open', false);
/openbmc/qemu/qobject/
H A Djson-streamer.c99 parser->emit(parser->opaque, json, err); in json_message_process_token()
103 void (*emit)(void *opaque, QObject *json, in json_message_parser_init()
107 parser->emit = emit; in json_message_parser_init()
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c250 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree() argument
261 emit->beginnode(etarget, tree->labels); in flatten_tree()
264 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
266 emit->string(etarget, tree->name, 0); in flatten_tree()
268 emit->align(etarget, sizeof(cell_t)); in flatten_tree()
278 emit->property(etarget, prop->labels); in flatten_tree()
279 emit->cell(etarget, prop->val.len); in flatten_tree()
280 emit->cell(etarget, nameoff); in flatten_tree()
283 emit->align(etarget, 8); in flatten_tree()
285 emit->data(etarget, prop->val); in flatten_tree()
[all …]
/openbmc/phosphor-webui/app/common/components/table/
H A Dtable.html6 emit-action="$ctrl.onEmitBatchAction(action)"
7 emit-close="$ctrl.onToolbarClose()"
28 emit-change="$ctrl.onHeaderSelectChange(checked)">
90 emit-change="$ctrl.onRowSelectChange($index)">
104 emit-action="$ctrl.onEmitRowAction(action, row)">
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.prototype.hpp.mako2 ### Emit 'header'
24 ### Emit 'callback-header'
32 ### Emit 'callback-cpp'
H A Dsignal.prototype.hpp.mako20 ### Emit 'header'
36 ### Emit 'callback-cpp'
/openbmc/qemu/include/qobject/
H A Djson-parser.h24 void (*emit)(void *opaque, QObject *json, Error *err); member
35 void (*emit)(void *opaque, QObject *json,
/openbmc/webui-vue/tests/unit/Global/
H A DSearch.spec.js13 it('should emit change-search on triggering onChangeInput', () => {
17 it('should emit clear-search on triggering onClearSearch', async () => {
/openbmc/webui-vue/src/views/Settings/Network/
H A DModalDns.vue100 this.$emit('ok', [this.form.staticDns]);
111 this.$emit('update:modelValue', false);
112 this.$emit('hidden');
H A DModalMacAddress.vue113 this.$emit('ok', { MACAddress: this.form.macAddress });
124 this.$emit('update:modelValue', false);
125 this.$emit('hidden');
H A DModalHostname.vue114 this.$emit('ok', { HostName: this.form.hostname });
125 this.$emit('update:modelValue', false);
126 this.$emit('hidden');
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.html31 emit-row-action="onEmitRowAction(value)"
32 emit-batch-action="onEmitBatchAction(value)"
/openbmc/phosphor-buttons/src/
H A DdebugHostSelector_button.cpp56 // emit pressed signal in handleEvent()
63 // emit released signal in handleEvent()
/openbmc/u-boot/arch/arm/include/asm/
H A Dopcodes.h174 * __inst_arm(x): emit the specified ARM opcode
175 * __inst_thumb16(x): emit the specified 16-bit Thumb opcode
176 * __inst_thumb32(x): emit the specified 32-bit Thumb opcode
178 * __inst_arm_thumb16(arm, thumb): emit either the specified arm or
182 * __inst_arm_thumb32(arm, thumb): emit either the specified arm or
H A Dboot0-linux-kernel-header.h24 * Emit a 64-bit absolute little endian symbol reference in a way that
27 * must emit the lo32/hi32 halves individually.
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_interface.hpp36 * Emit the power good signal
41 * Emit the power lost signal
46 * Emit the property changed signal
/openbmc/u-boot/arch/riscv/
H A DKconfig87 bool "Emit compressed instructions"
90 Adds "C" to the ISA subsets that the toolchain is allowed to emit
/openbmc/phosphor-webui/app/common/services/
H A DapiInterceptor.js42 $rootScope.$emit('timedout-user', {});
52 $rootScope.$emit('timedout-user', {});
/openbmc/phosphor-dbus-monitor/src/
H A Devent_entry.hpp52 // Emit deferred signal. in Entry()
57 * timestamp, caller should make a call to emit added signal.
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-1981.patch4 Subject: [PATCH] Emit error if requested service is not found
7 value and emit error instead of passing NULL pointer to reply.

12345678910>>...14