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

  /external/webrtc/webrtc/base/
win32regkey_unittest.cc 67 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
71 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
76 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
80 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
84 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CURRENT_USER);
88 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CURRENT_USER);
92 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
96 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
100 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT);
104 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT)
    [all...]
win32regkey.cc 313 HKEY h_key = GetRootKeyInfo(&key_name);
338 HKEY h_key = GetRootKeyInfo(&key_name);
373 HKEY h_key = GetRootKeyInfo(&key_name);
393 HKEY h_key = GetRootKeyInfo(&key_name);
443 HKEY h_key = GetRootKeyInfo(&key_name);
746 HKEY h_key = GetRootKeyInfo(&key_name);
764 HKEY h_key = GetRootKeyInfo(&key_name);
785 HKEY h_key = GetRootKeyInfo(&key_name);
812 HKEY h_key = GetRootKeyInfo(&key_name);
839 HKEY h_key = GetRootKeyInfo(&key_name)
    [all...]
win32regkey.h 278 static HKEY GetRootKeyInfo(std::wstring* full_key_name);

Completed in 196 milliseconds