Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h248 struct SendUpdateCellLocationRequest : CallbackContext { struct
249 int32_t slotId = DEFAULT_SIM_SLOT_ID;
250 bool sendRequestSlot2 = false;
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1432 int32_t CoreService::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreService
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_handler.cpp1119 int32_t NetworkSearchHandler::SendUpdateCellLocationRequest() in SendUpdateCellLocationRequest() function in OHOS::Telephony::NetworkSearchHandler
H A Dnetwork_search_manager.cpp1044 int32_t NetworkSearchManager::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::NetworkSearchManager
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp979 int32_t CoreServiceClient::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreServiceClient
H A Dcore_manager_inner.cpp1570 int32_t CoreManagerInner::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreManagerInner
H A Dcore_service_proxy.cpp2764 int32_t CoreServiceProxy::SendUpdateCellLocationRequest(int32_t slotId) in SendUpdateCellLocationRequest() function in OHOS::Telephony::CoreServiceProxy
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp1989 static napi_value SendUpdateCellLocationRequest(napi_env env, napi_callback_info info) in SendUpdateCellLocationRequest() function