Home
last modified time | relevance | path

Searched refs:cellInformations (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp102 std::vector<sptr<CellInformation>> cellInformations; in GetCellRefInfo() local
103 …efSingleton<Telephony::CoreServiceClient>::GetInstance().GetCellInfoList(slotId, cellInformations); in GetCellRefInfo()
104 if (cellInformations.size() == 0) { in GetCellRefInfo()
108 for (sptr<CellInformation> infoItem : cellInformations) { in GetCellRefInfo()
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp843 std::vector<sptr<CellInformation>> cellInformations; variable
844 telephonyObserverProxy->OnCellInfoUpdated(DEFAULT_SIM_SLOT_ID, cellInformations);
847 cellInformations.push_back(cellInfo);
849 telephonyObserverProxy->OnCellInfoUpdated(DEFAULT_SIM_SLOT_ID, cellInformations);
853 EXPECT_GE(cellInformations.size(), static_cast<size_t>(0));
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h255 std::vector<sptr<CellInformation>> cellInformations {};
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2170 asyncContext->cellInformations.clear(); in NativeGetCellInformation()
2172 asyncContext->slotId, asyncContext->cellInformations); in NativeGetCellInformation()
2174 static_cast<unsigned long>(asyncContext->cellInformations.size())); in NativeGetCellInformation()
2179 if (asyncContext->cellInformations.size() == 0) { in NativeGetCellInformation()
2191 asyncContext->cellInformations.size(), asyncContext->resolved, asyncContext->slotId); in GetCellInformationCallback()
2195 for (sptr<CellInformation> infoItem : asyncContext->cellInformations) { in GetCellInformationCallback()