Home
last modified time | relevance | path

Searched refs:UID_SELF (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/aidl/android/security/legacykeystore/
DILegacyKeystore.aidl40 const int UID_SELF = -1; field
/system/hardware/interfaces/wifi/keystore/1.0/default/test/
DWifiLegacyKeystoreIntegrationTest.cpp149 int uid = lks::ILegacyKeystore::UID_SELF) { in LegacyKeystoreRemove()
167 int uid = lks::ILegacyKeystore::UID_SELF) { in LegacyKeystorePut()
182 const std::string& alias, int uid = lks::ILegacyKeystore::UID_SELF) { in LegacyKeystoreGet()
/system/security/keystore2/legacykeystore/
Dlib.rs20 ILegacyKeystore::ERROR_SYSTEM_ERROR, ILegacyKeystore::UID_SELF,
293 if uid == UID_SELF as u32 || uid == calling_uid { in get_effective_uid()