Home
last modified time | relevance | path

Searched refs:OnUpdateCellularDataFlow (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_stub.h64 int32_t OnUpdateCellularDataFlow(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp50 …[this](MessageParcel &data, MessageParcel &reply) { return OnUpdateCellularDataFlow(data, reply); … in TelephonyStateRegistryStub()
175 int32_t TelephonyStateRegistryStub::OnUpdateCellularDataFlow(MessageParcel &data, MessageParcel &re… in OnUpdateCellularDataFlow() function in OHOS::Telephony::TelephonyStateRegistryStub
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp391 …DelayedSingleton<TelephonyStateRegistryService>::GetInstance()->OnUpdateCellularDataFlow(dataMessa… in UpdateCellularDataFlow()