Searched refs:connectMethod (Results 1 – 3 of 3) sorted by relevance
295 int connectMethod = NETWORK_SELECTED_BY_AUTO; in SetConnectMethodTest() local296 pStaStateMachine->SetConnectMethod(connectMethod); in SetConnectMethodTest()297 connectMethod = NETWORK_SELECTED_BY_USER; in SetConnectMethodTest()298 pStaStateMachine->SetConnectMethod(connectMethod); in SetConnectMethodTest()
1266 void SetConnectMethod(int connectMethod);
4718 void StaStateMachine::SetConnectMethod(int connectMethod) in SetConnectMethod() argument4721 switch (connectMethod) { in SetConnectMethod()4736 retStr.c_str(), connectMethod); in SetConnectMethod()