Home
last modified time | relevance | path

Searched refs:SetNotificationFilter (Results 1 - 18 of 18) sorted by relevance

/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
158 TELEPHONY_LOGD("DeviceStateHandler::SetNotificationFilter is not necessary"); in SetNotificationFilter()
163 TELEPHONY_LOGE("DeviceStateHandler::SetNotificationFilter event is null"); in SetNotificationFilter()
168 TELEPHONY_LOGI("DeviceStateHandler::SetNotificationFilter old filter:%{public}d, new filter:%{public}d," in SetNotificationFilter()
170 telRilManager->SetNotificationFilter(slotId_, newFilter, event); in SetNotificationFilter()
198 SetNotificationFilter(notificationFilter_, true); in SyncSettings()
/base/telephony/core_service/services/network_search/include/
H A Ddevice_state_handler.h44 void SetNotificationFilter(int32_t newFilter, bool force);
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h891 void (*SetNotificationFilter)(const ReqDataInfo *requestInfo, const int32_t *newFilter); member
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp470 * @tc.name SetNotificationFilter
478 int32_t ret = g_rilInterface->SetNotificationFilter( in HWTEST_F()
487 * @tc.name SetNotificationFilter
495 int32_t ret = g_rilInterface->SetNotificationFilter( in HWTEST_F()
H A Dzero_branch_test.cpp215 EXPECT_NE(HDF_SUCCESS, manager->SetNotificationFilter(0, 0, 0)); in TestNetWorkInterface()
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c157 .SetNotificationFilter = ReqSetNotificationFilter,
/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(
/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.h189 int32_t SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter);
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h263 virtual int32_t SetNotificationFilter(
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp898 int32_t HRilManager::SetNotificationFilter(int32_t slotId, int32_t serialId, int32_t newFilter) in SetNotificationFilter() function in OHOS::Telephony::HRilManager
901 MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::SetNotificationFilter, serialId, newFilter); in SetNotificationFilter()
H A Dhril_network.cpp225 int32_t HRilNetwork::SetNotificationFilter(int32_t serialId, int32_t newFilter) in SetNotificationFilter() function in OHOS::Telephony::HRilNetwork
228 &HRilNetworkReq::SetNotificationFilter, &newFilter); in SetNotificationFilter()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp104 int32_t TelRilNetwork::SetNotificationFilter(int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response) in SetNotificationFilter() function in OHOS::Telephony::TelRilNetwork
106 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SetNotificationFilter, newFilter); in SetNotificationFilter()
H A Dtel_ril_manager.cpp686 int32_t TelRilManager::SetNotificationFilter( in SetNotificationFilter() function in OHOS::Telephony::TelRilManager
690 response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::SetNotificationFilter, newFilter); in SetNotificationFilter()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp608 int32_t ret = g_rilInterface->SetNotificationFilter(slotId, GetSerialId(), filter); in SetRilNotificationFilterTest()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp1792 telRilManager_->SetNotificationFilter(slotId, filter, event); in SetNotificationFilterTest()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1552 telRilManager_->SetNotificationFilter(slotId, filter, event); in OnRequestSetNotificationFilterTest()

Completed in 35 milliseconds