Searched refs:ProcessDataConnectionComplete (Results 1 – 5 of 5) sorted by relevance
51 bool ProcessDataConnectionComplete(const AppExecFwk::InnerEvent::Pointer &event);87 …[this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessDataConnectionComplete(data); …
64 active->ProcessDataConnectionComplete(event); in UpdateActiveMachineFuzz()
711 bool result = active->ProcessDataConnectionComplete(event);732 bool result = active->ProcessDataConnectionComplete(event);752 bool result = active->ProcessDataConnectionComplete(event);773 bool result = active->ProcessDataConnectionComplete(event);
1186 ASSERT_FALSE(active->ProcessDataConnectionComplete(event));
233 bool Active::ProcessDataConnectionComplete(const AppExecFwk::InnerEvent::Pointer &event) in ProcessDataConnectionComplete() function in OHOS::Telephony::Active