Home
last modified time | relevance | path

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

/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio.h241 struct SendUpdateCellLocationRequest : CallbackContext { struct
242 int32_t slotId = DEFAULT_SIM_SLOT_ID;
243 bool sendRequestSlot2 = false;
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_handler.cpp793 int32_t NetworkSearchHandler::SendUpdateCellLocationRequest() in SendUpdateCellLocationRequest() function in OHOS::Telephony::NetworkSearchHandler
Dnetwork_search_manager.cpp961 int32_t NetworkSearchManager::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::NetworkSearchManager
/base/telephony/core_service/services/core/src/
Dcore_service.cpp1353 int32_t CoreService::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreService
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp937 int32_t CoreServiceClient::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreServiceClient
Dcore_manager_inner.cpp1499 int32_t CoreManagerInner::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreManagerInner
Dcore_service_proxy.cpp2640 int32_t CoreServiceProxy::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreServiceProxy
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp1880 static napi_value SendUpdateCellLocationRequest(napi_env env, napi_callback_info info) in SendUpdateCellLocationRequest() function