Home
last modified time | relevance | path

Searched refs:SetNotificationFilter (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Ddevice_state_handler.cpp115 SetNotificationFilter(newFilter, false); in ProcessDeviceState()
155 void DeviceStateHandler::SetNotificationFilter(int32_t newFilter, bool force) in SetNotificationFilter() function in OHOS::Telephony::DeviceStateHandler
170 telRilManager->SetNotificationFilter(slotId_, newFilter, event); in SetNotificationFilter()
198 SetNotificationFilter(notificationFilter_, true); in SyncSettings()
/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/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp478 int32_t ret = g_rilInterface->SetNotificationFilter(
495 int32_t ret = g_rilInterface->SetNotificationFilter(
/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); member
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c157 .SetNotificationFilter = ReqSetNotificationFilter,
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mce_test.cpp362 int ret = profile_->SetNotificationFilter(device, mask);
/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() function in OHOS::HDI::Ril::V1_3::RilImpl
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.h145 int32_t SetNotificationFilter(
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md110 | [SetNotificationFilter](#setnotificationfilter) ([in] int slotId, [in] int serialId, [in] int new…
2148 ### SetNotificationFilter()
2151 IRil::SetNotificationFilter ([in] int slotId, [in] int serialId, [in] int newFilter )
H A Dinterface_i_ril_v11.md112 | [SetNotificationFilter](#setnotificationfilter) ([in] int slotId, [in] int serialId, [in] int new…
2228 ### SetNotificationFilter()
2231 IRil::SetNotificationFilter ([in] int slotId, [in] int serialId, [in] int newFilter )
/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.cpp675 int32_t TelRilManager::SetNotificationFilter( in SetNotificationFilter() function in OHOS::Telephony::TelRilManager
679 …response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::SetNotificationFilter, newFil… in SetNotificationFilter()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h263 virtual int32_t SetNotificationFilter(
/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_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 Diril.h.txt370 virtual int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) = 0;
H A Dril_service.cpp.txt487 int32_t RilService::SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter)
/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() function in OHOS::Telephony::HRilManager
905 …MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::SetNotificationFilter, serialId, newFilte… in SetNotificationFilter()

12