Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_manager.h117 inline bool CheckIsNeedNotify() in CheckIsNeedNotify() function
279 inline bool CheckIsNeedNotify(int32_t slotId) in CheckIsNeedNotify() function
283 return inner->CheckIsNeedNotify(); in CheckIsNeedNotify()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_handler.cpp602 if (networkSearchManager->CheckIsNeedNotify(slotId_) || isEmergency) { in RadioRilDataRegState()
633 if (networkSearchManager->CheckIsNeedNotify(slotId_) || isEmergency) { in RadioRilVoiceRegState()
671 if (networkSearchManager->CheckIsNeedNotify(slotId_)) { in RadioRilOperator()
H A Doperator_name.cpp79 if (networkSearchManager->CheckIsNeedNotify(slotId_)) { in OnReceiveEvent()