/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_attribute_test.cpp | 54 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 D | libpldmresponder_bios_integer_attribute_test.cpp | 45 EXPECT_TRUE(integerReadOnly.readOnly); in TEST_F() 84 EXPECT_TRUE(!integerReadWrite.readOnly); in TEST_F()
|
H A D | libpldmresponder_bios_string_attribute_test.cpp | 43 EXPECT_TRUE(stringReadOnly.readOnly); in TEST_F() 72 EXPECT_TRUE(!stringReadWrite.readOnly); in TEST_F()
|
H A D | libpldmresponder_bios_enum_attribute_test.cpp | 49 EXPECT_TRUE(enumReadOnly.readOnly); in TEST_F() 86 EXPECT_TRUE(!enumReadWrite.readOnly); in TEST_F()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_attribute.cpp | 19 name(entry.at("attribute_name")), readOnly(false), in BIOSAttribute() 25 readOnly = entry.at("read_only"); in BIOSAttribute()
|
H A D | bios_string_attribute.cpp | 42 readOnly, in BIOSStringAttribute() 105 stringTable.findHandle(name), readOnly, in constructEntry()
|
H A D | bios_integer_attribute.cpp | 29 readOnly, in BIOSIntegerAttribute() 110 stringTable.findHandle(name), readOnly, in constructEntry()
|
H A D | bios_attribute.hpp | 100 bool readOnly; member in pldm::responder::bios::BIOSAttribute
|
H A D | bios_config.hpp | 149 readOnly, enumerator
|
H A D | bios_enum_attribute.cpp | 215 stringTable.findHandle(name), readOnly, in constructEntry()
|
H A D | bios_config.cpp | 330 biosAttributes[attrHandle % biosAttributes.size()]->readOnly; in checkAttributeValueTable()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 296 | 117 readOnly = False, reOpen = False): argument 124 'read-only': readOnly, 222 readOnly = True) 236 reOpen = True, readOnly = False)
|
/openbmc/entity-manager/src/ |
H A D | entity_manager.cpp | 193 if (permission == sdbusplus::asio::PropertyPermission::readOnly) in addArrayToDbus() 229 if (permission == sdbusplus::asio::PropertyPermission::readOnly) in addProperty() 296 sdbusplus::asio::PropertyPermission::readOnly) in populateInterfaceFromJson() 381 sdbusplus::asio::PropertyPermission::readOnly); in populateInterfaceFromJson() 397 sdbusplus::asio::PropertyPermission::readOnly); in populateInterfaceFromJson() 452 : sdbusplus::asio::PropertyPermission::readOnly; in getPermission()
|
/openbmc/intel-ipmi-oem/include/ |
H A D | biosxml.hpp | 95 depex(false), readOnly(("ReadOnly" == setupTypeStr) ? true : false), in knob() 104 bool readOnly; member 137 else if (!knob.readOnly) in compute()
|
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ |
H A D | TableRoles.vue | 100 label: i18n.global.t('pageUserManagement.tableRoles.readOnly'),
|
/openbmc/bios-settings-mgr/include/ |
H A D | manager.hpp | 163 readOnly, enumerator
|
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | object_server.hpp | 384 readOnly, enumerator 500 PropertyPermission access = PropertyPermission::readOnly) in register_property() 502 if (access == PropertyPermission::readOnly) in register_property()
|
/openbmc/openbmc-test-automation/redfish/account_service/ |
H A D | test_user_account.robot | 487 @{readOnly}= Create List Login ConfigureSelf 490 ... readOnly_privileges=${readOnly}
|