|
|
| DbusUserIdSenderIdCache (AI_IPC::IIpcService &parentIpcService, const std::shared_ptr< IDbusPackageEntitlements > &dbusPackageEntitlements) |
| |
|
void | nameChanged (const AI_IPC::VariantList &args) |
| |
| virtual void | addSenderIUserId (const std::string &senderId, uid_t userId) override |
| |
| virtual boost::optional< uid_t > | getUserId (const std::string &senderId) const override |
| |
| virtual void | removeUserId (const std::string &senderId) override |
| |
|
|
std::unordered_map< std::string, uid_t > | mSenderIdUserIdCache |
| |
|
std::mutex | mMutex |
| |
|
std::string | mNameChangedSignalHandler |
| |
|
AI_IPC::IIpcService & | mParentIpcService |
| |
|
std::shared_ptr< IDbusPackageEntitlements > | mDbusPackageEntitlements |
| |
◆ addSenderIUserId()
| void AI_IPC::DbusUserIdSenderIdCache::addSenderIUserId |
( |
const std::string & |
senderId, |
|
|
uid_t |
userId |
|
) |
| |
|
overridevirtual |
◆ getUserId()
| boost::optional< uid_t > AI_IPC::DbusUserIdSenderIdCache::getUserId |
( |
const std::string & |
senderId | ) |
const |
|
overridevirtual |
◆ removeUserId()
| void AI_IPC::DbusUserIdSenderIdCache::removeUserId |
( |
const std::string & |
senderId | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- AppInfrastructure/IpcService/source/libdbus/DbusUserIdSenderIdCache.h
- AppInfrastructure/IpcService/source/libdbus/DbusUserIdSenderIdCache.cpp