Home
last modified time | relevance | path

Searched defs:cause (Results 26 - 50 of 115) sorted by relevance

12345

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DIllegalIcuArgumentException.java22 public IllegalIcuArgumentException(Throwable cause) { in IllegalIcuArgumentException() argument
26 public IllegalIcuArgumentException(String errorMessage, Throwable cause) { in IllegalIcuArgumentException() argument
31 public synchronized IllegalIcuArgumentException initCause(Throwable cause) { in initCause() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DICUCloneNotSupportedException.java45 public ICUCloneNotSupportedException(Throwable cause) { in ICUCloneNotSupportedException() argument
56 public ICUCloneNotSupportedException(String message, Throwable cause) { in ICUCloneNotSupportedException() argument
H A DICUInputTooLongException.java39 public ICUInputTooLongException(Throwable cause) { in ICUInputTooLongException() argument
50 public ICUInputTooLongException(String message, Throwable cause) { in ICUInputTooLongException() argument
H A DICUException.java43 public ICUException(Throwable cause) { in ICUException() argument
54 public ICUException(String message, Throwable cause) { in ICUException() argument
H A DICUUncheckedIOException.java49 public ICUUncheckedIOException(Throwable cause) { in ICUUncheckedIOException() argument
60 public ICUUncheckedIOException(String message, Throwable cause) { in ICUUncheckedIOException() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DSkeletonSyntaxException.java29 public SkeletonSyntaxException(String message, CharSequence token, Throwable cause) { in SkeletonSyntaxException() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DIllegalIcuArgumentException.java24 public IllegalIcuArgumentException(Throwable cause) { in IllegalIcuArgumentException() argument
28 public IllegalIcuArgumentException(String errorMessage, Throwable cause) { in IllegalIcuArgumentException() argument
33 public synchronized IllegalIcuArgumentException initCause(Throwable cause) { in initCause() argument
H A DInvalidFormatException.java24 public InvalidFormatException(Throwable cause) { in InvalidFormatException() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DICUUncheckedIOException.java44 public ICUUncheckedIOException(Throwable cause) { in ICUUncheckedIOException() argument
54 public ICUUncheckedIOException(String message, Throwable cause) { in ICUUncheckedIOException() argument
H A DICUCloneNotSupportedException.java42 public ICUCloneNotSupportedException(Throwable cause) { in ICUCloneNotSupportedException() argument
52 public ICUCloneNotSupportedException(String message, Throwable cause) { in ICUCloneNotSupportedException() argument
H A DICUException.java40 public ICUException(Throwable cause) { in ICUException() argument
50 public ICUException(String message, Throwable cause) { in ICUException() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorValidationException.cs73 internal DescriptorValidationException(IDescriptor problemDescriptor, string description, Exception cause) : in DescriptorValidationException() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_tg_observer_stub.cpp64 int cause = data.ReadInt32(); in OnConnectionStateChangedInner() local
H A Dbluetooth_a2dp_sink_observer_stub.cpp65 int cause = data.ReadInt32(); in OnConnectionStateChangedInner() local
67 OnConnectionStateChanged(RawAddress(addr), state, cause); in OnConnectionStateChangedInner() local
H A Dbluetooth_pbap_pse_observer_stub.cpp63 int32_t cause = data.ReadInt32(); in OnConnectionStateChangedInner() local
H A Dbluetooth_map_mse_observer_stub.cpp63 int32_t cause = data.ReadInt32(); in OnConnectionStateChangedInner() local
H A Dbluetooth_a2dp_src_observer_stub.cpp74 int cause = data.ReadInt32(); in OnConnectionStateChangedInner() local
76 stub->OnConnectionStateChanged(RawAddress(addr), state, cause); in OnConnectionStateChangedInner() local
H A Dbluetooth_hfp_ag_observer_stub.cpp80 int cause = data.ReadInt32(); in OnConnectionStateChangedInner() local
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hid_host.h57 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
H A Dbluetooth_pan.h57 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
H A Dbluetooth_hfp_ag.h64 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) in OnConnectionStateChanged() argument
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dhi_audit.h30 std::string cause; member
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_observer_proxy.cpp22 void BluetoothHfpAgObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) in OnConnectionStateChanged() argument
/third_party/rust/crates/autocfg/src/
H A Derror.rs18 fn cause(&self) -> Option<&error::Error> { in cause() functions
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_remote_device_observer.cpp37 void NapiBluetoothRemoteDeviceObserver::OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) in OnPairStatusChanged() argument

Completed in 7 milliseconds

12345