Home
last modified time | relevance | path

Searched refs:SetLocateUpdates (Results 1 - 17 of 17) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h890 void (*SetLocateUpdates)(const ReqDataInfo *requestInfo, HRilRegNotifyMode mode); member
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp443 g_rilInterface->SetLocateUpdates(SLOTID_1, RilTestUtil::GetSerialId(), in HWTEST_F()
461 g_rilInterface->SetLocateUpdates(SLOTID_2, RilTestUtil::GetSerialId(), in HWTEST_F()
H A Dzero_branch_test.cpp214 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 Dvendor_adapter.c156 .SetLocateUpdates = ReqSetLocateUpdates,
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h44 int32_t SetLocateUpdates(RegNotifyMode mode, const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h136 int32_t SetLocateUpdates(
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h40 int32_t SetLocateUpdates(int32_t serialId, const HDI::Ril::V1_1::RilRegNotifyMode mode);
H A Dhril_manager.h188 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 Di_tel_ril_manager.h134 virtual int32_t SetLocateUpdates(
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp893 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 Dhril_network.cpp214 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 Dtel_ril_network.cpp98 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 Dtel_ril_manager.cpp680 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 Dril_interface_test.cpp595 int32_t ret = g_rilInterface->SetLocateUpdates(slotId, GetSerialId(), static_cast<RilRegNotifyMode>(mode)); in SetRilLocationUpdateTest()
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp1148 telRilManager_->SetLocateUpdates(slotId, RegNotifyMode::REG_NOTIFY_STAT_LAC_CELLID, event); in SetLocateUpdate()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp1772 telRilManager_->SetLocateUpdates(slotId, mode, event); in SetLocateUpdatesTest()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1537 telRilManager_->SetLocateUpdates(slotId, mode, event); in OnRequestSetLocateUpdatesTest()

Completed in 35 milliseconds