Home
last modified time | relevance | path

Searched refs:notifyId (Results 1 - 19 of 19) sorted by relevance

/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_report.c90 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 Dvendor_adapter.c234 reportInfo.notifyId = HNOTI_MODEM_RADIO_STATE_UPDATED; in SetRadioState()
326 reportInfo.notifyId = HNOTI_MODEM_RADIO_STATE_UPDATED; in ModemInit()
H A Dat_network.c1422 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 Dat_data.c559 reportInfo.notifyId = HNOTI_DATA_PDP_CONTEXT_LIST_UPDATED; in DataReportMessage()
H A Dat_sim.c1070 reportInfo.notifyId = HNOTI_SIM_RADIO_PROTOCOL_UPDATED; in ReqSetRadioProtocol()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_check_info.cpp23 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 Dnotification_check_info.h36 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 Dhril_public_struct.h36 int32_t notifyId; member
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_base.h84 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 Dcallussdnotice_fuzzer.cpp43 report.notifyId = HNOTI_CALL_USSD_REPORT; in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/simstkproactivenotify_fuzzer/
H A Dsimstkproactivenotify_fuzzer.cpp42 report.notifyId = HNOTI_SIM_STK_PROACTIVE_NOTIFY; in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/residentnetworkupdated_fuzzer/
H A Dresidentnetworkupdated_fuzzer.cpp40 report.notifyId = HNOTI_NETWORK_RESIDENT_NETWORK_UPDATED; in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/
H A Dpdpcontextlistupdated_fuzzer.cpp68 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 Dnewsmsnotify_fuzzer.cpp47 report.notifyId = HNOTI_SMS_NEW_SMS; in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/services/vendor/include/
H A Dvendor_report.h27 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 Dcallemergencynotice_fuzzer.cpp54 report.notifyId = HNOTI_CALL_EMERGENCY_NUMBER_REPORT; in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp306 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 Dzero_branch_test.cpp787 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 Dhril_base.h179 int32_t code = reportInfo->notifyId; in ProcessNotify()

Completed in 17 milliseconds