Home
last modified time | relevance | path

Searched refs:newFilter (Results 1 – 14 of 14) sorted by relevance

/base/telephony/core_service/services/network_search/src/
Ddevice_state_handler.cpp99 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/
Ddevice_state_handler.h44 void SetNotificationFilter(int32_t newFilter, bool force);
/base/telephony/ril_adapter/services/vendor/include/
Dat_network.h73 void ReqSetNotificationFilter(const ReqDataInfo *requestInfo, const int32_t *newFilter);
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_network_defs.h299 void (*SetNotificationFilter)(const ReqDataInfo *requestInfo, const int32_t *newFilter);
/base/telephony/ril_adapter/services/hril/include/
Dhril_network.h42 int32_t SetNotificationFilter(int32_t serialId, int32_t newFilter);
Dhril_manager.h175 int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter);
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_network.h45 … int32_t SetNotificationFilter(int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response);
Dtel_ril_manager.h138 … int32_t slotId, int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response) override;
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp117 int32_t TelRilNetwork::SetNotificationFilter(int32_t newFilter, const AppExecFwk::InnerEvent::Point… in SetNotificationFilter() argument
120 &HDI::Ril::V1_0::IRil::SetNotificationFilter, newFilter); in SetNotificationFilter()
Dtel_ril_manager.cpp559 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/
Di_tel_ril_manager.h248 int32_t slotId, int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response) = 0;
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp146 int32_t HRilNetwork::SetNotificationFilter(int32_t serialId, int32_t newFilter) in SetNotificationFilter() argument
149 &HRilNetworkReq::SetNotificationFilter, &newFilter); in SetNotificationFilter()
Dhril_manager.cpp798 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/
Dat_network.c1896 void ReqSetNotificationFilter(const ReqDataInfo *requestInfo, const int32_t *newFilter) in ReqSetNotificationFilter() argument
1902 if (newFilter == NULL) { in ReqSetNotificationFilter()