Home
last modified time | relevance | path

Searched refs:OnUpdateCellInfo (Results 1 - 4 of 4) sorted by relevance

/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_stub.h55 int32_t OnUpdateCellInfo(MessageParcel &data, MessageParcel &reply);
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp36 [this](MessageParcel &data, MessageParcel &reply) { return OnUpdateCellInfo(data, reply); }; in TelephonyStateRegistryStub()
282 int32_t TelephonyStateRegistryStub::OnUpdateCellInfo(MessageParcel &data, MessageParcel &reply) in OnUpdateCellInfo() function in OHOS::Telephony::TelephonyStateRegistryStub
287 TELEPHONY_LOGI("TelephonyStateRegistryStub OnUpdateCellInfo:size=%{public}d", size); in OnUpdateCellInfo()
328 TELEPHONY_LOGI("TelephonyStateRegistryStub::OnUpdateCellInfo end##ret=%{public}d", ret); in OnUpdateCellInfo()
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp143 DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnUpdateCellInfo(dataMessageParcel, reply); in UpdateCellInfo()
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp1300 service->OnUpdateCellInfo(dataCellInfo, reply); in HWTEST_F()

Completed in 6 milliseconds