Searched refs:expiryTimeInMS (Results 1 – 5 of 5) sorted by relevance
48 * @param expiryTimeInMS the time when the keys need to be renewed.52 oneway sendExpirationUpdate(SessionId sessionId, int64_t expiryTimeInMS);
523 * @param expiryTimeInMS the time when the keys need to be renewed.527 sendExpirationUpdate(SessionId sessionId, int64_t expiryTimeInMS);
338 const hidl_vec<uint8_t>& sessionId, int64_t expiryTimeInMS) { in sendExpirationUpdate() argument340 mListener->sendExpirationUpdate(sessionId, expiryTimeInMS); in sendExpirationUpdate()391 int64_t expiryTimeInMS) { in sendExpirationUpdate() argument392 mListener->sendExpirationUpdate(toHidlVec(*sessionId), expiryTimeInMS); in sendExpirationUpdate()
136 int64_t expiryTimeInMS) override;148 int64_t expiryTimeInMS);
881 int64_t expiryTimeInMS; member910 int64_t expiryTimeInMS) override { in sendExpirationUpdate() argument913 args.expiryTimeInMS = expiryTimeInMS; in sendExpirationUpdate()971 EXPECT_EQ(100, result.args->expiryTimeInMS); in TEST_P()