|
MythTV master
|
Public Member Functions | |
| def | __init__ (self, database_filename) |
| def | get_pub_uuid (self, hw_uuid, host) |
| def | set_pub_uuid (self, hw_uuid, host, pub_uuid) |
| def | gen_uuid (self) |
| def | get_priv_uuid (self) |
Public Attributes | |
| hw_uuid_file | |
Static Public Attributes | |
| hw_uuid = None | |
Private Member Functions | |
| def | _flush (self) |
Private Attributes | |
| _database_filename | |
| _config | |
| def hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.__init__ | ( | self, | |
| database_filename | |||
| ) |
|
private |
Definition at line 60 of file uuiddb.py.
Referenced by hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.set_pub_uuid(), and hardwareprofile.uuiddb._UuidDb.set_pub_uuid().
| def hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.gen_uuid | ( | self | ) |
| def hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.get_priv_uuid | ( | self | ) |
Definition at line 108 of file uuiddb.py.
Referenced by hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.get_pub_uuid().
| def hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.get_pub_uuid | ( | self, | |
| hw_uuid, | |||
| host | |||
| ) |
| def hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.set_pub_uuid | ( | self, | |
| hw_uuid, | |||
| host, | |||
| pub_uuid | |||
| ) |
Definition at line 88 of file uuiddb.py.
Referenced by hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.get_pub_uuid().
|
private |
Definition at line 54 of file uuiddb.py.
Referenced by hardwareprofile.distros.mythtv_data.uuiddb._UuidDb._flush(), hardwareprofile.uuiddb._UuidDb._flush(), hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.get_pub_uuid(), hardwareprofile.uuiddb._UuidDb.get_pub_uuid(), hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.set_pub_uuid(), and hardwareprofile.uuiddb._UuidDb.set_pub_uuid().
|
private |
Definition at line 53 of file uuiddb.py.
Referenced by hardwareprofile.distros.mythtv_data.uuiddb._UuidDb._flush(), and hardwareprofile.uuiddb._UuidDb._flush().
|
static |
Definition at line 50 of file uuiddb.py.
Referenced by hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.get_priv_uuid(), and hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.get_pub_uuid().
| hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.hw_uuid_file |
Definition at line 58 of file uuiddb.py.
Referenced by hardwareprofile.distros.mythtv_data.uuiddb._UuidDb.get_priv_uuid().