/base/iothardware/peripheral/interfaces/inner_api/ |
H A D | reset.h | 47 * @param cause Indicates the reboot cause.
51 void RebootDevice(unsigned int cause);
|
/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | connection_retry_policy.cpp | 98 int64_t ConnectionRetryPolicy::GetNextRetryDelay(std::string apnType, int32_t cause, int64_t suggestTime, in GetNextRetryDelay() argument 112 TELEPHONY_EXT_WRAPPER.dataEndRetryStrategy_(retryDelay, cause, suggestTime, maxCount_, slotId); in GetNextRetryDelay() 118 TELEPHONY_LOGI("%{public}s: cause=%{public}d, suggestTime=%{public}lld, tryCnt=%{public}d, delay=%{public}lld", in GetNextRetryDelay() 119 apnType.c_str(), cause, static_cast<long long>(suggestTime), tryCount_, static_cast<long long>(retryDelay)); in GetNextRetryDelay() 166 TELEPHONY_LOGI("retry for DS cause=%{public}d", reason); in ConvertPdpErrorToDisconnReason()
|
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 53 return retryPolicy_.GetNextRetryDelay(apnType_, cause, suggestTime, scene, slotId); in GetRetryDelay()
|
/base/telephony/sms_mms/interfaces/innerkits/satellite/ |
H A D | i_satellite_sms_service.h | 81 * @param cause 84 virtual int32_t SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause) = 0;
|
/base/telephony/sms_mms/services/sms/include/satellite/ |
H A D | satellite_sms_proxy.h | 33 int32_t SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause) override;
|
H A D | satellite_sms_client.h | 47 int32_t SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause);
|
/base/telephony/cellular_data/services/include/apn_manager/ |
H A D | connection_retry_policy.h | 40 int64_t GetNextRetryDelay(std::string apnType, int32_t cause, int64_t suggestTime, RetryScene scene,
|
H A D | apn_holder.h | 43 int64_t GetRetryDelay(int32_t cause, int32_t suggestTime, RetryScene scene, int32_t slotId);
|
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | active.cpp | 167 int32_t cause = static_cast<int32_t>(stateMachine->cause_); in ProcessLostConnection() local 169 TELEPHONY_LOGI("cause%{private}d:, slotId%{public}d", cause, slotId); in ProcessLostConnection() 170 TELEPHONY_EXT_WRAPPER.dataEndSelfCure_(cause, slotId); in ProcessLostConnection()
|
/base/telephony/call_manager/services/bluetooth/include/ |
H A D | bluetooth_connection.h | 60 int32_t state, int32_t cause) override;
|
/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 534 * @param cause the call transfer type 536 void HandleGetCallTransfer(int32_t slotId, int32_t cause); 543 * @param cause the call transfer type 547 void HandleSetCallTransfer(int32_t slotId, int32_t serviceCode, int32_t cause, const std::string &phoneNumber,
|
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/ |
H A D | satellite_sms_proxy.cpp | 203 int32_t SatelliteSmsProxy::SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause) in SendSmsAck() argument 223 if (!data.WriteInt32(cause)) { in SendSmsAck()
|
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 304 return proxy->SendSmsAck(slotId, eventId, success, cause); in SendSmsAck()
|
/base/telephony/cellular_call/services/common/include/ |
H A D | cellular_call_hisysevent.h | 76 static void WriteCallEndBehaviorEvent(const int32_t slotId, const int32_t cause);
|
/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 229 int32_t cause = ObtainCause(mmiData.serviceCode); in HandleCallTransfer() local 231 HandleGetCallTransfer(slotId, cause); in HandleCallTransfer() 246 HandleSetCallTransfer(slotId, serviceCode, cause, phoneNumber, callTransferAction); in HandleCallTransfer() 349 void CellularCallSupplement::HandleGetCallTransfer(int32_t slotId, int32_t cause) in HandleGetCallTransfer() argument 358 utCommand->cfReason = cause; in HandleGetCallTransfer() 363 result = supplementRequestIms_.GetCallTransferRequest(slotId, cause, index); in HandleGetCallTransfer() 365 result = supplementRequestCs_.GetCallTransferRequest(slotId, cause, index); in HandleGetCallTransfer() 374 void CellularCallSupplement::HandleSetCallTransfer(int32_t slotId, int32_t serviceCode, int32_t cause, in HandleSetCallTransfer() argument 384 utCommand->cfReason = cause; in HandleSetCallTransfer() 398 cfInfo.type = static_cast<CallTransferType>(cause); in HandleSetCallTransfer() [all...] |
/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_connection.cpp | 194 int32_t state, int32_t cause) in OnConnectionStateChanged() 193 OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, int32_t state, int32_t cause) OnConnectionStateChanged() 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 70 HiWriteBehaviorEvent(CALL_END_EXCEPTION_EVENT, SLOT_ID_KEY, slotId, FAIL_CAUSE_KEY, cause); in WriteCallEndBehaviorEvent()
|
/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 109 mModeData.mode = cause; in SendSmsAck()
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sms.h | 49 int32_t SendSmsAck(bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &response);
|
H A D | tel_ril_manager.h | 200 int32_t slotId, bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &response) override;
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 752 int32_t cause;
in SendSmsAckTest() local 761 cause = memExceededCause;
in SendSmsAckTest() 764 cause = 0;
in SendSmsAckTest() 772 modeData.mode = cause;
in SendSmsAckTest()
|
/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 392 bluetoothConnection->OnConnectionStateChanged(device, state, cause); in HWTEST_F() 394 bluetoothConnection->OnConnectionStateChanged(device, state, cause); in HWTEST_F()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 517 int32_t cause = 0; in HWTEST_F() local 518 callSup.HandleGetCallTransfer(SIM1_SLOTID, cause); in HWTEST_F() 522 callSup.HandleSetCallTransfer(SIM1_SLOTID, serviceCode, cause, phoneNumber, callTransferAction); in HWTEST_F()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 170 int32_t slotId, bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &response) = 0;
|
H A D | core_manager_inner.h | 169 int32_t SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause,
|