Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dsignal_info.cpp168 void SignalInfo::GetSignalInfoList(std::vector<sptr<SignalInformation>> &signals) in GetSignalInfoList() function in OHOS::Telephony::SignalInfo
H A Dnetwork_search_manager.cpp595 int32_t NetworkSearchManager::GetSignalInfoList(int32_t slotId, std::vector<sptr<SignalInformation>… in GetSignalInfoList() function in OHOS::Telephony::NetworkSearchManager
/ohos5.0/base/telephony/core_service/test/fuzztest/getsimeons_fuzzer/
H A Dgetsimeons_fuzzer.cpp143 void GetSignalInfoList(const uint8_t *data, size_t size) in GetSignalInfoList() function
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp182 int32_t CoreService::GetSignalInfoList(int32_t slotId, std::vector<sptr<SignalInformation>> &signal… in GetSignalInfoList() function in OHOS::Telephony::CoreService
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp169 int32_t CoreServiceClient::GetSignalInfoList(int32_t slotId, std::vector<sptr<SignalInformation>> &… in GetSignalInfoList() function in OHOS::Telephony::CoreServiceClient
H A Dcore_manager_inner.cpp1416 int32_t CoreManagerInner::GetSignalInfoList(int32_t slotId, std::vector<sptr<SignalInformation>> &s… in GetSignalInfoList() function in OHOS::Telephony::CoreManagerInner
H A Dcore_service_proxy.cpp255 int32_t CoreServiceProxy::GetSignalInfoList(int32_t slotId, std::vector<sptr<SignalInformation>> &s… in GetSignalInfoList() function in OHOS::Telephony::CoreServiceProxy
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp288 static napi_value GetSignalInfoList(napi_env env, napi_callback_info info) in GetSignalInfoList() function