Home | History | Annotate | Download | only in jni

Lines Matching refs:fn

121     static const char fn [] = "RouteDataSet::initialize";
122 ALOGD ("%s: enter", fn);
126 ALOGD ("%s: exit; return=true", fn);
142 static const char fn [] = "RouteDataSet::deleteDatabase";
143 ALOGD ("%s: default db size=%u; sec elem db size=%u", fn, mDefaultRouteDatabase.size(), mSecElemRouteDatabase.size());
167 static const char fn [] = "RouteDataSet::import";
168 ALOGD ("%s: enter", fn);
180 ALOGD ("%s: fail parse", fn);
187 ALOGE ("%s: fail root element", fn);
190 ALOGD ("%s: root=%s", fn, node1->name);
200 ALOGD ("%s: found SecElemSelectedRoutes", fn);
213 ALOGD ("%s: found DefaultRoutes", fn);
234 ALOGD ("%s: exit; return=%u", fn, retval);
251 static const char fn [] = "RouteDataSet::saveToFile";
262 ALOGE ("%s: fail to open file", fn);
269 ALOGD ("%s: wrote %u bytes", fn, actualWritten);
271 ALOGE ("%s: error during write", fn);
277 ALOGE ("%s: error during chmod", fn);
294 static const char fn [] = "RouteDataSet::loadFromFile";
304 ALOGD ("%s: fail to open file", fn);
316 ALOGD ("%s: read %u bytes", fn, routesXml.length());
336 static const char fn [] = "RouteDataSet::importProtocolRoute";
346 ALOGD_IF (sDebug, "%s: element=%s", fn, element->name);
359 ALOGD_IF (sDebug, "%s: %s=0x%X", fn, id, data->mProtocol);
368 ALOGD_IF (sDebug, "%s: %s=0x%X", fn, secElem, data->mNfaEeHandle);
408 static const char fn [] = "RouteDataSet::importTechnologyRoute";
418 ALOGD_IF (sDebug, "%s: element=%s", fn, element->name);
429 ALOGD_IF (sDebug, "%s: %s=0x%X", fn, id, data->mTechnology);
438 ALOGD_IF (sDebug, "%s: %s=0x%X", fn, secElem, data->mNfaEeHandle);
476 static const char fn [] = "RouteDataSet::deleteFile";
480 ALOGD ("%s: exit %u", fn, stat==0);
519 static const char fn [] = "RouteDataSet::printDiagnostic";
522 fn);
531 ALOGD ("%s: ee h=0x%X; protocol=0x%X", fn, proto->mNfaEeHandle, proto->mProtocol);
537 ALOGD ("%s: ee h=0x%X; technology=0x%X", fn, tech->mNfaEeHandle, tech->mTechnology);
543 ALOGD ("%s: sec elem route database", fn);
553 ALOGD ("%s: ee h=0x%X; protocol=0x%X", fn, proto->mNfaEeHandle, proto->mProtocol);
559 ALOGD ("%s: ee h=0x%X; technology=0x%X", fn, tech->mNfaEeHandle, tech->mTechnology);