| /foundation/communication/bluetooth/frameworks/cj/connection/src/ |
| H A D | bluetooth_connection_callback.cpp | 103 OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) OnPairStatusChanged() argument
|
| /foundation/communication/bluetooth_service/test/unittest/avrcp/ |
| H A D | avrcp_ct_test.cpp | 31 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument
|
| /foundation/communication/bluetooth_service/test/unittest/a2dp/ |
| H A D | a2dp_src_test.cpp | 35 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument
|
| /foundation/communication/bluetooth_service/test/unittest/hfp/ |
| H A D | hfp_hf_test.cpp | 34 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | accounting.c | 269 int cause = sta->acct_terminate_cause; in accounting_sta_report() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | accounting.c | 269 int cause = sta->acct_terminate_cause; in accounting_sta_report() local
|
| /base/telephony/cellular_data/services/src/apn_manager/ |
| H A D | apn_holder.cpp | 51 int64_t ApnHolder::GetRetryDelay(int32_t cause, int32_t suggestTime, RetryScene scene, int32_t slotId) in GetRetryDelay() argument
|
| H A D | connection_retry_policy.cpp | 98 int64_t ConnectionRetryPolicy::GetNextRetryDelay(std::string apnType, int32_t cause, int64_t suggestTime, in GetNextRetryDelay() argument
|
| /base/telephony/sms_mms/services/sms/satellite_service_interaction/src/ |
| H A D | satellite_sms_client.cpp | 297 int32_t SatelliteSmsClient::SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause) in SendSmsAck() argument
|
| /foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/ |
| H A D | networkshare_tracker_test.cpp | 762 int32_t cause = 0; in HWTEST_F() local
|
| /third_party/backends/backend/ |
| H A D | epsonds-cmd.c | 1008 char *cause = token + 3 + 4; /* OPN, PJ, PE, ERR, LTF, LOCK, DFED, DTCL, AUT, PERM */ in img_cb() local [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | card.c | 429 int pa_card_suspend(pa_card *c, bool suspend, pa_suspend_cause_t cause) { in pa_card_suspend() argument
|
| /base/telephony/cellular_call/services/common/src/ |
| H A D | cellular_call_hisysevent.cpp | 68 void CellularCallHiSysEvent::WriteCallEndBehaviorEvent(const int32_t slotId, const int32_t cause) in WriteCallEndBehaviorEvent() argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
| H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 21 void BluetoothAvrcpCtObserverProxy::OnConnectionStateChanged(const RawAddress &rawAddr, int state, int cause) in OnConnectionStateChanged() argument
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| H A D | va_pack.c | 39 invalid_instruction(const bi_instr *I, const char *cause, ...) in invalid_instruction() argument
|
| /base/telephony/core_service/services/tel_ril/src/ |
| H A D | tel_ril_sms.cpp | 105 int32_t TelRilSms::SendSmsAck(bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &response) in SendSmsAck() argument
|
| /base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
| H A D | zero_branch3_test.cpp | 391 int32_t cause = 1; in HWTEST_F() local
|
| /base/telephony/cellular_call/test/unittest/imstest/ |
| H A D | zero_branch_test.cpp | 517 int32_t cause = 0; in HWTEST_F() local
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
| H A D | bluetooth_avrcp_ct_observer_stub.cpp | 139 int cause = data.ReadInt32(); in OnConnectionStateChangedInner() local 141 stub->OnConnectionStateChanged(RawAddress(addr), state, cause); in OnConnectionStateChangedInner() local
|
| /foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
| H A D | audio_bluetooth_manager.cpp | 309 void AudioA2dpListener::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument 667 void AudioHfpListener::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
|
| /foundation/communication/nfc/services/src/tag/ |
| H A D | bt_connection_manager.cpp | 783 OnPairStatusChanged(const Bluetooth::BluetoothRemoteDevice &device, int status, int cause) OnPairStatusChanged() argument 837 OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, int32_t state, int32_t cause) OnConnectionStateChanged() argument 846 OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, int32_t state, int32_t cause) OnConnectionStateChanged() argument 855 OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, int state, int cause) OnConnectionStateChanged() argument
|
| /third_party/rust/crates/glob/src/ |
| H A D | lib.rs | 302 fn cause(&self) -> Option<&Error> { in cause() functions
|
| /base/telephony/cellular_call/services/utils/src/ |
| H A D | cellular_call_supplement.cpp | 229 int32_t cause = ObtainCause(mmiData.serviceCode); in HandleCallTransfer() local 349 void CellularCallSupplement::HandleGetCallTransfer(int32_t slotId, int32_t cause) in HandleGetCallTransfer() argument 374 void CellularCallSupplement::HandleSetCallTransfer(int32_t slotId, int32_t serviceCode, int32_t cause, in HandleSetCallTransfer() argument [all...] |
| /foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
| H A D | napi_bluetooth_utils.cpp | 209 void ConvertStateChangeParamToJS(napi_env env, napi_value result, const std::string &device, int state, int cause) in ConvertStateChangeParamToJS() argument
|
| /foundation/communication/netmanager_ext/services/networksharemanager/src/ |
| H A D | networkshare_tracker.cpp | 174 OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, int state, int cause) OnConnectionStateChanged() argument
|