Home
last modified time | relevance | path

Searched refs:cause (Results 1 - 25 of 27) sorted by relevance

12

/base/iothardware/peripheral/interfaces/inner_api/
H A Dreset.h47 * @param cause Indicates the reboot cause.
51 void RebootDevice(unsigned int cause);
/base/telephony/cellular_data/services/src/apn_manager/
H A Dconnection_retry_policy.cpp98 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 Dapn_holder.cpp51 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 Di_satellite_sms_service.h81 * @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 Dsatellite_sms_proxy.h33 int32_t SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause) override;
H A Dsatellite_sms_client.h47 int32_t SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause);
/base/telephony/cellular_data/services/include/apn_manager/
H A Dconnection_retry_policy.h40 int64_t GetNextRetryDelay(std::string apnType, int32_t cause, int64_t suggestTime, RetryScene scene,
H A Dapn_holder.h43 int64_t GetRetryDelay(int32_t cause, int32_t suggestTime, RetryScene scene, int32_t slotId);
/base/telephony/cellular_data/services/src/state_machine/
H A Dactive.cpp167 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 Dbluetooth_connection.h60 int32_t state, int32_t cause) override;
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h534 * @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 Dsatellite_sms_proxy.cpp203 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 Dsatellite_sms_client.cpp297 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 Dcellular_call_hisysevent.h76 static void WriteCallEndBehaviorEvent(const int32_t slotId, const int32_t cause);
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp229 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 Dbluetooth_connection.cpp194 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 Dcellular_call_hisysevent.cpp68 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 Dtel_ril_sms.cpp105 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 Dtel_ril_sms.h49 int32_t SendSmsAck(bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h200 int32_t slotId, bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &response) override;
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp752 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 Dzero_branch3_test.cpp391 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 Dzero_branch_test.cpp517 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 Di_tel_ril_manager.h170 int32_t slotId, bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &response) = 0;
H A Dcore_manager_inner.h169 int32_t SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause,

Completed in 21 milliseconds

12