| /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_attribute.hpp | 100 bool readOnly; member in pldm::responder::bios::BIOSAttribute
|
| H A D | bios_integer_attribute.cpp | 29 readOnly, in BIOSIntegerAttribute() 110 stringTable.findHandle(name), readOnly, in constructEntry()
|
| H A D | bios_config.hpp | 138 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/entity-manager/src/entity_manager/ |
| H A D | dbus_interface.hpp | 46 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 D | entity_manager.cpp | 50 : sdbusplus::asio::PropertyPermission::readOnly; in getPermission()
|
| /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/webui-vue/src/views/SecurityAndAccess/UserManagement/ |
| H A D | TableRoles.vue | 97 label: i18n.global.t('pageUserManagement.tableRoles.readOnly'),
|
| /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/bios-settings-mgr/include/ |
| H A D | manager.hpp | 133 readOnly, enumerator
|
| /openbmc/webui-vue/src/store/modules/ |
| H A D | GlobalStore.js | 13 readOnly: 'ReadOnly', property in privilegesId
|
| /openbmc/sdbusplus/include/sdbusplus/asio/ |
| H A D | object_server.hpp | 389 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 D | ServerPowerOperations.vue | 211 return this.userPrivilege === privilegesId.readOnly;
|
| /openbmc/openbmc-test-automation/redfish/account_service/ |
| H A D | test_user_account.robot | 473 @{readOnly}= Create List Login ConfigureSelf 476 ... readOnly_privileges=${readOnly}
|