Home
last modified time | relevance | path

Searched defs:notifyType (Results 1 – 10 of 10) 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()
647 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimStateUpdated()
653 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimStkSessionEndNotify()
[all …]
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()
843 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in CallStateUpdated()
849 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in CallUssdNotice()
862 int32_t HRilCall::CallSsNotice(int32_t notifyType, const HRilErrNumber error, const void *response,… in CallSsNotice()
[all …]
Dhril_modem.cpp256 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap()
259 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap()
260 size_t responseLen) { return DsdsModeUpdated(notifyType, error, response, responseLen); }; in AddHandlerToMap()
Dhril_data.cpp55 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap()
56 …ize_t responseLen) { return DataLinkCapabilityUpdated(notifyType, error, response, responseLen); }; in AddHandlerToMap()
333 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in PdpContextListUpdated()
346 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in DataLinkCapabilityUpdated()
Dhril_network.cpp42 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap()
45 [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()
64 … 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.cpp309 int32_t notifyType = HDI::Ril::V1_1::RIL_RESPONSE_NOTICE; in ReportNotification() local
/base/telephony/ril_adapter/services/hril/include/
Dhril_base.h167int32_t notifyType, const struct ReportInfo *reportInfo, const void *response, size_t responseLen) in ProcessNotify()
194 inline int32_t HRilBase::Notify(int32_t notifyType, const HRilErrNumber error, FuncType &&_func, Pa… in Notify()
/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