Searched refs:sessionId (Results 1 – 5 of 5) sorted by relevance
37 ndk::ScopedAStatus BaseWatchdogClient::checkIfAlive(int32_t sessionId, TimeoutLength /*timeout*/) { in checkIfAlive() argument41 mCurrentSessionId = sessionId; in checkIfAlive()86 int sessionId; in respondToWatchdog() local89 sessionId = mCurrentSessionId; in respondToWatchdog()92 ndk::ScopedAStatus status = mWatchdogServer->tellClientAlive(mTestClient, sessionId); in respondToWatchdog()94 ALOGE("Failed to call tellClientAlive(session id = %d): %d", sessionId, in respondToWatchdog()
29 int32_t sessionId, aidl::android::automotive::watchdog::TimeoutLength timeout) override;
36 if (sessionInfo.sessionId == 0) { in iccCloseLogicalChannelWithSessionInfo()43 return iccCloseLogicalChannel(serial, sessionInfo.sessionId); in iccCloseLogicalChannelWithSessionInfo()
966 apdu.sessionid = message.sessionId; in dispatchIccApdu()
73 std::vector<uint8_t> sessionId = SessionLibrary::get()->createSession(); in openSession() local74 *_aidl_return = sessionId; in openSession()