HomeSort by relevance Sort by last modified time
    Searched refs:HKEY (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/chrome/installer/util/
registry_test_data.h 29 bool Initialize(HKEY root_key, const wchar_t* base_path);
36 void ExpectMatchesNonEmptyKey(HKEY root_key, const wchar_t* path);
38 HKEY root_key() const { return root_key_; }
45 static void ExpectEmptyKey(HKEY root_key, const wchar_t* path);
48 static bool DeleteKey(HKEY root_key, const wchar_t* path);
50 HKEY root_key_;
create_reg_key_work_item.h 28 CreateRegKeyWorkItem(HKEY predefined_root,
38 HKEY predefined_root_;
delete_reg_key_work_item.h 33 DeleteRegKeyWorkItem(HKEY predefined_root,
39 HKEY predefined_root_;
registry_key_backup.h 29 bool Initialize(HKEY root, const wchar_t* key_path, REGSAM wow64_acccess);
34 bool WriteTo(HKEY root, const wchar_t* key_path, REGSAM wow64_acccess) const;
delete_reg_value_work_item.h 41 DeleteRegValueWorkItem(HKEY predefined_root,
48 HKEY predefined_root_;
set_reg_value_work_item.h 45 SetRegValueWorkItem(HKEY predefined_root,
52 SetRegValueWorkItem(HKEY predefined_root,
59 SetRegValueWorkItem(HKEY predefined_root,
68 HKEY predefined_root_;
work_item.cc 49 HKEY predefined_root,
56 HKEY predefined_root,
63 HKEY predefined_root,
90 HKEY predefined_root,
105 HKEY predefined_root,
120 HKEY predefined_root,
work_item.h 97 HKEY predefined_root,
104 HKEY predefined_root,
110 HKEY predefined_root,
134 HKEY predefined_root,
144 HKEY predefined_root,
154 HKEY predefined_root,
work_item_list.h 61 virtual WorkItem* AddCreateRegKeyWorkItem(HKEY predefined_root,
67 virtual WorkItem* AddDeleteRegKeyWorkItem(HKEY predefined_root,
73 virtual WorkItem* AddDeleteRegValueWorkItem(HKEY predefined_root,
98 virtual WorkItem* AddSetRegValueWorkItem(HKEY predefined_root,
107 virtual WorkItem* AddSetRegValueWorkItem(HKEY predefined_root,
116 virtual WorkItem* AddSetRegValueWorkItem(HKEY predefined_root,
install_util.h 116 static bool DeleteRegistryKey(HKEY root_key,
122 static bool DeleteRegistryValue(HKEY reg_root, const base::string16& key_path,
146 HKEY root_key,
157 HKEY root_key,
registry_test_data.cc 22 bool RegistryTestData::DeleteKey(HKEY root_key, const wchar_t* path) {
47 bool RegistryTestData::Initialize(HKEY root_key, const wchar_t* base_path) {
83 void RegistryTestData::ExpectMatchesNonEmptyKey(HKEY root_key,
98 void RegistryTestData::ExpectEmptyKey(HKEY root_key, const wchar_t* path) {
  /external/chromium_org/base/test/
test_reg_util_win.h 41 void OverrideRegistry(HKEY override, const base::string16& override_name);
49 ScopedRegistryKeyOverride(HKEY override, const base::string16& key_path);
53 HKEY override_;
  /external/chromium_org/base/win/
registry.h 29 explicit RegKey(HKEY key);
30 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access);
33 LONG Create(HKEY rootkey, const wchar_t* subkey, REGSAM access);
35 LONG CreateWithDisposition(HKEY rootkey, const wchar_t* subkey,
42 LONG Open(HKEY rootkey, const wchar_t* subkey, REGSAM access);
51 void Set(HKEY key);
54 HKEY Take();
136 HKEY Handle() const { return key_; }
141 static LONG RegDeleteKeyExWrapper(HKEY hKey,
    [all...]
win_util.h 86 BASE_EXPORT bool AddCommandToAutoRun(HKEY root_key, const string16& name,
90 BASE_EXPORT bool RemoveCommandFromAutoRun(HKEY root_key, const string16& name);
94 BASE_EXPORT bool ReadCommandFromAutoRun(HKEY root_key,
registry.cc 45 RegKey::RegKey(HKEY key)
51 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access)
70 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) {
75 LONG RegKey::CreateWithDisposition(HKEY rootkey, const wchar_t* subkey,
78 HKEY subhkey = NULL;
102 HKEY subkey = NULL;
114 LONG RegKey::Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) {
116 HKEY subhkey = NULL;
139 HKEY subkey = NULL;
162 void RegKey::Set(HKEY key)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winreg.h 37 #define HKEY_CLASSES_ROOT ((HKEY) (ULONG_PTR)((LONG)0x80000000))
38 #define HKEY_CURRENT_USER ((HKEY) (ULONG_PTR)((LONG)0x80000001))
39 #define HKEY_LOCAL_MACHINE ((HKEY) (ULONG_PTR)((LONG)0x80000002))
40 #define HKEY_USERS ((HKEY) (ULONG_PTR)((LONG)0x80000003))
41 #define HKEY_PERFORMANCE_DATA ((HKEY) (ULONG_PTR)((LONG)0x80000004))
42 #define HKEY_PERFORMANCE_TEXT ((HKEY) (ULONG_PTR)((LONG)0x80000050))
43 #define HKEY_PERFORMANCE_NLSTEXT ((HKEY) (ULONG_PTR)((LONG)0x80000060))
44 #define HKEY_CURRENT_CONFIG ((HKEY) (ULONG_PTR)((LONG)0x80000005))
45 #define HKEY_DYN_DATA ((HKEY) (ULONG_PTR)((LONG)0x80000006))
140 WINADVAPI LONG WINAPI RegCloseKey(HKEY hKey)
    [all...]
powrprof.h 183 HKEY RootSystemPowerKey,
190 HKEY RootSystemPowerKey,
196 HKEY RootPowerKey,
203 HKEY RootPowerKey,
209 HKEY RootPowerKey,
219 HKEY UserRootPowerKey,
224 HKEY RootPowerKey,
230 HKEY RootPowerKey,
238 HKEY RootPowerKey,
248 HKEY RootPowerKey
    [all...]
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
registry.cc 10 // Converts an HKEY to a string. This is using the lazy way and works only
14 const wchar_t *HKEYToString(const HKEY key) {
32 void TryOpenKey(const HKEY hive, const wchar_t *path, FILE *output) {
33 HKEY key;
  /external/lzma/CPP/Windows/
Registry.h 13 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value);
17 HKEY _object;
22 operator HKEY() const { return _object; }
23 void Attach(HKEY key) { _object = key; }
24 HKEY Detach()
26 HKEY key = _object;
31 LONG Create(HKEY parentKey, LPCTSTR keyName,
36 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS);
  /external/chromium_org/remoting/host/
pairing_registry_delegate_win.h 52 bool SetRootKeys(HKEY privileged, HKEY unprivileged);
  /external/chromium_org/sandbox/win/tests/validation_tests/
commands.h 30 int TestOpenKey(HKEY base_key, base::string16 subkey);
  /external/chromium_org/net/proxy/
proxy_config_service_win.h 62 bool AddKeyToWatchList(HKEY rootkey, const wchar_t* subkey);
  /external/chromium_org/sandbox/win/tools/finder/
finder_registry.cc 9 DWORD Finder::ParseRegistry(HKEY key, ATL::CString print_name) {
21 HKEY key_to_parse;
44 DWORD Finder::TestRegAccess(HKEY key, ATL::CString name,
50 HKEY key_res;
  /external/chromium_org/third_party/npapi/npspy/windows/
profilew.h 45 HKEY hKey;
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 50 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk)
54 HKEY bhk;
120 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val)
137 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name)
164 static int wpa_config_read_global_uuid(struct wpa_config *config, HKEY hk)
183 HKEY hk)
202 static int wpa_config_read_global(struct wpa_config *config, HKEY hk)
283 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw,
286 HKEY nhk;
372 static int wpa_config_read_networks(struct wpa_config *config, HKEY hk
    [all...]

Completed in 432 milliseconds

1 2 3 4 5 6 7