Home
last modified time | relevance | path

Searched refs:CORE_SERVICE_SEND_CALLBACK_FAILED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_errors.h32 CORE_SERVICE_SEND_CALLBACK_FAILED = CORE_SERVICE_NETWORK_SEARCH_ERR_OFFSET, enumerator
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp260 return CORE_SERVICE_SEND_CALLBACK_FAILED; in SetRadioState()
590 return CORE_SERVICE_SEND_CALLBACK_FAILED; in GetRadioState()
623 return CORE_SERVICE_SEND_CALLBACK_FAILED; in GetNetworkSearchInformation()
683 return CORE_SERVICE_SEND_CALLBACK_FAILED; in GetNetworkSelectionMode()
729 return CORE_SERVICE_SEND_CALLBACK_FAILED; in SetNetworkSelectionMode()
777 return CORE_SERVICE_SEND_CALLBACK_FAILED; in GetPreferredNetwork()
808 return CORE_SERVICE_SEND_CALLBACK_FAILED; in SetPreferredNetwork()
822 return CORE_SERVICE_SEND_CALLBACK_FAILED; in GetPreferredNetwork()
1279 return CORE_SERVICE_SEND_CALLBACK_FAILED; in GetNrOptionMode()
1323 return CORE_SERVICE_SEND_CALLBACK_FAILED; in SetNrOptionMode()
/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.cpp460 case CORE_SERVICE_SEND_CALLBACK_FAILED: in CreateNetworkSearchErrorMessageForJs()