Home
last modified time | relevance | path

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

12

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Ddevice_state_handler.cpp103 int32_t newFilter = NOTIFICATION_FILTER_NONE; in ProcessDeviceState() local
105 newFilter |= NOTIFICATION_FILTER_SIGNAL_STRENGTH; in ProcessDeviceState()
109 newFilter |= NOTIFICATION_FILTER_NETWORK_STATE; in ProcessDeviceState()
110 newFilter |= NOTIFICATION_FILTER_DATA_CALL; in ProcessDeviceState()
111 newFilter |= NOTIFICATION_FILTER_LINK_CAPACITY; in ProcessDeviceState()
112 newFilter |= NOTIFICATION_FILTER_PHYSICAL_CHANNEL_CONFIG; in ProcessDeviceState()
115 SetNotificationFilter(newFilter, false); in ProcessDeviceState()
157 if (!force && newFilter == notificationFilter_) { in SetNotificationFilter()
169 " slotId_:%{public}d", notificationFilter_, newFilter, slotId_); in SetNotificationFilter()
170 telRilManager->SetNotificationFilter(slotId_, newFilter, event); in SetNotificationFilter()
[all …]
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Ddevice_state_handler.h44 void SetNotificationFilter(int32_t newFilter, bool force);
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/
H A Dat_network.h73 void ReqSetNotificationFilter(const ReqDataInfo *requestInfo, const int32_t *newFilter);
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h891 void (*SetNotificationFilter)(const ReqDataInfo *requestInfo, const int32_t *newFilter);
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h41 int32_t SetNotificationFilter(int32_t serialId, int32_t newFilter);
H A Dhril_manager.h190 int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter);
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp414 int32_t RilImpl::SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) in SetNotificationFilter() argument
416 … return TaskSchedule(&Telephony::HRilManager::SetNotificationFilter, slotId, serialId, newFilter); in SetNotificationFilter()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h45 … int32_t SetNotificationFilter(int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h146 … int32_t slotId, int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response) override;
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md110 …](#setnotificationfilter) ([in] int slotId, [in] int serialId, [in] int newFilter) | 设置Modem主动上报消息…
2151 IRil::SetNotificationFilter ([in] int slotId, [in] int serialId, [in] int newFilter )
2165 | newFilter | 表示消息类型过滤器,使用二进制标志位表示不同的消息类型,0表示关闭, 1表示信号强度,2表示网络注册状态,4表示数据连接状态,8表示链路容量,16表示物理通道配置。 |
H A Dinterface_i_ril_v11.md112 …](#setnotificationfilter) ([in] int slotId, [in] int serialId, [in] int newFilter) | 设置Modem主动上报消息…
2231 IRil::SetNotificationFilter ([in] int slotId, [in] int serialId, [in] int newFilter )
2245 | newFilter | 表示消息类型过滤器,使用二进制标志位表示不同的消息类型,0表示关闭, 1表示信号强度,2表示网络注册状态,4表示数据连接状态,8表示链路容量,16表示物理通道配置。 |
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_broadcast_mgr_test.cpp1314 BcScanFilter *newFilter = GetBcScanFilter(); variable
1315 EXPECT_EQ(SOFTBUS_OK, SetScanFilter(discListenerId, newFilter, filterNum));
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h148 int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) override;
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp676 int32_t slotId, int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response) in SetNotificationFilter() argument
679 …onse, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::SetNotificationFilter, newFilter); in SetNotificationFilter()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h264 int32_t slotId, int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt230 int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) override;
H A Dril_proxy.h.txt270 int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) override;
556 static int32_t SetNotificationFilter_(int32_t slotId, int32_t serialId, int32_t newFilter,
H A Dril_service.cpp.txt502 int32_t RilService::SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_service.h.txt224 int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) override;
H A Dril_proxy.h.txt264 int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) override;
538 static int32_t SetNotificationFilter_(int32_t slotId, int32_t serialId, int32_t newFilter,
H A Diril.h.txt370 virtual int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt239 int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) override;
H A Dril_proxy.h.txt280 int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) override;
H A Dril_service.cpp.txt523 int32_t RilService::SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter)
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp902 int32_t HRilManager::SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) in SetNotificationFilter() argument
905 …DULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::SetNotificationFilter, serialId, newFilter); in SetNotificationFilter()

12