Home
last modified time | relevance | path

Searched refs:cause (Results 176 - 200 of 287) sorted by relevance

12345678910>>...12

/foundation/communication/bluetooth_service/test/unittest/pan/
H A Dpan_test.cpp31 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/key/
H A Dcertificate.js32 cause: error,
/third_party/icu/icu4c/source/tools/genren/
H A Dgenren.pl126 /* Error out before the following defines cause very strange and unexpected code breakage */
/third_party/pulseaudio/src/pulsecore/
H A Dcore.h28 /* This is a bitmask that encodes the cause why a sink/source is
41 PA_SUSPEND_ALL = 0xFFFF /* Magic cause that can be used to resume forcibly */
281 /* Converts the given suspend cause to a string. The string is written to the
283 const char *pa_suspend_cause_to_string(pa_suspend_cause_t cause, char buf[PA_SUSPEND_CAUSE_TO_STRING_BUF_SIZE]);
H A Dsource.h129 /* Callbacks for doing things when the source state and/or suspend cause is
131 * implementation doesn't have anything to do on state or suspend cause
151 * state is set to SUSPENDED and the suspend cause is set to 0. */
394 int pa_source_suspend(pa_source *s, bool suspend, pa_suspend_cause_t cause);
395 int pa_source_suspend_all(pa_core *c, bool suspend, pa_suspend_cause_t cause);
H A Dsink.h128 /* Callbacks for doing things when the sink state and/or suspend cause is
130 * implementation doesn't have anything to do on state or suspend cause
150 * state is set to SUSPENDED and the suspend cause is set to 0. */
467 int pa_sink_suspend(pa_sink *s, bool suspend, pa_suspend_cause_t cause);
468 int pa_sink_suspend_all(pa_core *c, bool suspend, pa_suspend_cause_t cause);
H A Dsource.c385 /* Here's something to think about: what to do with the suspend cause if in source_set_state()
386 * resuming the source fails? The old suspend cause will be incorrect, so we in source_set_state()
387 * can't use that. On the other hand, if we set no suspend cause (as is the in source_set_state()
389 * any cause. It might be a good idea to add a new "resume failed" suspend in source_set_state()
390 * cause, or it might just add unnecessary complexity, given that the in source_set_state()
391 * current approach of not setting any suspend cause works well enough. */ in source_set_state()
406 /* We know the state isn't changing. If the suspend cause isn't in source_set_state()
431 /* We know the state isn't changing. If the suspend cause isn't in source_set_state()
728 /* It's important to keep the suspend cause unchanged when unlinking, in pa_source_unlink()
729 * because if we remove the SESSION suspend cause her in pa_source_unlink()
838 pa_source_suspend(pa_source *s, bool suspend, pa_suspend_cause_t cause) pa_source_suspend() argument
2335 pa_source_suspend_all(pa_core *c, bool suspend, pa_suspend_cause_t cause) pa_source_suspend_all() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genren/
H A Dgenren.pl126 /* Error out before the following defines cause very strange and unexpected code breakage */
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp54 void OnConnectionStateChanged(const RawAddress &rawAddr, int state, int cause) override
56 HILOGD("enter, address: %{public}s, state: %{public}d, cause: %{public}d",
57 GET_ENCRYPT_RAW_ADDR(rawAddr), state, cause);
60 impl_->OnConnectionStateChanged(device, static_cast<int>(state), cause);
447 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged()
449 HILOGI("enter, device: %{public}s, state: %{public}d, cause: %{public}d", in OnConnectionStateChanged()
450 GET_ENCRYPT_ADDR(device), state, cause); in OnConnectionStateChanged()
454 observers_.ForEach([device, state, cause](std::shared_ptr<IObserver> observer) { in OnConnectionStateChanged()
455 observer->OnConnectionStateChanged(device, state, cause); in OnConnectionStateChanged()
/third_party/node/lib/internal/webstreams/
H A Dadapters.js141 const err = new AbortError(undefined, { cause: error });
251 // thrown we don't want those to cause an unhandled
313 // thrown we don't want those to cause an unhandled
345 // thrown we don't want those to cause an unhandled
444 const err = new AbortError(undefined, { cause: error });
530 // thrown we don't want those to cause an unhandled
677 // thrown we don't want those to cause an unhandled
739 // thrown we don't want those to cause an unhandled
774 // thrown we don't want those to cause an unhandled
/third_party/python/Lib/test/test_asyncio/
H A Dtest_timeouts.py278 cause = exc.exception.__cause__
279 assert isinstance(cause, asyncio.CancelledError)
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_pack.c39 invalid_instruction(const bi_instr *I, const char *cause, ...) in invalid_instruction() argument
44 va_start(ap, cause); in invalid_instruction()
45 vfprintf(stderr, cause, ap); in invalid_instruction()
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp34 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp34 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument
H A Dhfp_ag_test.cpp34 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument
/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S33 # these registers and cause this test to fail mysteriously.
/third_party/node/lib/internal/crypto/
H A Daes.js239 { name: 'OperationError', cause: err });
/third_party/node/lib/internal/fs/
H A Drecursive_watch.js267 const onAbort = () => reject(new AbortError(undefined, { cause: signal.reason }));
/third_party/node/lib/internal/streams/
H A Dduplexify.js218 throw new AbortError(undefined, { cause: signal.reason });
/third_party/node/lib/internal/test_runner/reporter/
H A Dspec.js61 const err = error.code === 'ERR_TEST_FAILURE' ? error.cause : error;
/third_party/node/test/parallel/
H A Dtest-vm-module-errors.js160 cause: error,
/third_party/ltp/utils/benchmark/kernbench-0.42/
H A Dkernbench83 echo Maximal loads will not measure cpu throughput and may cause a swapstorm!
/third_party/python/PCbuild/
H A Dfind_msbuild.bat15 @rem case can cause us to break immediately.
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js519 hilog.error(0x3900, 'ComposeTitleBar', `Failed to init fontsizescale info, cause, code: ${z6}, message: ${a7}`);
542 hilog.error(0x3900, 'ComposeTitleBar', `Faild to decideFontScale,cause, code: ${s6}, message: ${t6}`);
1011 hilog.error(0x3900, 'ComposeTitleBar', `Failed to init fontsizescale info, cause, code: ${m2}, message: ${n2}`);
1026 hilog.error(0x3900, 'ComposeTitleBar', `Faild to decideFontScale,cause, code: ${i2}, message: ${j2}`);
/third_party/node/lib/internal/
H A Derrors.js1147 this.cause = error;
1610 this.cause = tokenCausedError;
1631 this.cause = error;
1727 E('ERR_VM_MODULE_LINK_FAILURE', function(message, cause) {
1728 this.cause = cause;

Completed in 20 milliseconds

12345678910>>...12