Lines Matching refs:Active

28 void Active::StateBegin()
42 void Active::StateEnd()
47 bool Active::StateProcess(const AppExecFwk::InnerEvent::Pointer &event)
64 bool Active::ProcessConnectDone(const AppExecFwk::InnerEvent::Pointer &event)
66 TELEPHONY_LOGI("Active::MSG_SM_CONNECT");
70 bool Active::ProcessDisconnectDone(const AppExecFwk::InnerEvent::Pointer &event)
72 TELEPHONY_LOGI("Active::MSG_SM_DISCONNECT");
105 bool Active::ProcessDisconnectAllDone(const AppExecFwk::InnerEvent::Pointer &event)
107 TELEPHONY_LOGI("Active::MSG_SM_DISCONNECT_ALL");
138 bool Active::ProcessLostConnection(const AppExecFwk::InnerEvent::Pointer &event)
140 TELEPHONY_LOGI("Active::EVENT_LOST_CONNECTION");
177 bool Active::ProcessRilAdapterHostDied(const AppExecFwk::InnerEvent::Pointer &event)
179 TELEPHONY_LOGI("Active::EVENT_RIL_ADAPTER_HOST_DIED");
183 bool Active::ProcessLinkCapabilityChanged(const AppExecFwk::InnerEvent::Pointer &event)
185 TELEPHONY_LOGI("Active::MSG_SM_LINK_CAPABILITY_CHANGED");
211 bool Active::ProcessDataConnectionRoamOn(const AppExecFwk::InnerEvent::Pointer &event)
213 TELEPHONY_LOGI("Active::EVENT_DATA_CONNECTION_ROAM_ON");
225 bool Active::ProcessDataConnectionRoamOff(const AppExecFwk::InnerEvent::Pointer &event)
227 TELEPHONY_LOGI("Active::EVENT_DATA_CONNECTION_ROAM_OFF");
239 bool Active::ProcessDataConnectionVoiceCallStartedOrEnded(const AppExecFwk::InnerEvent::Pointer &event)
252 bool Active::ProcessDataConnectionComplete(const AppExecFwk::InnerEvent::Pointer &event)
285 bool Active::ProcessNrStateChanged(const AppExecFwk::InnerEvent::Pointer &event)
299 bool Active::ProcessNrFrequencyChanged(const AppExecFwk::InnerEvent::Pointer &event)
312 void Active::RefreshTcpBufferSizes()
331 void Active::RefreshConnectionBandwidths()