Home
last modified time | relevance | path

Searched defs:notifyId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_check_info.cpp23 NotificationCheckInfo::NotificationCheckInfo(std::string pkgName, int32_t notifyId, int32_t content… in NotificationCheckInfo()
47 void NotificationCheckInfo::SetNotifyId(int32_t notifyId) in SetNotifyId()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_base.h206 …line int32_t TelRilBase::Notify(const char *funcName, std::shared_ptr<T> data, RadioEvent notifyId) in Notify()
217 inline int32_t TelRilBase::Notify(const char *funcName, RadioEvent notifyId) in Notify()
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_public_struct.h36 int32_t notifyId; member
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_report.c90 …Info CreateReportInfo(const ReqDataInfo *requestInfo, int32_t err, uint32_t type, int32_t notifyId) in CreateReportInfo()