Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/state_machine/
Dactive.h46 bool ProcessLinkCapabilityChanged(const AppExecFwk::InnerEvent::Pointer &event);
63 … { CellularDataEventCode::MSG_SM_LINK_CAPABILITY_CHANGED, &Active::ProcessLinkCapabilityChanged },
/base/telephony/cellular_data/test/fuzztest/updateactivemachine_fuzzer/
Dupdateactivemachine_fuzzer.cpp60 active->ProcessLinkCapabilityChanged(event); in UpdateActiveMachineFuzz()
/base/telephony/cellular_data/services/src/state_machine/
Dactive.cpp128 bool Active::ProcessLinkCapabilityChanged(const AppExecFwk::InnerEvent::Pointer &event) in ProcessLinkCapabilityChanged() function in OHOS::Telephony::Active