Home
last modified time | relevance | path

Searched defs:cause (Results 51 - 75 of 128) sorted by relevance

123456

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
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
H A Dbluetooth_ble_peripheral_observer_stub.cpp86 const int32_t cause = static_cast<int32_t>(data.ReadInt32()); in OnPairStatusChangedInner() local
H A Dbluetooth_hfp_hf_observer_stub.cpp92 int cause = data.ReadInt32(); in OnConnectionStateChangedInner() local
H A Dbluetooth_remote_device_observer_stub.cpp100 int32_t cause = data.ReadInt32(); in OnPairStatusChangedInner() local
/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
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_peripheral_observer_proxy.cpp63 OnPairStatusChanged( const int32_t transport, const BluetoothRawAddress &device, int status, int cause) OnPairStatusChanged() argument
H A Dbluetooth_hfp_hf_observer_proxy.cpp21 void BluetoothHfpHfObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) in OnConnectionStateChanged() argument
H A Dbluetooth_a2dp_src_observer_proxy.cpp21 void BluetoothA2dpSrcObserverProxy::OnConnectionStateChanged(const RawAddress &device, int state, int cause) in OnConnectionStateChanged() argument
H A Dbluetooth_remote_device_observer_proxy.cpp28 OnPairStatusChanged( const int32_t transport, const BluetoothRawAddress &device, int32_t status, int32_t cause) OnPairStatusChanged() argument
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h81 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
H A Dbluetooth_hfp_hf.h64 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_ffi.h39 int32_t cause; member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dhi_audit.h31 std::string cause; member
/foundation/filemanagement/app_file_service/utils/include/b_hiaudit/
H A Dhi_audit.h38 std::string cause; member
/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/a2dp/
H A Da2dp_snk_test.cpp34 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_ag_test.cpp34 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument
/foundation/communication/bluetooth_service/test/unittest/hid/
H A Dhid_host_test.cpp32 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument
/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mse_test.cpp33 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument
/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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestDataModule.java57 public DataModuleFormatError(String msg, Throwable cause){ in DataModuleFormatError() argument
60 public DataModuleFormatError(Throwable cause) { in DataModuleFormatError() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestDataModule.java56 public DataModuleFormatError(String msg, Throwable cause){ in DataModuleFormatError() argument
59 public DataModuleFormatError(Throwable cause) { in DataModuleFormatError() argument
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_connection.cpp193 OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, int32_t state, int32_t cause) OnConnectionStateChanged() argument
/base/telephony/cellular_data/services/src/state_machine/
H A Dactive.cpp167 int32_t cause = static_cast<int32_t>(stateMachine->cause_); in ProcessLostConnection() local

Completed in 10 milliseconds

123456