Home
last modified time | relevance | path

Searched refs:UpdateCellInfo (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_client.cpp136 int32_t TelephonyStateRegistryClient::UpdateCellInfo( in UpdateCellInfo() function in OHOS::Telephony::TelephonyStateRegistryClient
144 return proxy->UpdateCellInfo(slotId, vec); in UpdateCellInfo()
H A Dtelephony_state_registry_proxy.cpp196 int32_t TelephonyStateRegistryProxy::UpdateCellInfo( in UpdateCellInfo() function in OHOS::Telephony::TelephonyStateRegistryProxy
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_notify.cpp59 …DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCellInfo(slotId, cellInfos); in NotifyCellInfoUpdated()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_telephony_state_notify.h91 … virtual int32_t UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) = 0;
H A Dtelephony_state_registry_proxy.h44 int32_t UpdateCellInfo(
H A Dtelephony_state_registry_client.h73 int32_t UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellInformation>> &vec);
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp1080 …EXPECT_EQ(TELEPHONY_STATE_REGISTRY_SLODID_ERROR, service->UpdateCellInfo(invalidSlotId, vecCellInf…
1081 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_PERMISSION_DENIED, service->UpdateCellInfo(0, vecCellInfo));
1170 EXPECT_NE(TELEPHONY_SUCCESS, service->UpdateCellInfo(0, vecCellInfo));
1180 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateCellInfo(0, vecCellInfo));
1192 EXPECT_EQ(TELEPHONY_SUCCESS, service->UpdateCellInfo(0, vecCellInfo));
1311 EXPECT_EQ(TELEPHONY_SUCCESS, service->UpdateCellInfo(0, vecCellInfo));
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h56 int32_t UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) override;
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp112 void UpdateCellInfo(const uint8_t *data, size_t size) in UpdateCellInfo() function
431 UpdateCellInfo(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp327 ret = UpdateCellInfo(slotId, cells); in OnUpdateCellInfo()
H A Dtelephony_state_registry_service.cpp287 int32_t TelephonyStateRegistryService::UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellIn… in UpdateCellInfo() function in OHOS::Telephony::TelephonyStateRegistryService