Searched defs:new_time (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Dpayload_state.cc970 void PayloadState::SetBackoffExpiryTime(const Time& new_time) { argument
972 backoff_expiry_time_ = new_time;
/system/tpm/trunks/
H A Dtpm_generated.cc29218 const UINT64& new_time,
29241 rc = Serialize_UINT64(new_time, &new_time_bytes);
29386 const UINT64& new_time,
29395 TPM_RC rc = SerializeCommand_ClockSet(auth, auth_name, new_time, &command,
29406 const UINT64& new_time,
29410 TPM_RC rc = SerializeCommand_ClockSet(auth, auth_name, new_time, &command,
29215 SerializeCommand_ClockSet( const TPMI_RH_PROVISION& auth, const std::string& auth_name, const UINT64& new_time, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
29384 ClockSet(const TPMI_RH_PROVISION& auth, const std::string& auth_name, const UINT64& new_time, AuthorizationDelegate* authorization_delegate, const ClockSetResponse& callback) argument
29404 ClockSetSync(const TPMI_RH_PROVISION& auth, const std::string& auth_name, const UINT64& new_time, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 136 milliseconds