Home
last modified time | relevance | path

Searched defs:notifyType (Results 1 – 11 of 11) sorted by relevance

/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp137 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap()
140 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap()
143 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap()
146 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap()
149 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap()
152 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap()
155 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap()
156 … size_t responseLen) { return SimRadioProtocolUpdated(notifyType, error, response, responseLen); }; in AddNotificationHandlerToMap()
658 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimStateUpdated()
664 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimStkSessionEndNotify()
[all …]
Dhril_modem.cpp292 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap()
295 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap()
298 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap()
301 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap()
302 … size_t responseLen) { return RestartRildNvMatch(notifyType, error, response, responseLen); }; in AddHandlerToMap()
Dhril_call.cpp58 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap()
61 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap()
64 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap()
67 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap()
70 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap()
73 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap()
74 … size_t responseLen) { return CallRsrvccStatusNotify(notifyType, error, response, responseLen); }; in AddCallNotificationToMap()
886 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in CallStateUpdated()
892 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in CallUssdNotice()
905 int32_t HRilCall::CallSsNotice(int32_t notifyType, const HRilErrNumber error, const void *response,… in CallSsNotice()
[all …]
Dhril_data.cpp59 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap()
60 …ize_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()
376 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in DataLinkCapabilityUpdated()
Dhril_network.cpp45 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
48 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
51 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
54 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
57 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
60 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
63 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
66 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
67 … size_t responseLen) { return ResidentNetworkUpdated(notifyType, error, response, responseLen); }; in AddNotificationToMap()
Dhril_sms.cpp117 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
120 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
123 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
126 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
127 size_t responseLen) { return CBConfigNotify(notifyType, error, response, responseLen); }; in AddNotificationToMap()
Dhril_manager.cpp312 int32_t notifyType = HDI::Ril::V1_1::RIL_RESPONSE_NOTICE; in ReportNotification() local
/base/telephony/ril_adapter/services/hril/include/
Dhril_base.h173int32_t notifyType, const struct ReportInfo *reportInfo, const void *response, size_t responseLen) in ProcessNotify()
201 inline int32_t HRilBase::Notify(int32_t notifyType, const HRilErrNumber error, FuncType &&_func, Pa… in Notify()
/base/telephony/sms_mms/services/sms/
Dsms_sender.cpp156 std::string notifyType = SmsMmsCommonData::MESSAGE_STATUS_CHANGE_NOTIFY; in SendMessageSucceed() local
204 std::string notifyType = SmsMmsCommonData::MESSAGE_STATUS_CHANGE_NOTIFY; in SendMessageFailed() local
/base/telephony/core_service/interfaces/innerkits/include/
Dtel_ril_network_parcel.h94 int32_t notifyType = 0; member
123 int32_t notifyType = 0; member
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_network_defs.h369 int32_t notifyType; member