Searched refs:lastAuthTime_ (Results 1 – 2 of 2) sorted by relevance
39 lastAuthTime_(-1), in AccessControlProfile()140 return lastAuthTime_; in GetLastAuthTime()145 lastAuthTime_ = lastAuthTime; in SetLastAuthTime()211 WRITE_HELPER_RET(parcel, Int32, lastAuthTime_, false); in Marshalling()231 READ_HELPER_RET(parcel, Int32, lastAuthTime_, false); in UnMarshalling()256 cJSON_AddNumberToObject(json, LAST_AUTH_TIME.c_str(), lastAuthTime_); in dump()
78 int32_t lastAuthTime_; variable