Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeisApps/pcbu-desktop
/ functions
Functions
439 in github.com/MeisApps/pcbu-desktop
⨍
Functions
439
◇
Types & classes
116
Method
CloseSDPService
common/src/platform/BluetoothHelper.Linux.cpp:198
Method
CommandLinkClicked
Our credential doesn't have a command link.
natives/win-pcbiounlock/src/CUnlockCredential.cpp:330
Method
CompareVersion
common/src/utils/AppInfo.cpp:39
Method
ConnectThread
common/src/connection/unlock/clients/TCPUnlockClient.cpp:44
Method
ConnectThread
common/src/connection/unlock/clients/BTUnlockClient.cpp:49
Method
CreateDir
common/src/shell/Shell.cpp:114
Method
CreateFile
common/src/shell/Shell.cpp:136
Method
CreateInstance
IClassFactory
natives/win-pcbiounlock/src/Dll.cpp:49
Method
CreateKey
common/src/utils/RegistryUtils.cpp:50
Method
CryptUtils
common/src/utils/CryptUtils.h:32
Method
DecryptAES
common/src/utils/CryptUtils.cpp:128
Method
DecryptAESPacket
common/src/utils/CryptUtils.cpp:77
Method
Destroy
common/src/storage/LoggingSystem.cpp:53
Method
DevicesTableModel
desktop/src/ui/models/DevicesTableModel.cpp:5
Function
DllCanUnloadNow
natives/win-pcbiounlock/src/Dll.cpp:101
Function
DllGetClassObject
natives/win-pcbiounlock/src/Dll.cpp:105
Function
DllMain
natives/win-pcbiounlock/src/Dll.cpp:109
Function
DomainUsernameStringAlloc
Concatonates pwszDomain and pwszUsername and places the result in *ppwszDomainUsername.
natives/win-pcbiounlock/src/helpers.cpp:488
Method
EncryptAES
common/src/utils/CryptUtils.cpp:108
Method
EncryptAESPacket
common/src/utils/CryptUtils.cpp:48
Method
FindSDPChannel
common/src/platform/BluetoothHelper.Linux.cpp:60
Method
FromHexString
common/src/utils/StringUtils.cpp:96
Method
FromJson
common/src/connection/Packets.h:28
Method
FromJson
common/src/connection/Packets.h:107
Method
FromJson
common/src/connection/Packets.h:124
Method
FromString
common/src/storage/PairingMethod.h:28
Method
FromWideString
common/src/utils/StringUtils.cpp:143
Method
GenerateKey
common/src/utils/CryptUtils.cpp:293
Method
GenerateSVG
desktop/src/utils/QRUtils.cpp:6
Method
Get
common/src/utils/I18n.h:8
Method
Get
common/src/storage/AppSettings.cpp:29
Method
GetAllKeys
common/src/handler/KeyScanner.cpp:41
Method
GetAllUsers
common/src/platform/PlatformHelper.Linux.cpp:13
Method
GetAllUsers
common/src/platform/PlatformHelper.Mac.cpp:9
Method
GetAllUsers
common/src/platform/PlatformHelper.Win.cpp:119
Method
GetAppVersion
desktop/src/ui/UpdaterWindow.cpp:22
Method
GetArchitecture
common/src/utils/AppInfo.cpp:35
Method
GetBaseDir
common/src/storage/AppSettings.cpp:18
Method
GetBitmapValue
Get the image to show in the user tile
natives/win-pcbiounlock/src/CUnlockCredential.cpp:222
Method
GetCheckboxValue
Our credential doesn't have any checkable boxes.
natives/win-pcbiounlock/src/CUnlockCredential.cpp:292
Method
GetComboBoxValueAt
Our credential doesn't have a combobox.
natives/win-pcbiounlock/src/CUnlockCredential.cpp:315
Method
GetComboBoxValueCount
Our credential doesn't have a combobox.
natives/win-pcbiounlock/src/CUnlockCredential.cpp:307
Method
GetCredentialAt
Returns the credential at the index specified by dwIndex. This function is called by logonUI to enumerate the tiles.
natives/win-pcbiounlock/src/CSampleProvider.cpp:187
Method
GetCredentialCount
Sets pdwCount to the number of tiles that we wish to show at this time. Sets pdwDefault to the index of the tile which should be used as the default.
natives/win-pcbiounlock/src/CSampleProvider.cpp:164
Method
GetCurrentTimeMs
common/src/utils/Utils.cpp:11
Method
GetCurrentUser
common/src/platform/PlatformHelper.Linux.cpp:32
Method
GetCurrentUser
common/src/platform/PlatformHelper.Mac.cpp:20
Method
GetCurrentUser
common/src/platform/PlatformHelper.Win.cpp:149
Method
GetData
desktop/src/ui/PairingForm.cpp:21
Method
GetDeviceByID
common/src/storage/PairedDevicesStorage.cpp:21
Method
GetDevices
common/src/storage/PairedDevicesStorage.cpp:57
Method
GetDevicesForUser
common/src/storage/PairedDevicesStorage.cpp:28
Method
GetDownloadDirectory
desktop/src/ui/UpdaterWindow.cpp:120
Method
GetDownloadURL
desktop/src/ui/UpdaterWindow.cpp:150
Method
GetFieldDescriptorAt
Gets the field descriptor for a particular field.
natives/win-pcbiounlock/src/CSampleProvider.cpp:144
Method
GetFieldDescriptorCount
Called by LogonUI to determine the number of fields in your tiles. This does mean that all your tiles must have the same number of fields. This numbe
natives/win-pcbiounlock/src/CSampleProvider.cpp:138
Method
GetFieldOptions
GetFieldOptions to enable the password reveal button and touch keyboard auto-invoke in the password field.
natives/win-pcbiounlock/src/CUnlockCredential.cpp:518
Method
GetFieldState
Get info for a particular field of a tile. Called by logonUI to get information to display the tile.
natives/win-pcbiounlock/src/CUnlockCredential.cpp:181
Method
GetHostName
common/src/platform/NetworkHelper.cpp:159
Method
GetInstalledVersion
desktop/src/ui/MainWindow.cpp:24
Method
GetKeyboards
common/src/handler/KeyScanner.cpp:128
Method
GetLatestVersion
desktop/src/ui/UpdaterWindow.cpp:26
Method
GetLicenseText
desktop/src/ui/MainWindow.cpp:31
Method
GetLocalNetInterfaces
common/src/platform/NetworkHelper.cpp:37
Method
GetNextStep
desktop/src/ui/PairingForm.cpp:50
Method
GetOperatingSystem
desktop/src/ui/SettingsForm.cpp:46
Method
GetOperatingSystem
common/src/utils/AppInfo.cpp:23
Method
GetPacketError
common/src/connection/BaseConnection.cpp:174
Method
GetPairingCode
desktop/src/ui/PairingForm.cpp:37
Method
GetPairingProtocolVersion
common/src/utils/AppInfo.cpp:15
Method
GetQRImage
desktop/src/ui/PairingForm.cpp:29
Method
GetResource
desktop/src/utils/ResourceHelper.h:9
Method
GetResource
desktop/src/utils/ResourceHelper.cpp:5
Method
GetSavedNetworkInterface
common/src/platform/NetworkHelper.cpp:208
Method
GetSerialization
Collect the username and password into a serialized credential for the correct usage scenario (logon/unlock is what's demonstrated in this sample). L
natives/win-pcbiounlock/src/CUnlockCredential.cpp:351
Method
GetServiceSettings
desktop/src/ui/SettingsForm.cpp:14
Method
GetSettings
desktop/src/installer/ServiceInstaller.Linux.cpp:34
Method
GetSettings
desktop/src/installer/ServiceInstaller.Win.cpp:30
Method
GetSettings
desktop/src/installer/ServiceInstaller.Mac.cpp:19
Method
GetStringValue
common/src/utils/RegistryUtils.cpp:5
Method
GetSubmitButtonValue
Sets pdwAdjacentTo to the index of the field the submit button should be adjacent to. We recommend that the submit button is placed next to the last f
natives/win-pcbiounlock/src/CUnlockCredential.cpp:259
Method
GetUnlockProtocolVersion
common/src/utils/AppInfo.cpp:19
Method
GetUserLocale
common/src/utils/LocaleHelper.cpp:14
Method
GetUserSid
Gets the SID of the user corresponding to the credential.
natives/win-pcbiounlock/src/CUnlockCredential.cpp:505
Method
GetVersion
common/src/utils/AppInfo.cpp:8
Method
HasBluetooth
desktop/src/ui/PairingForm.cpp:46
Method
HasConfigEntry
desktop/src/installer/PAMHelper.cpp:37
Method
HasLANConnection
common/src/platform/NetworkHelper.cpp:176
Method
HasNativeLibrary
common/src/platform/PlatformHelper.Linux.cpp:85
Method
HasNativeLibrary
common/src/platform/PlatformHelper.Mac.cpp:68
Method
HasNativeLibrary
common/src/platform/PlatformHelper.Win.cpp:115
Method
HasResponse
natives/win-pcbiounlock/src/CUnlockListener.cpp:39
Method
HasUserPassword
common/src/platform/PlatformHelper.Linux.cpp:59
Method
HasUserPassword
common/src/platform/PlatformHelper.Mac.cpp:36
Method
HasUserPassword
common/src/platform/PlatformHelper.Win.cpp:174
Method
I18n
common/src/utils/I18n.h:15
Method
Init
common/src/storage/LoggingSystem.cpp:12
Method
Initialize
Initializes one credential with the field information passed in. Set the value of the SFI_LARGE_TEXT field to pwzUsername.
natives/win-pcbiounlock/src/CUnlockCredential.cpp:51
Method
Install
desktop/src/installer/ServiceInstaller.Linux.cpp:85
Method
Install
desktop/src/installer/ServiceInstaller.Mac.cpp:41
← previous
next →
101–200 of 439, ranked by callers