#include "smbios/compat.h"
#include <iomanip>
#include <fstream>
#include "testPlatform.h"
#include "smbios/SmbiosDefs.h"
#include "smbios/IMemory.h"
#include "smbios/ISmi.h"
#include "smbios/IObserver.h"
#include "smbios/version.h"
Go to the source code of this file.
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (testPlatform) | |
void | copyFile (string dstFile, string srcFile) |
bool | fileExists (string fileName) |
string | safeConvertToString (const char *str) |
char * | getServiceTagFromCMOSToken () |
char * | getAssetTagFromToken () |
|
Definition at line 49 of file testPlatform.cpp. |
|
|
|
Definition at line 60 of file testPlatform.cpp. |
|
Definition at line 507 of file System.cpp. References ASSET_TAG_CMOS_LEN_MAX, ASSET_TAG_LEN_MAX, CmosRWFactory::getFactory(), TokenTableFactory::getFactory(), CmosRWFactory::getSingleton(), TokenTableFactory::getSingleton(), ICmosRW::readByte(), u16, u32, and u8. Referenced by testPlatform::testAssetTag(). |
|
Definition at line 285 of file System.cpp. References DCOUT, dell_decode_service_tag(), CmosRWFactory::getFactory(), TokenTableFactory::getFactory(), CmosRWFactory::getSingleton(), TokenTableFactory::getSingleton(), ICmosRW::readByte(), SVC_TAG_CMOS_LEN_MAX, SVC_TAG_LEN_MAX, u16, u32, and u8. Referenced by testPlatform::testServiceTagWriting(). |
|
Definition at line 446 of file testPlatform.cpp. References SMBIOSFreeMemory(). |