Home
last modified time | relevance | path

Searched refs:lastAuthTime_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp39 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()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Daccess_control_profile.h78 int32_t lastAuthTime_; variable