Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_network_defs.h298 void (*SetLocateUpdates)(const ReqDataInfo *requestInfo, HRilRegNotifyMode mode); member
/base/telephony/ril_adapter/services/hril/include/
Dhril_network.h41 int32_t SetLocateUpdates(int32_t serialId, const HDI::Ril::V1_0::RilRegNotifyMode mode);
Dhril_manager.h174 …int32_t SetLocateUpdates(int32_t slotId, int32_t serialId, const HDI::Ril::V1_0::RilRegNotifyMode …
/base/telephony/ril_adapter/services/vendor/src/
Dvendor_adapter.c152 .SetLocateUpdates = ReqSetLocateUpdates,
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_network.h44 … int32_t SetLocateUpdates(HRilRegNotifyMode mode, const AppExecFwk::InnerEvent::Pointer &response);
Dtel_ril_manager.h128 int32_t SetLocateUpdates(
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp111 int32_t TelRilNetwork::SetLocateUpdates(HRilRegNotifyMode mode, const AppExecFwk::InnerEvent::Point… in SetLocateUpdates() function in OHOS::Telephony::TelRilNetwork
114 … &HDI::Ril::V1_0::IRil::SetLocateUpdates, static_cast<HDI::Ril::V1_0::RilRegNotifyMode>(mode)); in SetLocateUpdates()
Dtel_ril_manager.cpp552 int32_t TelRilManager::SetLocateUpdates( in SetLocateUpdates() function in OHOS::Telephony::TelRilManager
555 …edule(response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::SetLocateUpdates, mode); in SetLocateUpdates()
/base/telephony/core_service/interfaces/innerkits/include/
Di_tel_ril_manager.h123 virtual int32_t SetLocateUpdates(
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp135 int32_t HRilNetwork::SetLocateUpdates(int32_t serialId, const HDI::Ril::V1_0::RilRegNotifyMode mode) in SetLocateUpdates() function in OHOS::Telephony::HRilNetwork
143 &HRilNetworkReq::SetLocateUpdates, static_cast<HRilRegNotifyMode>(mode)); in SetLocateUpdates()
Dhril_manager.cpp793 int32_t HRilManager::SetLocateUpdates(int32_t slotId, int32_t serialId, const HDI::Ril::V1_0::RilRe… in SetLocateUpdates() function in OHOS::Telephony::HRilManager
795 …return TaskSchedule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::SetLocateUpdates, ser… in SetLocateUpdates()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dzero_branch_test.cpp175 …EXPECT_NE(HDF_SUCCESS, manager->SetLocateUpdates(0, 0, static_cast<HDI::Ril::V1_0::RilRegNotifyMod… in TestNetWorkInterface()
Dril_interface_test.cpp1700 …g_rilInterface->SetLocateUpdates(SLOTID_1, GetSerialId(), RilRegNotifyMode::REG_NOTIFY_STAT_LAC_CE…
1717 …g_rilInterface->SetLocateUpdates(SLOTID_2, GetSerialId(), RilRegNotifyMode::REG_NOTIFY_STAT_LAC_CE…
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_manager.cpp963 … telRilManager_->SetLocateUpdates(slotId, HRilRegNotifyMode::REG_NOTIFY_STAT_LAC_CELLID, event); in SetLocateUpdate()
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp586 …int32_t ret = g_rilInterface->SetLocateUpdates(slotId, GetSerialId(), static_cast<RilRegNotifyMode… in SetRilLocationUpdateTest()
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp1819 telRilManager_->SetLocateUpdates(slotId, mode, event); in OnRequestSetLocateUpdatesTest()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
Dtel_ril_test.cpp1690 telRilManager_->SetLocateUpdates(slotId, mode, event); in SetLocateUpdatesTest()