Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_push_callback.cpp68 int32_t notifyId, contentType; in OnCheckNotification() local
87 …const std::string &notificationData, std::string &pkgName, int32_t &notifyId, int32_t &contentType) in ConvertJsonStringToValue()
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_base.h208 …line int32_t TelRilBase::Notify(const char *funcName, std::shared_ptr<T> data, RadioEvent notifyId) in Notify()
219 inline int32_t TelRilBase::Notify(const char *funcName, RadioEvent notifyId) in Notify()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_public_struct.h36 int32_t notifyId; member
/base/telephony/ril_adapter/services/vendor/src/
Dvendor_report.c90 …Info CreateReportInfo(const ReqDataInfo *requestInfo, int32_t err, uint32_t type, int32_t notifyId) in CreateReportInfo()