Home
last modified time | relevance | path

Searched refs:SendUpdateCellLocationRequest (Results 1 – 21 of 21) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
Di_network_search.h72 virtual int32_t SendUpdateCellLocationRequest(int32_t slotId) = 0;
Dcore_service_client.h118 int32_t SendUpdateCellLocationRequest(int32_t slotId);
Di_core_service.h123 virtual int32_t SendUpdateCellLocationRequest(int32_t slotId) = 0;
Dcore_service_proxy.h118 int32_t SendUpdateCellLocationRequest(int32_t slotId) override;
Dcore_manager_inner.h213 int32_t SendUpdateCellLocationRequest(int32_t slotId);
/base/telephony/core_service/services/network_search/include/
Dnetwork_search_handler.h56 int32_t SendUpdateCellLocationRequest();
Dnetwork_search_manager.h156 int32_t SendUpdateCellLocationRequest(int32_t slotId) override;
/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio.h235 struct SendUpdateCellLocationRequest : CallbackContext { struct
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_handler.cpp244 SendUpdateCellLocationRequest(); in ImsiLoadedReady()
290 SendUpdateCellLocationRequest(); in RadioStateChange()
764 int32_t NetworkSearchHandler::SendUpdateCellLocationRequest() in SendUpdateCellLocationRequest() function in OHOS::Telephony::NetworkSearchHandler
Dnetwork_search_state.cpp312 networkSearchManager->SendUpdateCellLocationRequest(slotId_); in NotifyPsRadioTechChange()
Dnetwork_search_manager.cpp893 int32_t NetworkSearchManager::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::NetworkSearchManager
900 return inner->networkSearchHandler_->SendUpdateCellLocationRequest(); in SendUpdateCellLocationRequest()
/base/telephony/core_service/services/core/include/
Dcore_service.h201 int32_t SendUpdateCellLocationRequest(int32_t slotId) override;
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp865 int32_t CoreServiceClient::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreServiceClient
872 return proxy->SendUpdateCellLocationRequest(slotId); in SendUpdateCellLocationRequest()
Dcore_manager_inner.cpp1509 int32_t CoreManagerInner::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreManagerInner
1515 return networkSearchManager_->SendUpdateCellLocationRequest(slotId); in SendUpdateCellLocationRequest()
Dcore_service_proxy.cpp2411 int32_t CoreServiceProxy::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreServiceProxy
/base/telephony/core_service/services/core/src/
Dcore_service.cpp1071 int32_t CoreService::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreService
1081 return networkSearchManager_->SendUpdateCellLocationRequest(slotId); in SendUpdateCellLocationRequest()
Dcore_service_stub.cpp1391 int32_t result = SendUpdateCellLocationRequest(slotId); in OnGetCellLocation()
/base/telephony/core_service/services/network_search/test/
Dtest.cpp611 int32_t result = g_telephonyService->SendUpdateCellLocationRequest(InputSlotId()); in TestSendUpdateCellLocationRequest()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp1619 int32_t result = CoreServiceClient::GetInstance().SendUpdateCellLocationRequest(SLOT_ID);
1637 int32_t result = CoreServiceClient::GetInstance().SendUpdateCellLocationRequest(SLOT_ID1);
1655 int32_t result = CoreServiceClient::GetInstance().SendUpdateCellLocationRequest(SLOT_ID);
Dzero_branch_test.cpp669 EXPECT_NE(mInner.SendUpdateCellLocationRequest(0), TELEPHONY_ERR_SUCCESS);
1259 …EXPECT_NE(networkSearchManager->SendUpdateCellLocationRequest(INVALID_SLOTID), TELEPHONY_ERR_SUCCE…
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp1549 auto asyncContext = static_cast<SendUpdateCellLocationRequest *>(data); in NativeSendUpdateCellLocationRequest()
1556 …DelayedRefSingleton<CoreServiceClient>::GetInstance().SendUpdateCellLocationRequest(asyncContext->… in NativeSendUpdateCellLocationRequest()
1565 auto asyncContext = static_cast<SendUpdateCellLocationRequest *>(data); in SendUpdateCellLocationRequestCallback()
1578 static napi_value SendUpdateCellLocationRequest(napi_env env, napi_callback_info info) in SendUpdateCellLocationRequest() function
2987 DECLARE_NAPI_FUNCTION("sendUpdateCellLocationRequest", SendUpdateCellLocationRequest), in CreateFunctions()