/ohos5.0/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
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_notify.cpp | 59 …DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCellInfo(slotId, cellInfos); in NotifyCellInfoUpdated()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_telephony_state_notify.h | 91 … virtual int32_t UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) = 0;
|
H A D | telephony_state_registry_proxy.h | 44 int32_t UpdateCellInfo(
|
H A D | telephony_state_registry_client.h | 73 int32_t UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellInformation>> &vec);
|
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_test.cpp | 1080 …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 D | telephony_state_registry_service.h | 56 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 D | telephonystateregistry_fuzzer.cpp | 112 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 D | telephony_state_registry_stub.cpp | 327 ret = UpdateCellInfo(slotId, cells); in OnUpdateCellInfo()
|
H A D | telephony_state_registry_service.cpp | 287 int32_t TelephonyStateRegistryService::UpdateCellInfo(int32_t slotId, const std::vector<sptr<CellIn… in UpdateCellInfo() function in OHOS::Telephony::TelephonyStateRegistryService
|