Home
last modified time | relevance | path

Searched refs:readOnly (Results 1 – 21 of 21) sorted by relevance

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_attribute_test.cpp54 TestAttribute readOnly{jsonReadOnly, nullptr}; in TEST() local
55 EXPECT_EQ(readOnly.name, "ReadOnly"); in TEST()
56 EXPECT_EQ(readOnly.readOnly, true); in TEST()
81 EXPECT_EQ(readWrite.readOnly, false); in TEST()
H A Dlibpldmresponder_bios_integer_attribute_test.cpp45 EXPECT_TRUE(integerReadOnly.readOnly); in TEST_F()
84 EXPECT_TRUE(!integerReadWrite.readOnly); in TEST_F()
H A Dlibpldmresponder_bios_string_attribute_test.cpp43 EXPECT_TRUE(stringReadOnly.readOnly); in TEST_F()
72 EXPECT_TRUE(!stringReadWrite.readOnly); in TEST_F()
H A Dlibpldmresponder_bios_enum_attribute_test.cpp49 EXPECT_TRUE(enumReadOnly.readOnly); in TEST_F()
86 EXPECT_TRUE(!enumReadWrite.readOnly); in TEST_F()
/openbmc/pldm/libpldmresponder/
H A Dbios_attribute.cpp19 name(entry.at("attribute_name")), readOnly(false), in BIOSAttribute()
25 readOnly = entry.at("read_only"); in BIOSAttribute()
H A Dbios_string_attribute.cpp42 readOnly, in BIOSStringAttribute()
105 stringTable.findHandle(name), readOnly, in constructEntry()
H A Dbios_attribute.hpp100 bool readOnly; member in pldm::responder::bios::BIOSAttribute
H A Dbios_integer_attribute.cpp29 readOnly, in BIOSIntegerAttribute()
110 stringTable.findHandle(name), readOnly, in constructEntry()
H A Dbios_config.hpp138 readOnly, enumerator
H A Dbios_enum_attribute.cpp215 stringTable.findHandle(name), readOnly, in constructEntry()
H A Dbios_config.cpp330 biosAttributes[attrHandle % biosAttributes.size()]->readOnly; in checkAttributeValueTable()
/openbmc/entity-manager/src/entity_manager/
H A Ddbus_interface.hpp46 sdbusplus::asio::PropertyPermission::readOnly);
96 if (permission == sdbusplus::asio::PropertyPermission::readOnly) in addArrayToDbus()
132 if (permission == sdbusplus::asio::PropertyPermission::readOnly) in addProperty()
173 path, sdbusplus::asio::PropertyPermission::readOnly); in addValueToDBus()
H A Dentity_manager.cpp50 : sdbusplus::asio::PropertyPermission::readOnly; in getPermission()
/openbmc/qemu/tests/qemu-iotests/
H A D296117 readOnly = False, reOpen = False): argument
124 'read-only': readOnly,
222 readOnly = True)
236 reOpen = True, readOnly = False)
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DTableRoles.vue97 label: i18n.global.t('pageUserManagement.tableRoles.readOnly'),
/openbmc/intel-ipmi-oem/include/
H A Dbiosxml.hpp95 depex(false), readOnly(("ReadOnly" == setupTypeStr) ? true : false), in knob()
104 bool readOnly; member
137 else if (!knob.readOnly) in compute()
/openbmc/bios-settings-mgr/include/
H A Dmanager.hpp133 readOnly, enumerator
/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js13 readOnly: 'ReadOnly', property in privilegesId
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp389 readOnly, enumerator
505 PropertyPermission access = PropertyPermission::readOnly) in register_property()
507 if (access == PropertyPermission::readOnly) in register_property()
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DServerPowerOperations.vue211 return this.userPrivilege === privilegesId.readOnly;
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_user_account.robot473 @{readOnly}= Create List Login ConfigureSelf
476 ... readOnly_privileges=${readOnly}