/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | IllegalIcuArgumentException.java | 22 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 D | ICUCloneNotSupportedException.java | 45 public ICUCloneNotSupportedException(Throwable cause) { in ICUCloneNotSupportedException() argument 56 public ICUCloneNotSupportedException(String message, Throwable cause) { in ICUCloneNotSupportedException() argument
|
H A D | ICUInputTooLongException.java | 39 public ICUInputTooLongException(Throwable cause) { in ICUInputTooLongException() argument 50 public ICUInputTooLongException(String message, Throwable cause) { in ICUInputTooLongException() argument
|
H A D | ICUException.java | 43 public ICUException(Throwable cause) { in ICUException() argument 54 public ICUException(String message, Throwable cause) { in ICUException() argument
|
H A D | ICUUncheckedIOException.java | 49 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 D | SkeletonSyntaxException.java | 29 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 D | IllegalIcuArgumentException.java | 24 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 D | InvalidFormatException.java | 24 public InvalidFormatException(Throwable cause) { in InvalidFormatException() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | ICUUncheckedIOException.java | 44 public ICUUncheckedIOException(Throwable cause) { in ICUUncheckedIOException() argument 54 public ICUUncheckedIOException(String message, Throwable cause) { in ICUUncheckedIOException() argument
|
H A D | ICUCloneNotSupportedException.java | 42 public ICUCloneNotSupportedException(Throwable cause) { in ICUCloneNotSupportedException() argument 52 public ICUCloneNotSupportedException(String message, Throwable cause) { in ICUCloneNotSupportedException() argument
|
H A D | ICUException.java | 40 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 D | DescriptorValidationException.cs | 73 internal DescriptorValidationException(IDescriptor problemDescriptor, string description, Exception cause) : in DescriptorValidationException() argument
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_tg_observer_stub.cpp | 64 int cause = data.ReadInt32(); in OnConnectionStateChangedInner() local
|
H A D | bluetooth_a2dp_sink_observer_stub.cpp | 65 int cause = data.ReadInt32(); in OnConnectionStateChangedInner() local 67 OnConnectionStateChanged(RawAddress(addr), state, cause); in OnConnectionStateChangedInner() local
|
H A D | bluetooth_pbap_pse_observer_stub.cpp | 63 int32_t cause = data.ReadInt32();
in OnConnectionStateChangedInner() local
|
H A D | bluetooth_map_mse_observer_stub.cpp | 63 int32_t cause = data.ReadInt32();
in OnConnectionStateChangedInner() local
|
H A D | bluetooth_a2dp_src_observer_stub.cpp | 74 int cause = data.ReadInt32(); in OnConnectionStateChangedInner() local 76 stub->OnConnectionStateChanged(RawAddress(addr), state, cause); in OnConnectionStateChangedInner() local
|
H A D | bluetooth_hfp_ag_observer_stub.cpp | 80 int cause = data.ReadInt32(); in OnConnectionStateChangedInner() local
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hid_host.h | 57 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
|
H A D | bluetooth_pan.h | 57 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
|
H A D | bluetooth_hfp_ag.h | 64 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 D | hi_audit.h | 30 std::string cause; member
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_ag_observer_proxy.cpp | 22 void BluetoothHfpAgObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) in OnConnectionStateChanged() argument
|
/third_party/rust/crates/autocfg/src/ |
H A D | error.rs | 18 fn cause(&self) -> Option<&error::Error> { in cause() functions
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_remote_device_observer.cpp | 37 void NapiBluetoothRemoteDeviceObserver::OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) in OnPairStatusChanged() argument
|