Home
last modified time | relevance | path

Searched refs:readOnlyProperty (Results 1 – 5 of 5) sorted by relevance

/openbmc/libbej/test/
H A Dbej_tree_test.cpp19 EXPECT_THAT(node.nodeAttr.format.readOnlyProperty, 0); in TEST()
36 EXPECT_THAT(node.nodeAttr.format.readOnlyProperty, 0); in TEST()
53 EXPECT_THAT(node.nodeAttr.format.readOnlyProperty, 0); in TEST()
98 EXPECT_THAT(child.leaf.nodeAttr.format.readOnlyProperty, 0); in TEST()
131 EXPECT_THAT(child.leaf.nodeAttr.format.readOnlyProperty, 0); in TEST()
150 EXPECT_THAT(child.leaf.nodeAttr.format.readOnlyProperty, 0); in TEST()
169 EXPECT_THAT(child.leaf.nodeAttr.format.readOnlyProperty, 0); in TEST()
188 EXPECT_THAT(child.leaf.nodeAttr.format.readOnlyProperty, 0); in TEST()
199 EXPECT_THAT(parent.nodeAttr.format.readOnlyProperty, 0); in TEST()
204 EXPECT_THAT(parent.nodeAttr.format.readOnlyProperty, 1); in TEST()
/openbmc/libbej/src/
H A Dbej_tree.c9 node->nodeAttr.format.readOnlyProperty = 0; in bejTreeInitParent()
48 node->nodeAttr.format.readOnlyProperty = 0; in bejTreeInitChildNode()
133 bool deferredBinding, bool readOnlyProperty, in bejTreeUpdateNodeFlags() argument
137 node->format.readOnlyProperty = readOnlyProperty; in bejTreeUpdateNodeFlags()
H A Dbej_decoder_core.c729 if (params.sflv.format.readOnlyProperty) in bejDecode()
/openbmc/libbej/include/libbej/
H A Dbej_common.h102 uint8_t readOnlyProperty:1; member
H A Dbej_tree.h295 bool deferredBinding, bool readOnlyProperty,