Home | History | Annotate | Download | only in esed

Lines Matching defs:ese

48     // Open connection to the eSE
49 EseInterfaceImpl ese;
52 ese.init();
53 if (ese.open() < 0) {
54 std::string errMsg = "Failed to open connection to eSE";
55 if (ese.error()) {
56 errMsg += " (" + std::to_string(ese.error_code()) + "): " + ese.error_message();
67 LOG(INFO) << "Opened connection to the eSE";
71 ese.close();
80 sp<Weaver> weaver = new Weaver{ese};