Searched refs:methodStr (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaNetworkHal.java | 1150 final String methodStr = "getId"; in getId() local 1151 if (!checkISupplicantStaNetworkAndLogFailure(methodStr)) return false; in getId() 1159 checkStatusAndLogFailure(status, methodStr); in getId() 1164 handleRemoteException(e, methodStr); in getId() 1173 final String methodStr = "registerCallback"; in registerCallback() local 1174 if (!checkISupplicantStaNetworkAndLogFailure(methodStr)) return false; in registerCallback() 1177 return checkStatusAndLogFailure(status, methodStr); in registerCallback() 1179 handleRemoteException(e, methodStr); in registerCallback() 1188 final String methodStr = "setSsid"; in setSsid() local 1189 if (!checkISupplicantStaNetworkAndLogFailure(methodStr)) return false; in setSsid() [all …]
|
D | SupplicantStaIfaceHal.java | 327 final String methodStr = "setupIface"; in setupIface() local 328 if (checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr) != null) return false; in setupIface() 479 final String methodStr = "teardownIface"; in teardownIface() local 480 if (checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr) == null) return false; in teardownIface() 641 final String methodStr = "terminate"; in terminate_V1_1() local 642 if (!checkSupplicantAndLogFailure(methodStr)) return; in terminate_V1_1() 646 handleRemoteException(e, methodStr); in terminate_V1_1() 648 handleNoSuchElementException(e, methodStr); in terminate_V1_1() 1191 final String methodStr = "addNetwork"; in addNetwork() local 1192 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in addNetwork() [all …]
|
D | HostapdHal.java | 261 String methodStr = "registerCallback_1_1"; in registerCallback() local 266 return checkStatusAndLogFailure(status, methodStr); in registerCallback() 268 handleRemoteException(e, methodStr); in registerCallback() 333 final String methodStr = "addAccessPoint"; in addAccessPoint() local 377 if (!checkHostapdAndLogFailure(methodStr)) return false; in addAccessPoint() 394 if (!checkStatusAndLogFailure(status, methodStr)) { in addAccessPoint() 400 handleRemoteException(e, methodStr); in addAccessPoint() 414 final String methodStr = "removeAccessPoint"; in removeAccessPoint() local 415 if (!checkHostapdAndLogFailure(methodStr)) return false; in removeAccessPoint() 418 if (!checkStatusAndLogFailure(status, methodStr)) { in removeAccessPoint() [all …]
|