/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_notify.cpp | 59 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCellInfo(slotId, cellInfos); in NotifyCellInfoUpdated()
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | telephony_state_registry_client.cpp | 136 int32_t TelephonyStateRegistryClient::UpdateCellInfo( in UpdateCellInfo() function in OHOS::Telephony::TelephonyStateRegistryClient 144 return proxy->UpdateCellInfo(slotId, vec); in UpdateCellInfo()
|
H A D | telephony_state_registry_proxy.cpp | 196 int32_t TelephonyStateRegistryProxy::UpdateCellInfo( in UpdateCellInfo() function in OHOS::Telephony::TelephonyStateRegistryProxy
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_state_registry_client.h | 73 int32_t UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellInformation>> &vec);
|
H A D | telephony_state_registry_proxy.h | 44 int32_t UpdateCellInfo(
|
H A D | i_telephony_state_notify.h | 85 * UpdateCellInfo 91 virtual int32_t UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) = 0;
|
/base/telephony/state_registry/services/include/ |
H A D | telephony_state_registry_service.h | 56 int32_t UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) override;
|
/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_test.cpp | 1109 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 D | state_registry_branch_test.cpp | 315 result = proxy->UpdateCellInfo(0, cellInfoList);
in HWTEST_F()
|
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
H A D | telephonystateregistry_fuzzer.cpp | 112 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 D | telephony_state_registry_stub.cpp | 327 ret = UpdateCellInfo(slotId, cells); in OnUpdateCellInfo()
|
H A D | telephony_state_registry_service.cpp | 292 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()
|