/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_report.c | 90 struct ReportInfo CreateReportInfo(const ReqDataInfo *requestInfo, int32_t err, uint32_t type, int32_t notifyId) in CreateReportInfo() argument 92 struct ReportInfo reportInfo = {(ReqDataInfo *)requestInfo, notifyId, type, err, {0, 0}}; in CreateReportInfo() 125 reportInfo->notifyId = HNOTI_CB_CONFIG_REPORT; in ReportCBMOrCSCB() 142 reportInfo->notifyId = HNOTI_SMS_STATUS_REPORT; in SmsStatus() 200 if ((reportInfo.notifyId = CdmaSmsNotifyMock(s, &response)) > 0) { in ProcessNotifyMock() 203 if ((reportInfo.notifyId = WapPushNotifyMock(s, &response)) > 0) { in ProcessNotifyMock() 229 reportInfo.notifyId = HNOTI_SMS_NEW_SMS; in OnNotifyOps() 241 reportInfo.notifyId = HNOTI_SIM_STATUS_CHANGED; in OnNotifyOps() 283 reportInfo.notifyId = HNOTI_SIM_STK_SESSION_END_NOTIFY; in OnNotifyStkOps() 286 reportInfo.notifyId in OnNotifyStkOps() [all...] |
H A D | vendor_adapter.c | 234 reportInfo.notifyId = HNOTI_MODEM_RADIO_STATE_UPDATED; in SetRadioState() 326 reportInfo.notifyId = HNOTI_MODEM_RADIO_STATE_UPDATED; in ModemInit()
|
H A D | at_network.c | 1422 reportInfo.notifyId = HNOTI_NETWORK_RESIDENT_NETWORK_UPDATED; in ResidentNetworkUpdated() 1460 reportInfo.notifyId = HNOTI_NETWORK_CURRENT_CELL_UPDATED; in ProcessCurrentCellList() 1876 reportInfo.notifyId = HNOTI_NETWORK_PHY_CHNL_CFG_UPDATED; in ProcessPhyChnlCfgNotify() 1996 reportInfo.notifyId = HNOTI_NETWORK_TIME_UPDATED; in NotifyNetWorkTime()
|
H A D | at_data.c | 559 reportInfo.notifyId = HNOTI_DATA_PDP_CONTEXT_LIST_UPDATED; in DataReportMessage()
|
H A D | at_sim.c | 1070 reportInfo.notifyId = HNOTI_SIM_RADIO_PROTOCOL_UPDATED; in ReqSetRadioProtocol()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_check_info.cpp | 23 NotificationCheckInfo::NotificationCheckInfo(std::string pkgName, int32_t notifyId, int32_t contentType, in NotificationCheckInfo() argument 25 : pkgName_(pkgName), notifyId_(notifyId), contentType_(contentType), in NotificationCheckInfo() 47 void NotificationCheckInfo::SetNotifyId(int32_t notifyId) in SetNotifyId() argument 49 notifyId_ = notifyId; in SetNotifyId() 134 if (jsonobj.find("notifyId") != jsonEnd && jsonobj.at("notifyId").is_number()) { in ConvertJsonStringToValue() 135 notifyId_ = jsonobj.at("notifyId").get<int32_t>(); in ConvertJsonStringToValue()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_check_info.h | 36 NotificationCheckInfo(std::string pkgName, int32_t notifyId, int32_t contentType, 42 void SetNotifyId(int32_t notifyId);
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_public_struct.h | 36 int32_t notifyId; member
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_base.h | 84 inline int32_t Notify(const char *funcName, RadioEvent notifyId); 86 inline int32_t Notify(const char *funcName, std::shared_ptr<T> data, RadioEvent notifyId); 230 inline int32_t TelRilBase::Notify(const char *funcName, std::shared_ptr<T> data, RadioEvent notifyId) in Notify() argument 236 TELEPHONY_LOGD("%{public}s() notify event %{public}d notifyId slotId:%{public}d", funcName, notifyId, slotId_); in Notify() 237 observerHandler_->NotifyObserver(notifyId, data); in Notify() 241 inline int32_t TelRilBase::Notify(const char *funcName, RadioEvent notifyId) in Notify() argument 247 TELEPHONY_LOGD("%{public}s() notify event %{public}d notifyId slotId:%{public}d", funcName, notifyId, slotId_); in Notify() 248 observerHandler_->NotifyObserver(notifyId); in Notify() [all...] |
/base/telephony/ril_adapter/test/fuzztest/callussdnotice_fuzzer/ |
H A D | callussdnotice_fuzzer.cpp | 43 report.notifyId = HNOTI_CALL_USSD_REPORT; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/simstkproactivenotify_fuzzer/ |
H A D | simstkproactivenotify_fuzzer.cpp | 42 report.notifyId = HNOTI_SIM_STK_PROACTIVE_NOTIFY; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/residentnetworkupdated_fuzzer/ |
H A D | residentnetworkupdated_fuzzer.cpp | 40 report.notifyId = HNOTI_NETWORK_RESIDENT_NETWORK_UPDATED; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/ |
H A D | pdpcontextlistupdated_fuzzer.cpp | 68 report.notifyId = HNOTI_DATA_PDP_CONTEXT_LIST_UPDATED; in DoSomethingInterestingWithMyAPI() 80 report.notifyId = HNOTI_DATA_LINK_CAPABILITY_UPDATED; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/newsmsnotify_fuzzer/ |
H A D | newsmsnotify_fuzzer.cpp | 47 report.notifyId = HNOTI_SMS_NEW_SMS; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/services/vendor/include/ |
H A D | vendor_report.h | 27 struct ReportInfo CreateReportInfo(const ReqDataInfo *requestInfo, int32_t err, uint32_t type, int32_t notifyId);
|
/base/telephony/ril_adapter/test/fuzztest/callemergencynotice_fuzzer/ |
H A D | callemergencynotice_fuzzer.cpp | 54 report.notifyId = HNOTI_CALL_EMERGENCY_NUMBER_REPORT; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 306 auto iter = notificationMap_.find(reportInfo->notifyId); in ReportNotification() 307 auto event = notificationEventMap_.find(reportInfo->notifyId); in ReportNotification() 309 if (reportInfo->notifyId == HNOTI_NETWORK_CS_REG_STATUS_UPDATED || in ReportNotification() 310 reportInfo->notifyId == HNOTI_NETWORK_SIGNAL_STRENGTH_UPDATED || in ReportNotification() 311 reportInfo->notifyId == HNOTI_CALL_EMERGENCY_NUMBER_REPORT || in ReportNotification() 312 reportInfo->notifyId == HNOTI_MODEM_DSDS_MODE_UPDATED) { in ReportNotification() 313 TELEPHONY_LOGD("notifyId:%{public}d, event:%{public}s", reportInfo->notifyId, event->second.c_str()); in ReportNotification() 315 TELEPHONY_LOGI("notifyId:%{public}d, event:%{public}s", reportInfo->notifyId, even in ReportNotification() [all...] |
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 787 reportNotification.notifyId = HNOTI_NETWORK_SIGNAL_STRENGTH_UPDATED; in HWTEST_F() 790 reportNotification.notifyId = HNOTI_NETWORK_RRC_CONNECTION_STATE_UPDATED; in HWTEST_F() 1349 report.notifyId = HNOTI_CALL_USSD_REPORT; in HWTEST_F() 1361 report.notifyId = HNOTI_DATA_PDP_CONTEXT_LIST_UPDATED; in HWTEST_F() 1364 report.notifyId = HNOTI_MODEM_DSDS_MODE_UPDATED; in HWTEST_F() 1367 report.notifyId = HNOTI_NETWORK_RESIDENT_NETWORK_UPDATED; in HWTEST_F() 1370 report.notifyId = HNOTI_SIM_STK_PROACTIVE_NOTIFY; in HWTEST_F() 1374 report.notifyId = HNOTI_SMS_NEW_SMS; in HWTEST_F()
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_base.h | 179 int32_t code = reportInfo->notifyId; in ProcessNotify()
|