HomeSort by relevance Sort by last modified time
    Searched refs:issue_time_str (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cloud_print/gcp20/prototype/
x_privet_token.cc 48 std::string issue_time_str = token.substr(delimeter_pos + 1);
50 if (!base::StringToUint64(issue_time_str, &issue_time))
62 std::string issue_time_str = base::StringPrintf("%"PRIu64, issue_time); local
65 issue_time_str);
67 return result + kXPrivetTokenDelimeter + issue_time_str;
x_privet_token_unittest.cc 26 std::string issue_time_str = base::StringPrintf("%" PRIu64, issue_time); local
27 std::string sha1_val = base::SHA1HashString(secret + ":" + issue_time_str);
34 std::string token = base64_val + ":" + issue_time_str;

Completed in 169 milliseconds