/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_network_defs.h | 890 void (*SetLocateUpdates)(const ReqDataInfo *requestInfo, HRilRegNotifyMode mode); member
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_network_test.cpp | 443 g_rilInterface->SetLocateUpdates(SLOTID_1, RilTestUtil::GetSerialId(), in HWTEST_F() 461 g_rilInterface->SetLocateUpdates(SLOTID_2, RilTestUtil::GetSerialId(), in HWTEST_F()
|
H A D | zero_branch_test.cpp | 214 EXPECT_NE(HDF_SUCCESS, manager->SetLocateUpdates(0, 0, static_cast<HDI::Ril::V1_1::RilRegNotifyMode>(0))); in TestNetWorkInterface() 1070 EXPECT_NE(HDF_SUCCESS, network->SetLocateUpdates(0, static_cast<HDI::Ril::V1_1::RilRegNotifyMode>(mode))); in HWTEST_F() 1072 EXPECT_NE(HDF_SUCCESS, network->SetLocateUpdates(0, static_cast<HDI::Ril::V1_1::RilRegNotifyMode>(mode))); in HWTEST_F() 1074 EXPECT_NE(HDF_SUCCESS, network->SetLocateUpdates(0, static_cast<HDI::Ril::V1_1::RilRegNotifyMode>(mode))); in HWTEST_F()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 156 .SetLocateUpdates = ReqSetLocateUpdates,
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_network.h | 44 int32_t SetLocateUpdates(RegNotifyMode mode, const AppExecFwk::InnerEvent::Pointer &response);
|
H A D | tel_ril_manager.h | 136 int32_t SetLocateUpdates(
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_network.h | 40 int32_t SetLocateUpdates(int32_t serialId, const HDI::Ril::V1_1::RilRegNotifyMode mode);
|
H A D | hril_manager.h | 188 int32_t SetLocateUpdates(int32_t slotId, int32_t serialId, const HDI::Ril::V1_1::RilRegNotifyMode mode);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 134 virtual int32_t SetLocateUpdates(
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 893 int32_t HRilManager::SetLocateUpdates(int32_t slotId, int32_t serialId, const HDI::Ril::V1_1::RilRegNotifyMode mode) in SetLocateUpdates() function in OHOS::Telephony::HRilManager 895 return TaskSchedule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::SetLocateUpdates, serialId, mode); in SetLocateUpdates()
|
H A D | hril_network.cpp | 214 int32_t HRilNetwork::SetLocateUpdates(int32_t serialId, const HDI::Ril::V1_1::RilRegNotifyMode mode) in SetLocateUpdates() function in OHOS::Telephony::HRilNetwork 218 TELEPHONY_LOGE("SetLocateUpdates Invalid regNotifyMode parameter"); in SetLocateUpdates() 222 &HRilNetworkReq::SetLocateUpdates, static_cast<HRilRegNotifyMode>(mode)); in SetLocateUpdates()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_network.cpp | 98 int32_t TelRilNetwork::SetLocateUpdates(RegNotifyMode mode, const AppExecFwk::InnerEvent::Pointer &response) in SetLocateUpdates() function in OHOS::Telephony::TelRilNetwork 100 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SetLocateUpdates, in SetLocateUpdates()
|
H A D | tel_ril_manager.cpp | 680 int32_t TelRilManager::SetLocateUpdates( in SetLocateUpdates() function in OHOS::Telephony::TelRilManager 683 return TaskSchedule(response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::SetLocateUpdates, mode); in SetLocateUpdates()
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 595 int32_t ret = g_rilInterface->SetLocateUpdates(slotId, GetSerialId(), static_cast<RilRegNotifyMode>(mode));
in SetRilLocationUpdateTest()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_manager.cpp | 1148 telRilManager_->SetLocateUpdates(slotId, RegNotifyMode::REG_NOTIFY_STAT_LAC_CELLID, event); in SetLocateUpdate()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 1772 telRilManager_->SetLocateUpdates(slotId, mode, event); in SetLocateUpdatesTest()
|
/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 1537 telRilManager_->SetLocateUpdates(slotId, mode, event); in OnRequestSetLocateUpdatesTest()
|