Lines Matching refs:key2

45     RegistryKey rootKey, key1, key2, key3, key4 ,key5, key6, key7, key8;  in test_coreReflection()  local
51 …REG_ENSURE(!key1.createKey(OUString::createFromAscii("ModuleA"), key2), "testCoreReflection error … in test_coreReflection()
52 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("StructA"), key3), "testCoreReflection error … in test_coreReflection()
53 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("EnumA"), key4), "testCoreReflection error 6"… in test_coreReflection()
54 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("XInterfaceA"), key5), "testCoreReflection er… in test_coreReflection()
55 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("ExceptionA"), key6), "testCoreReflection err… in test_coreReflection()
56 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("ServiceA"), key7), "testCoreReflection error… in test_coreReflection()
57 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("ConstantsA"), key8), "testCoreReflection err… in test_coreReflection()
140 …REG_ENSURE(!key2.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
143 REG_ENSURE(!key2.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9a"); in test_coreReflection()
384 RegistryKey rootKey, key1, key2, key3, key4 ,key5, key6, key7, key8, key9; in test_registry_CppApi() local
390 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("mySecondKey"), key2), "test_registry_CppA… in test_registry_CppApi()
509 REG_ENSURE(!key2.getValue(OUString(), readValue), "test_registry_CppApi error 10"); in test_registry_CppApi()
590 REG_ENSURE(!key2.closeKey(), "test_registry_CppApi error 16"); in test_registry_CppApi()
591 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("mySecondKey"), key2), "test_registry_CppApi… in test_registry_CppApi()
599 REG_ENSURE(!key2.closeKey() && in test_registry_CppApi()
637 …REG_ENSURE(!key1.createKey(OUString::createFromAscii("myFirstKey2"), key2), "test_registry_CppApi … in test_registry_CppApi()
649 !key2.closeKey(), "test_registry_CppApi error 41"); in test_registry_CppApi()