Lines Matching refs:LOG
79 LOG(INFO) << "Session Timer expired !!"; in omapiSessionTimerFunc()
91 LOG(ERROR) in BinderDiedCallback()
96 LOG(ERROR) in BinderDiedCallback()
112 LOG(INFO) << "OmapiTransport destructor cleaning up death recipient cookie(" in ~OmapiTransport()
120 LOG(DEBUG) << "Initialize the secure element connection"; in initialize()
132 LOG(ERROR) << "Failed to start omapiSeService null"; in initialize()
143 LOG(INFO) << "linkToDeath on OMAPI service with cookie: " << cookieKey; in initialize()
159 LOG(ERROR) << "getReaders failed to get available readers: " << status.getMessage(); in initialize()
168 LOG(ERROR) << "getReader for " << readerName.c_str() << " Failed: " in initialize()
177 LOG(DEBUG) << "Finding eSE reader"; in initialize()
182 LOG(DEBUG) << "eSE reader found: " << name; in initialize()
187 LOG(DEBUG) << "Found reader "<< prefTerminalName << " breaking."; in initialize()
196 LOG(ERROR) << "secure element reader " << ESE_READER_PREFIX << " not found"; in initialize()
207 LOG(DEBUG) << "internalTransmitApdu: trasmitting data to secure element"; in internalTransmitApdu()
210 LOG(ERROR) << "eSE reader is null"; in internalTransmitApdu()
217 LOG(ERROR) << "isSecureElementPresent error: " << res.getMessage(); in internalTransmitApdu()
221 LOG(ERROR) << "secure element not found"; in internalTransmitApdu()
227 LOG(ERROR) << "openSession error: " << res.getMessage(); in internalTransmitApdu()
231 LOG(ERROR) << "Could not open session null"; in internalTransmitApdu()
237 LOG(ERROR) << "openLogicalChannel error: " << res.getMessage(); in internalTransmitApdu()
241 LOG(ERROR) << "Could not open channel null"; in internalTransmitApdu()
248 LOG(ERROR) << "getSelectResponse error: " << res.getMessage(); in internalTransmitApdu()
255 LOG(ERROR) << "Failed to select the Applet."; in internalTransmitApdu()
263 LOG(INFO) << "STATUS OF TRNSMIT: " << res.getExceptionCode() << " Message: " in internalTransmitApdu()
266 LOG(ERROR) << "transmit error: " << res.getMessage(); in internalTransmitApdu()
290 LOG(INFO) << "Failed to send data, try to initialize connection SE connection"; in sendData()
292 LOG(ERROR) << "Failed to send data, initialization not completed"; in sendData()
299 LOG(ERROR) << "Failed to send data, APDU is null"; in sendData()
304 LOG(DEBUG) << "Sending apdu data to secure element: " << ESE_READER_PREFIX; in sendData()
314 LOG(ERROR) << "secure element reader " << ESE_READER_PREFIX << " not found"; in sendData()
320 LOG(DEBUG) << "Closing all connections"; in closeConnection()
334 LOG(INFO) << "unlinkToDeath on OMAPI service with cookie: " << cookie; in closeConnection()
352 LOG(DEBUG) << "Connection initialization already completed"; in isConnected()
356 LOG(DEBUG) << "Connection initialization not completed"; in isConnected()
376 LOG(ERROR) << "eSE reader is null"; in internalProtectedTransmitApdu()
383 LOG(ERROR) << "isSecureElementPresent error: " << res.getMessage(); in internalProtectedTransmitApdu()
387 LOG(ERROR) << "secure element not found"; in internalProtectedTransmitApdu()
394 LOG(ERROR) << "openSession error: " << res.getMessage(); in internalProtectedTransmitApdu()
398 LOG(ERROR) << "Could not open session null"; in internalProtectedTransmitApdu()
405 LOG(ERROR) << "Select / Command INS not allowed"; in internalProtectedTransmitApdu()
411 LOG(ERROR) << "openLogicalChannel error: " << res.getMessage(); in internalProtectedTransmitApdu()
418 LOG(ERROR) << "Could not open channel null"; in internalProtectedTransmitApdu()
424 LOG(ERROR) << "getSelectResponse error: " << res.getMessage(); in internalProtectedTransmitApdu()
431 LOG(ERROR) << "Failed to select the Applet."; in internalProtectedTransmitApdu()
447 LOG(ERROR) << "command Ins:" << apdu[APDU_INS_OFFSET] << " not allowed"; in internalProtectedTransmitApdu()
467 LOG(ERROR) << "Set Timer Failed !!!"; in internalProtectedTransmitApdu()
478 LOG(ERROR) << "transmit error: " << res.getMessage(); in internalProtectedTransmitApdu()
509 LOG(INFO) << " retry openLogicalChannel after 2 secs"; in openChannelToApplet()