Home
last modified time | relevance | path

Searched defs:gsm (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dunion_current_service_cell_paras__1__1_v11.md41 ### gsm subsection
H A Dunion_current_service_cell_paras_v10.md41 ### gsm subsection
H A Dunion_current_service_cell_paras_v11.md41 ### gsm subsection
H A Dunion_service_cell_paras_v10.md41 ### gsm subsection
H A Dunion_service_cell_paras_v11.md41 ### gsm subsection
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dsignal_info.h59 GsmSignalInformation gsm; member
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp133 GsmCellInformation *gsm = reinterpret_cast<GsmCellInformation *>(cell.GetRefPtr()); in PrintGsmCellInformation() local
323 GsmSignalInformation *gsm = reinterpret_cast<GsmSignalInformation *>(signal.GetRefPtr()); in PrintGsmSignalInformation() local
726 GsmSignalInformation *gsm = reinterpret_cast<GsmSignalInformation *>(v.GetRefPtr()); variable
763 GsmSignalInformation *gsm = reinterpret_cast<GsmSignalInformation *>(v.GetRefPtr()); variable
787 sptr<GsmSignalInformation> gsm = new GsmSignalInformation(); variable
902 sptr<GsmCellInformation> gsm = new GsmCellInformation(); variable
H A Dzero_branch_test_core_service.cpp793 std::shared_ptr<SignalInformation> gsm = std::make_shared<GsmSignalInformation>(); variable
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp181 void TestGsmSignalInformation(const GsmSignalInformation &gsm) in TestGsmSignalInformation()
252 GsmSignalInformation *gsm = reinterpret_cast<GsmSignalInformation *>(v.GetRefPtr()); in TestGetSignalInfoList() local
681 GsmCellInformation *gsm = reinterpret_cast<GsmCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList() local
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp73 GsmSignalInformation &GsmSignalInformation::operator=(const GsmSignalInformation &gsm) in operator =()
153 std::unique_ptr<GsmSignalInformation> gsm = std::make_unique<GsmSignalInformation>(); in NewInstance() local
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_network_parcel.h388 CellRatGsm gsm; member
446 CellRatGsm gsm; member
628 CellListRatGsm gsm; member
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h611 CellListRatGsm gsm; member
784 CellRatGsm gsm; member
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp185 GsmCellInformation *gsm = reinterpret_cast<GsmCellInformation *>(cell.GetRefPtr()); in ProcessCellLocation() local