Searched defs:hive (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_provider_win_unittest.cc143 void WriteString(HKEY hive, const char* name, const wchar_t* value);
145 void WriteDWORD(HKEY hive, const char* name, DWORD value);
148 void WriteValue(HKEY hive, const char* name, const Value* value);
150 void WriteInvalidValue(HKEY hive, const char* name, const Value* value);
230 void ConfigurationPolicyProviderWinTest::WriteString(HKEY hive, argument
233 RegKey key(hive, policy::kRegistrySubKey, KEY_ALL_ACCESS);
237 void ConfigurationPolicyProviderWinTest::WriteDWORD(HKEY hive, argument
240 RegKey key(hive, policy::kRegistrySubKey, KEY_ALL_ACCESS);
244 void ConfigurationPolicyProviderWinTest::WriteValue(HKEY hive, argument
251 WriteDWORD(hive, nam
289 WriteInvalidValue(HKEY hive, const char* name, const Value* value) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Dtncc.c935 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) argument
947 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS,
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c929 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) argument
941 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS,
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c929 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) argument
941 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c929 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) argument
941 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS,

Completed in 89 milliseconds