Lines Matching refs:key4
45 RegistryKey rootKey, key1, key2, key3, key4 ,key5, key6, key7, key8; in test_coreReflection() local
53 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("EnumA"), key4), "testCoreReflection error 6"… in test_coreReflection()
214 …REG_ENSURE(!key4.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
384 RegistryKey rootKey, key1, key2, key3, key4 ,key5, key6, key7, key8, key9; in test_registry_CppApi() local
392 …REG_ENSURE(!key1.createKey(OUString::createFromAscii("mySecondSubKey"), key4), "test_registry_CppA… in test_registry_CppApi()
395 …REG_ENSURE(!key5.createKey(OUString::createFromAscii("1"), key4), "test_registry_CppApi error 6b"); in test_registry_CppApi()
396 …REG_ENSURE(!key4.createKey(OUString::createFromAscii("2"), key3), "test_registry_CppApi error 6c"); in test_registry_CppApi()
397 … REG_ENSURE(!key5.openKey(OUString::createFromAscii("1"), key4), "test_registry_CppApi error 6d"); in test_registry_CppApi()
398 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/myThirdKey/1"), key4), "test_registry_CppA… in test_registry_CppApi()
399 …REG_ENSURE(key4.getName().equals(OUString::createFromAscii("/myThirdKey/1")), "test_registry_CppAp… in test_registry_CppApi()
586 !key4.closeKey(), "test_registry_CppApi error 14"); in test_registry_CppApi()