Home
last modified time | relevance | path

Searched refs:UpdateCellInfo (Results 1 - 12 of 12) sorted by relevance

/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_notify.cpp59 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCellInfo(slotId, cellInfos); in NotifyCellInfoUpdated()
/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
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_state_registry_client.h73 int32_t UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellInformation>> &vec);
H A Dtelephony_state_registry_proxy.h44 int32_t UpdateCellInfo(
H A Di_telephony_state_notify.h85 * UpdateCellInfo
91 virtual int32_t UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) = 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;
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp1109 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_SLODID_ERROR, service->UpdateCellInfo(invalidSlotId, vecCellInfo)); in HWTEST_F()
1110 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_PERMISSION_DENIED, service->UpdateCellInfo(0, vecCellInfo)); in HWTEST_F()
1199 EXPECT_NE(TELEPHONY_SUCCESS, service->UpdateCellInfo(0, vecCellInfo)); in HWTEST_F()
1209 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateCellInfo(0, vecCellInfo)); in HWTEST_F()
1221 EXPECT_EQ(TELEPHONY_SUCCESS, service->UpdateCellInfo(0, vecCellInfo)); in HWTEST_F()
1340 EXPECT_EQ(TELEPHONY_SUCCESS, service->UpdateCellInfo(0, vecCellInfo)); in HWTEST_F()
H A Dstate_registry_branch_test.cpp315 result = proxy->UpdateCellInfo(0, cellInfoList); in HWTEST_F()
/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()
/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.cpp292 int32_t TelephonyStateRegistryService::UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in UpdateCellInfo() function in OHOS::Telephony::TelephonyStateRegistryService
295 TELEPHONY_LOGE("UpdateCellInfo##VerifySlotId failed ##slotId = %{public}d", slotId); in UpdateCellInfo()

Completed in 8 milliseconds