Searched refs:methodStr (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaNetworkHal.java | 1158 final String methodStr = "getId"; in getId() local 1159 if (!checkISupplicantStaNetworkAndLogFailure(methodStr)) return false; in getId() 1167 checkStatusAndLogFailure(status, methodStr); in getId() 1172 handleRemoteException(e, methodStr); in getId() 1181 final String methodStr = "registerCallback"; in registerCallback() local 1182 if (!checkISupplicantStaNetworkAndLogFailure(methodStr)) return false; in registerCallback() 1185 return checkStatusAndLogFailure(status, methodStr); in registerCallback() 1187 handleRemoteException(e, methodStr); in registerCallback() 1196 final String methodStr = "setSsid"; in setSsid() local 1197 if (!checkISupplicantStaNetworkAndLogFailure(methodStr)) return false; in setSsid() [all …]
|
D | SupplicantStaIfaceHal.java | 321 final String methodStr = "setupIface"; in setupIface() local 322 if (checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr) != null) return false; in setupIface() 473 final String methodStr = "teardownIface"; in teardownIface() local 474 if (checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr) == null) return false; in teardownIface() 635 final String methodStr = "terminate"; in terminate_V1_1() local 636 if (!checkSupplicantAndLogFailure(methodStr)) return; in terminate_V1_1() 640 handleRemoteException(e, methodStr); in terminate_V1_1() 642 handleNoSuchElementException(e, methodStr); in terminate_V1_1() 1167 final String methodStr = "addNetwork"; in addNetwork() local 1168 ISupplicantStaIface iface = checkSupplicantStaIfaceAndLogFailure(ifaceName, methodStr); in addNetwork() [all …]
|
D | HostapdHal.java | 253 String methodStr = "registerCallback_1_1"; in registerCallback() local 258 return checkStatusAndLogFailure(status, methodStr); in registerCallback() 260 handleRemoteException(e, methodStr); in registerCallback() 309 final String methodStr = "addAccessPoint"; in addAccessPoint() local 345 if (!checkHostapdAndLogFailure(methodStr)) return false; in addAccessPoint() 362 if (!checkStatusAndLogFailure(status, methodStr)) { in addAccessPoint() 368 handleRemoteException(e, methodStr); in addAccessPoint() 382 final String methodStr = "removeAccessPoint"; in removeAccessPoint() local 383 if (!checkHostapdAndLogFailure(methodStr)) return false; in removeAccessPoint() 386 if (!checkStatusAndLogFailure(status, methodStr)) { in removeAccessPoint() [all …]
|