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.h232 struct SendUpdateCellLocationRequest : CallbackContext { struct
233 int32_t slotId = DEFAULT_SIM_SLOT_ID;
234 bool sendRequestSlot2 = false;
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_handler.cpp698 void NetworkSearchHandler::SendUpdateCellLocationRequest() in SendUpdateCellLocationRequest() function in OHOS::Telephony::NetworkSearchHandler
Dnetwork_search_manager.cpp719 bool NetworkSearchManager::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::NetworkSearchManager
/base/telephony/core_service/services/core/src/
Dcore_service.cpp836 bool CoreService::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreService
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp760 bool CoreServiceClient::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreServiceClient
Dcore_service_proxy.cpp1976 bool CoreServiceProxy::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreServiceProxy
Dcore_manager_inner.cpp1246 bool CoreManagerInner::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreManagerInner
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp1432 static napi_value SendUpdateCellLocationRequest(napi_env env, napi_callback_info info) in SendUpdateCellLocationRequest() function