/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_base.h | 50 int32_t notifyType, const struct ReportInfo *reportInfo, const void *response, size_t responseLen); 79 inline int32_t Notify(int32_t notifyType, const HRilErrNumber error, FuncType &&_func, ParamTypes &&... _args); 100 std::function<int32_t(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen)>; 174 int32_t notifyType, const struct ReportInfo *reportInfo, const void *response, size_t responseLen) in ProcessNotify() 183 return func(notifyType, error, response, responseLen); in ProcessNotify() 202 inline int32_t HRilBase::Notify(int32_t notifyType, const HRilErrNumber error, FuncType &&_func, ParamTypes &&... _args) in Notify() argument 211 mResponseInfo.type = (HDI::Ril::V1_1::RilResponseTypes)notifyType; in Notify() 173 ProcessNotify( int32_t notifyType, const struct ReportInfo *reportInfo, const void *response, size_t responseLen) ProcessNotify() argument
|
H A D | hril_sim.h | 117 int32_t SimStateUpdated(int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 119 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 121 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 122 int32_t SimStkAlphaNotify(int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 123 int32_t SimStkEventNotify(int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 125 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 126 int32_t SimRefreshNotify(int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 128 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
|
H A D | hril_call.h | 146 int32_t CallStateUpdated(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen); 147 int32_t CallUssdNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen); 148 int32_t CallRingbackVoiceNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen); 149 int32_t CallSrvccStatusNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen); 150 int32_t CallEmergencyNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen); 151 int32_t CallSsNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen); 152 int32_t CallRsrvccStatusNotify(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen);
|
H A D | hril_data.h | 46 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 48 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_modem.cpp | 289 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 290 size_t responseLen) { return RadioStateUpdated(notifyType, error, response, responseLen); }; in AddHandlerToMap() 292 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 293 size_t responseLen) { return VoiceRadioTechUpdated(notifyType, error, response, responseLen); }; in AddHandlerToMap() 295 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 296 size_t responseLen) { return DsdsModeUpdated(notifyType, error, response, responseLen); }; in AddHandlerToMap() 298 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 299 size_t responseLen) { return NcfgFinishedResult(notifyType, error, response, responseLen); }; in AddHandlerToMap() 301 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 302 size_t responseLen) { return RestartRildNvMatch(notifyType, erro in AddHandlerToMap() [all...] |
H A D | hril_sim.cpp | 134 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 135 size_t responseLen) { return SimStateUpdated(notifyType, error, response, responseLen); }; in AddNotificationHandlerToMap() 137 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 138 size_t responseLen) { return SimStkSessionEndNotify(notifyType, error, response, responseLen); }; in AddNotificationHandlerToMap() 140 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 141 size_t responseLen) { return SimStkProactiveNotify(notifyType, error, response, responseLen); }; in AddNotificationHandlerToMap() 143 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 144 size_t responseLen) { return SimStkAlphaNotify(notifyType, error, response, responseLen); }; in AddNotificationHandlerToMap() 146 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 147 size_t responseLen) { return SimStkEventNotify(notifyType, erro in AddNotificationHandlerToMap() 646 SimStateUpdated( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) SimStateUpdated() argument 652 SimStkSessionEndNotify( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) SimStkSessionEndNotify() argument 658 SimStkProactiveNotify( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) SimStkProactiveNotify() argument 668 SimStkAlphaNotify( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) SimStkAlphaNotify() argument 678 SimStkEventNotify( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) SimStkEventNotify() argument 688 SimStkCallSetupNotify( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) SimStkCallSetupNotify() argument 694 SimRefreshNotify( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) SimRefreshNotify() argument 700 SimRadioProtocolUpdated( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) SimRadioProtocolUpdated() argument [all...] |
H A D | hril_call.cpp | 55 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap() 56 size_t responseLen) { return CallStateUpdated(notifyType, error, response, responseLen); }; in AddCallNotificationToMap() 58 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap() 59 size_t responseLen) { return CallUssdNotice(notifyType, error, response, responseLen); }; in AddCallNotificationToMap() 61 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap() 62 size_t responseLen) { return CallSrvccStatusNotice(notifyType, error, response, responseLen); }; in AddCallNotificationToMap() 64 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap() 65 size_t responseLen) { return CallRingbackVoiceNotice(notifyType, error, response, responseLen); }; in AddCallNotificationToMap() 67 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap() 68 size_t responseLen) { return CallEmergencyNotice(notifyType, erro in AddCallNotificationToMap() 842 CallStateUpdated( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) CallStateUpdated() argument 848 CallUssdNotice( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) CallUssdNotice() argument 862 CallSsNotice(int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) CallSsNotice() argument 877 CallSrvccStatusNotice( int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen) CallSrvccStatusNotice() argument 890 CallRingbackVoiceNotice( int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen) CallRingbackVoiceNotice() argument 903 CallEmergencyNotice( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) CallEmergencyNotice() argument 915 CallRsrvccStatusNotify( int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen) CallRsrvccStatusNotify() argument [all...] |
H A D | hril_network.cpp | 42 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 43 size_t responseLen) { return NetworkCsRegStatusUpdated(notifyType, error, response, responseLen); }; in AddNotificationToMap() 45 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 46 size_t responseLen) { return SignalStrengthUpdated(notifyType, error, response, responseLen); }; in AddNotificationToMap() 48 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 49 size_t responseLen) { return NetworkTimeUpdated(notifyType, error, response, responseLen); }; in AddNotificationToMap() 51 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 52 size_t responseLen) { return NetworkTimeZoneUpdated(notifyType, error, response, responseLen); }; in AddNotificationToMap() 54 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 55 size_t responseLen) { return NetworkPsRegStatusUpdated(notifyType, erro in AddNotificationToMap() [all...] |
H A D | hril_data.cpp | 56 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 57 size_t responseLen) { return PdpContextListUpdated(notifyType, error, response, responseLen); }; in AddHandlerToMap() 59 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 60 size_t responseLen) { return DataLinkCapabilityUpdated(notifyType, error, response, responseLen); }; in AddHandlerToMap() 363 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in PdpContextListUpdated() 372 return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::PdpContextListUpdated, dataCallResultList); in PdpContextListUpdated() 376 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in DataLinkCapabilityUpdated() 388 return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::DataLinkCapabilityUpdated, dataLinkCapability); in DataLinkCapabilityUpdated() 362 PdpContextListUpdated( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) PdpContextListUpdated() argument 375 DataLinkCapabilityUpdated( int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) DataLinkCapabilityUpdated() argument
|
H A D | hril_sms.cpp | 114 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 115 size_t responseLen) { return NewSmsNotify(notifyType, error, response, responseLen); }; in AddNotificationToMap() 117 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 118 size_t responseLen) { return NewCdmaSmsNotify(notifyType, error, response, responseLen); }; in AddNotificationToMap() 120 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 121 size_t responseLen) { return SmsStatusReportNotify(notifyType, error, response, responseLen); }; in AddNotificationToMap() 123 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 124 size_t responseLen) { return NewSmsStoredOnSimNotify(notifyType, error, response, responseLen); }; in AddNotificationToMap() 126 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 127 size_t responseLen) { return CBConfigNotify(notifyType, erro in AddNotificationToMap() [all...] |
H A D | hril_manager.cpp | 305 int32_t notifyType = HDI::Ril::V1_1::RIL_RESPONSE_NOTICE; in ReportNotification() local 319 notifyType = HDI::Ril::V1_1::RIL_RESPONSE_NOTICE_MUST_ACK; in ReportNotification() 322 subModules[slotId]->template ProcessNotify<T>(notifyType, reportInfo, response, responseLen); in ReportNotification()
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_sender.cpp | 156 std::string notifyType = SmsMmsCommonData::MESSAGE_STATUS_CHANGE_NOTIFY; in SendMessageSucceed() local 158 notifyType = SmsMmsCommonData::SMS_MMS_SENT_RESULT_NOTIFY; in SendMessageSucceed() 162 notifyType, SmsMmsCommonData::SMS_MMS_INFO_MSG_STATE_SUCCEED, in SendMessageSucceed() 204 std::string notifyType = SmsMmsCommonData::MESSAGE_STATUS_CHANGE_NOTIFY; in SendMessageFailed() local 206 notifyType = SmsMmsCommonData::SMS_MMS_SENT_RESULT_NOTIFY; in SendMessageFailed() 210 notifyType, SmsMmsCommonData::SMS_MMS_INFO_MSG_STATE_FAILED, in SendMessageFailed()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_network_parcel.h | 93 /** The notifyType,Indicate the content of the notification. */ 94 int32_t notifyType = 0; member 122 /** The notifyType,Indicate the content of the notification. */ 123 int32_t notifyType = 0; member
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_network_defs.h | 369 int32_t notifyType; member
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 293 cout << "[csRegStatusInfo] -->[notifyType] : " << csRegStatusInfo.notifyType << endl;
in NetworkCsRegStatusUpdated() 306 cout << "[psRegStatusInfo] -->[notifyType] : " << psRegStatusInfo.notifyType << endl;
in NetworkPsRegStatusUpdated() 524 cout << "[csRegStatusInfo] -->[notifyType] : " << csRegStatusInfo.notifyType << endl;
in GetCsRegStatusResponse() 536 cout << "[psRegStatusInfo] -->[notifyType] : " << psRegStatusInfo.notifyType << endl;
in GetPsRegStatusResponse()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_network.cpp | 458 regStatusInfo->notifyType = csRegStatusInfo.notifyType; in BuildCsRegStatusInfo() 468 regStatusInfo->notifyType = psRegStatusInfo.notifyType; in BuildPsRegStatusInfo()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_callback_test.cpp | 376 TELEPHONY_LOGI("RilCallbackTest::NetworkCsRegStatusUpdated notifyType:%{public}d, regStatus:%{public}d, " in NetworkCsRegStatusUpdated() 378 csRegStatusInfo.notifyType, csRegStatusInfo.regStatus, csRegStatusInfo.lacCode, csRegStatusInfo.cellId, in NetworkCsRegStatusUpdated() 387 "RilCallbackTest::NetworkPsRegStatusUpdated notifyType:%{public}d, regStatus:%{public}d, lacCode:%{public}d, " in NetworkPsRegStatusUpdated() 389 psRegStatusInfo.notifyType, psRegStatusInfo.regStatus, psRegStatusInfo.lacCode, psRegStatusInfo.cellId, in NetworkPsRegStatusUpdated() 582 TELEPHONY_LOGI("RilCallbackTest::GetCsRegStatusResponse notifyType:%{public}d, regStatus:%{public}d, " in GetCsRegStatusResponse() 584 csRegStatusInfo.notifyType, csRegStatusInfo.regStatus, csRegStatusInfo.lacCode, csRegStatusInfo.cellId, in GetCsRegStatusResponse() 596 "RilCallbackTest::GetPsRegStatusResponse notifyType:%{public}d, regStatus:%{public}d, lacCode:%{public}d, " in GetPsRegStatusResponse() 598 psRegStatusInfo.notifyType, psRegStatusInfo.regStatus, psRegStatusInfo.lacCode, psRegStatusInfo.cellId, in GetPsRegStatusResponse()
|