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

  /external/chromium_org/rlz/examples/
rlz_id.cc 5 #include "rlz/lib/machine_id.h"
8 std::string machine_id; local
9 if (!rlz_lib::GetMachineId(&machine_id))
12 printf("%s\n", machine_id.c_str());
  /external/chromium_org/rlz/lib/
machine_id.cc 5 #include "rlz/lib/machine_id.h"
14 bool GetMachineId(std::string* machine_id) {
15 if (!machine_id)
21 *machine_id = calculated_id;
30 if (!testing::GetMachineIdImpl(sid_string, volume_id, machine_id))
34 calculated_id = *machine_id;
42 std::string* machine_id) {
43 machine_id->clear();
79 id_binary.c_str(), kSizeWithoutChecksum + 1, machine_id);
machine_id.h 19 bool GetMachineId(std::string* machine_id);
29 std::string* machine_id);
financial_ping_test.cc 25 #include "rlz/lib/machine_id.h"
87 std::string machine_id; local
88 bool got_machine_id = rlz_lib::GetMachineId(&machine_id);
100 base::StringAppendF(&expected_response, "&id=%s", machine_id.c_str());
112 base::StringAppendF(&expected_response, "&id=%s", machine_id.c_str());
financial_ping.cc 18 #include "rlz/lib/machine_id.h"
173 std::string machine_id; local
174 if (GetMachineId(&machine_id)) {
176 machine_id.c_str());
  /external/chromium_org/chrome/browser/renderer_host/pepper/
device_id_fetcher.h 58 const std::string& machine_id);
device_id_fetcher.cc 25 #include "rlz/lib/machine_id.h"
133 // Get the machine ID and call ComputeOnUIThread with salt + machine_id.
140 const std::string& machine_id) {
143 if (machine_id.empty()) {
161 std::string input = machine_id;
167 input = machine_id;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Util.py 70 machine_id = machine_to_id[os.uname()[4]]
78 return audit.audit_syscall_to_name(id, machine_id)
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_win.cc 28 #include "rlz/lib/machine_id.h"
185 std::string machine_id; local
186 if (!rlz_lib::GetMachineId(&machine_id))
188 return machine_id;
198 std::string machine_id = GetRlzMachineId(); local
199 if (mac_address.empty() || machine_id.empty()) {
203 callback.Run(mac_address + machine_id);
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos.cc 186 std::string machine_id; local
191 &machine_id) &&
192 !machine_id.empty()) {
197 if (machine_id.empty())
200 return machine_id;
  /external/chromium_org/chrome/browser/extensions/
install_signer.cc 36 #include "rlz/lib/machine_id.h"
82 std::string machine_id; local
84 if (!rlz_lib::GetMachineId(&machine_id))
87 machine_id = "unknown";
93 hash->Update(machine_id.data(), machine_id.size());
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py 374 msg.machine_id,
690 if msg.machine_id:
691 self.server.UpdateMachineId(token_info['device_token'], msg.machine_id)
752 token_info['machine_id'] in BAD_MACHINE_IDS)
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client.h 94 const std::string& machine_id,
cloud_policy_client.cc 51 const std::string& machine_id,
58 : machine_id_(machine_id),

Completed in 450 milliseconds