|
KiCad PCB EDA Suite
|
Functions | |
| bool | StoreSecret (const wxString &aService, const wxString &aKey, const wxString &aSecret) |
| bool | GetSecret (const wxString &aService, const wxString &aKey, wxString &aSecret) |
Variables | |
| static const SecretSchema | schema |
| bool KIPLATFORM::SECRETS::GetSecret | ( | const wxString & | aService, |
| const wxString & | aKey, | ||
| wxString & | aSecret ) |
Definition at line 62 of file unix/secrets.cpp.
References schema.
Referenced by KIGIT_COMMON::GetPassword().
| bool KIPLATFORM::SECRETS::StoreSecret | ( | const wxString & | aService, |
| const wxString & | aKey, | ||
| const wxString & | aSecret ) |
Definition at line 38 of file unix/secrets.cpp.
References schema.
Referenced by KICAD_MANAGER_CONTROL::NewFromRepository(), and PROJECT_TREE_PANE::onGitInitializeProject().
|
static |
Definition at line 28 of file unix/secrets.cpp.
Referenced by GetSecret(), and StoreSecret().