Searched refs:fExpiryTimestamp (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/model/
H A DAccessToken.cpp19 fExpiryTimestamp(0)
26 if (from->FindUInt64(KEY_EXPIRY_TIMESTAMP, &fExpiryTimestamp) != B_OK) {
36 fExpiryTimestamp(0)
50 fExpiryTimestamp = other.fExpiryTimestamp;
79 return fExpiryTimestamp;
93 fExpiryTimestamp = value;
111 return IsValid() && (fExpiryTimestamp == 0 || fExpiryTimestamp > currentTimestamp);
119 fExpiryTimestamp
[all...]
H A DAccessToken.h46 uint64 fExpiryTimestamp; member in class:AccessToken

Completed in 14 milliseconds