Home
last modified time | relevance | path

Searched defs:SendUpdateCellLocationRequest (Results 1 – 9 of 9) sorted by relevance

/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio.h248 struct SendUpdateCellLocationRequest : CallbackContext { struct
249 int32_t slotId = DEFAULT_SIM_SLOT_ID;
250 bool sendRequestSlot2 = false;
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_handler.cpp1194 int32_t NetworkSearchHandler::SendUpdateCellLocationRequest() in SendUpdateCellLocationRequest() function in OHOS::Telephony::NetworkSearchHandler
Dnetwork_search_manager.cpp1106 int32_t NetworkSearchManager::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::NetworkSearchManager
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
Desim_core_service_stub_test.h479 int32_t SendUpdateCellLocationRequest(int32_t slotId) override in SendUpdateCellLocationRequest() function
/base/telephony/core_service/services/core/src/
Dcore_service.cpp1846 int32_t CoreService::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreService
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp1587 int32_t CoreServiceClient::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreServiceClient
Dcore_service_proxy.cpp2806 int32_t CoreServiceProxy::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreServiceProxy
Dcore_manager_inner.cpp1646 int32_t CoreManagerInner::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreManagerInner
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp2026 static napi_value SendUpdateCellLocationRequest(napi_env env, napi_callback_info info) in SendUpdateCellLocationRequest() function