/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_network_search.h | 72 virtual int32_t SendUpdateCellLocationRequest(int32_t slotId) = 0;
|
D | core_service_client.h | 118 int32_t SendUpdateCellLocationRequest(int32_t slotId);
|
D | i_core_service.h | 123 virtual int32_t SendUpdateCellLocationRequest(int32_t slotId) = 0;
|
D | core_service_proxy.h | 118 int32_t SendUpdateCellLocationRequest(int32_t slotId) override;
|
D | core_manager_inner.h | 213 int32_t SendUpdateCellLocationRequest(int32_t slotId);
|
/base/telephony/core_service/services/network_search/include/ |
D | network_search_handler.h | 56 int32_t SendUpdateCellLocationRequest();
|
D | network_search_manager.h | 156 int32_t SendUpdateCellLocationRequest(int32_t slotId) override;
|
/base/telephony/core_service/frameworks/js/network_search/include/ |
D | napi_radio.h | 235 struct SendUpdateCellLocationRequest : CallbackContext { struct
|
/base/telephony/core_service/services/network_search/src/ |
D | network_search_handler.cpp | 244 SendUpdateCellLocationRequest(); in ImsiLoadedReady() 290 SendUpdateCellLocationRequest(); in RadioStateChange() 764 int32_t NetworkSearchHandler::SendUpdateCellLocationRequest() in SendUpdateCellLocationRequest() function in OHOS::Telephony::NetworkSearchHandler
|
D | network_search_state.cpp | 312 networkSearchManager->SendUpdateCellLocationRequest(slotId_); in NotifyPsRadioTechChange()
|
D | network_search_manager.cpp | 893 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/ |
D | core_service.h | 201 int32_t SendUpdateCellLocationRequest(int32_t slotId) override;
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 865 int32_t CoreServiceClient::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreServiceClient 872 return proxy->SendUpdateCellLocationRequest(slotId); in SendUpdateCellLocationRequest()
|
D | core_manager_inner.cpp | 1509 int32_t CoreManagerInner::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreManagerInner 1515 return networkSearchManager_->SendUpdateCellLocationRequest(slotId); in SendUpdateCellLocationRequest()
|
D | core_service_proxy.cpp | 2411 int32_t CoreServiceProxy::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreServiceProxy
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 1071 int32_t CoreService::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreService 1081 return networkSearchManager_->SendUpdateCellLocationRequest(slotId); in SendUpdateCellLocationRequest()
|
D | core_service_stub.cpp | 1391 int32_t result = SendUpdateCellLocationRequest(slotId); in OnGetCellLocation()
|
/base/telephony/core_service/services/network_search/test/ |
D | test.cpp | 611 int32_t result = g_telephonyService->SendUpdateCellLocationRequest(InputSlotId()); in TestSendUpdateCellLocationRequest()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | network_search_test.cpp | 1619 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);
|
D | zero_branch_test.cpp | 669 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/ |
D | napi_radio.cpp | 1549 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()
|