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

  /external/chromium_org/remoting/host/
pairing_registry_delegate_win.h 23 const wchar_t kPairingRegistryKeyName[] =
26 const wchar_t kPairingRegistryKeyName[] =
daemon_process_win.cc 303 LONG result = root.Open(HKEY_LOCAL_MACHINE, kPairingRegistryKeyName,
307 PLOG(ERROR) << "Failed to open HKLM\\" << kPairingRegistryKeyName;
316 PLOG(ERROR) << "Failed to open HKLM\\" << kPairingRegistryKeyName << "\\"
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc 198 LONG result = root.Open(HKEY_LOCAL_MACHINE, kPairingRegistryKeyName,
202 PLOG(ERROR) << "Failed to open HKLM\\" << kPairingRegistryKeyName;
223 PLOG(ERROR) << "Failed to open HKLM\\" << kPairingRegistryKeyName << "\\"

Completed in 143 milliseconds