Home
last modified time | relevance | path

Searched refs:isLocked (Results 1 – 6 of 6) sorted by relevance

/openbmc/estoraged/src/test/
H A Destoraged_test.cpp167 EXPECT_FALSE(esObject->isLocked()); in TEST_F()
170 EXPECT_TRUE(esObject->isLocked()); in TEST_F()
214 EXPECT_FALSE(esObject->isLocked()); in TEST_F()
217 EXPECT_TRUE(esObject->isLocked()); in TEST_F()
228 EXPECT_TRUE(esObject->isLocked()); in TEST_F()
244 EXPECT_TRUE(esObject->isLocked()); in TEST_F()
257 EXPECT_TRUE(esObject->isLocked()); in TEST_F()
272 EXPECT_TRUE(esObject->isLocked()); in TEST_F()
290 EXPECT_TRUE(esObject->isLocked()); in TEST_F()
311 EXPECT_FALSE(esObject->isLocked()); in TEST_F()
[all …]
/openbmc/intel-ipmi-oem/include/
H A Dmanufacturingcommands.hpp207 bool isLocked; member in ipmi::LedProperty
211 signal(signal_), name(name_), prevState(""), isLocked(false) in LedProperty()
223 isLocked = lock; in setLock()
239 return isLocked; in getLock()
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py622 if self.isLocked():
632 if self.isLocked():
654 def isLocked(self): member in LayerIndexObj
687 if self.isLocked():
695 if self.isLocked():
714 if self.isLocked():
722 if self.isLocked():
740 if self.isLocked():
748 if self.isLocked():
928 if self.isLocked():
[all …]
/openbmc/estoraged/src/
H A Destoraged.cpp80 value = this->isLocked(); in EStoraged()
101 value = this->isLocked(); in EStoraged()
231 if (!isLocked()) in erase()
284 bool EStoraged::isLocked() const in isLocked() function in estoraged::EStoraged
/openbmc/estoraged/include/
H A Destoraged.hpp109 bool isLocked() const;
/openbmc/bmcweb/redfish-core/lib/
H A Dstorage.hpp459 const bool* isLocked = nullptr; in getDriveItemProperties() local
568 isLocked = std::get_if<bool>(&property.second); in getDriveItemProperties()
569 if (isLocked == nullptr) in getDriveItemProperties()
578 if (encryptionStatus == nullptr || isLocked == nullptr || in getDriveItemProperties()
592 if (*isLocked) in getDriveItemProperties()