/base/telephony/core_service/services/network_search/src/ |
D | device_state_handler.cpp | 99 int32_t newFilter = NOTIFICATION_FILTER_NONE; in ProcessDeviceState() local 101 newFilter |= NOTIFICATION_FILTER_SIGNAL_STRENGTH; in ProcessDeviceState() 105 newFilter |= NOTIFICATION_FILTER_NETWORK_STATE; in ProcessDeviceState() 106 newFilter |= NOTIFICATION_FILTER_DATA_CALL; in ProcessDeviceState() 107 newFilter |= NOTIFICATION_FILTER_LINK_CAPACITY; in ProcessDeviceState() 108 newFilter |= NOTIFICATION_FILTER_PHYSICAL_CHANNEL_CONFIG; in ProcessDeviceState() 111 SetNotificationFilter(newFilter, false); in ProcessDeviceState() 151 void DeviceStateHandler::SetNotificationFilter(int32_t newFilter, bool force) in SetNotificationFilter() argument 153 if (!force && newFilter == notificationFilter_) { in SetNotificationFilter() 165 " slotId_:%{public}d", notificationFilter_, newFilter, slotId_); in SetNotificationFilter() [all …]
|
/base/telephony/core_service/services/network_search/include/ |
D | device_state_handler.h | 44 void SetNotificationFilter(int32_t newFilter, bool force);
|
/base/telephony/ril_adapter/services/vendor/include/ |
D | at_network.h | 73 void ReqSetNotificationFilter(const ReqDataInfo *requestInfo, const int32_t *newFilter);
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_network_defs.h | 299 void (*SetNotificationFilter)(const ReqDataInfo *requestInfo, const int32_t *newFilter);
|
/base/telephony/ril_adapter/services/hril/include/ |
D | hril_network.h | 42 int32_t SetNotificationFilter(int32_t serialId, int32_t newFilter);
|
D | hril_manager.h | 175 int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter);
|
/base/telephony/core_service/services/tel_ril/include/ |
D | tel_ril_network.h | 45 … int32_t SetNotificationFilter(int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response);
|
D | tel_ril_manager.h | 138 … int32_t slotId, int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response) override;
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_network.cpp | 117 int32_t TelRilNetwork::SetNotificationFilter(int32_t newFilter, const AppExecFwk::InnerEvent::Point… in SetNotificationFilter() argument 120 &HDI::Ril::V1_0::IRil::SetNotificationFilter, newFilter); in SetNotificationFilter()
|
D | tel_ril_manager.cpp | 559 int32_t slotId, int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response) in SetNotificationFilter() argument 562 …onse, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::SetNotificationFilter, newFilter); in SetNotificationFilter()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_tel_ril_manager.h | 248 int32_t slotId, int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response) = 0;
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_network.cpp | 146 int32_t HRilNetwork::SetNotificationFilter(int32_t serialId, int32_t newFilter) in SetNotificationFilter() argument 149 &HRilNetworkReq::SetNotificationFilter, &newFilter); in SetNotificationFilter()
|
D | hril_manager.cpp | 798 int32_t HRilManager::SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) in SetNotificationFilter() argument 801 …DULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::SetNotificationFilter, serialId, newFilter); in SetNotificationFilter()
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_network.c | 1896 void ReqSetNotificationFilter(const ReqDataInfo *requestInfo, const int32_t *newFilter) in ReqSetNotificationFilter() argument 1902 if (newFilter == NULL) { in ReqSetNotificationFilter()
|