Home
last modified time | relevance | path

Searched refs:IsDataNotification (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_data.h62 bool IsDataNotification(uint32_t code);
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_data.h76 bool IsDataNotification(uint32_t code);
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_data.cpp38 bool HRilData::IsDataNotification(uint32_t code) in IsDataNotification() function in OHOS::Telephony::HRilData
45 return IsDataResponse(code) || IsDataNotification(code); in IsDataRespOrNotify()