Lines Matching refs:key6

45     RegistryKey rootKey, key1, key2, key3, key4 ,key5, key6, key7, key8;  in test_coreReflection()  local
55 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("ExceptionA"), key6), "testCoreReflection err… in test_coreReflection()
292 …REG_ENSURE(!key6.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
401 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("myFourthKey"), key6), "test_registry_CppA… in test_registry_CppApi()
402 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("myFifthKey"), key6), "test_registry_CppAp… in test_registry_CppApi()
403 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("mySixthKey"), key6), "test_registry_CppAp… in test_registry_CppApi()
409 …REG_ENSURE(!key6.createLink(OUString::createFromAscii("myFirstLink"), OUString::createFromAscii("/… in test_registry_CppApi()
410 …REG_ENSURE(!key6.createKey(OUString::createFromAscii("mySixthSubKey"), key7), "test_registry_CppAp… in test_registry_CppApi()
413 …REG_ENSURE(!key6.getLinkTarget(OUString::createFromAscii("myFirstLink"), linkTarget), "test_regist… in test_registry_CppApi()
435 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/mySixthKey/myFirstLink"), key6), "test_reg… in test_registry_CppApi()
438 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("myFifthKey"), key6), "test_registry_CppApi … in test_registry_CppApi()
439 REG_ENSURE(!key6.createLink(OUString::createFromAscii("mySecondLink"), in test_registry_CppApi()
442 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/myFifthKey/mySecondLink"), key6), "test_re… in test_registry_CppApi()
582 REG_ENSURE(!key6.closeKey(), "test_registry_CppApi error 14"); in test_registry_CppApi()