Home
last modified time | relevance | path

Searched defs:uid_t (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/system/security/keystore2/src/
H A Daudit_log.rs45 pub fn log_key_generated(key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_generated()
50 pub fn log_key_imported(key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_imported()
55 pub fn log_key_deleted(key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_deleted()
67 fn log_key_event(tag: u32, key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_event()
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DNetworkUtilsForAppProc.cpp27 void NetworkUtils::RegisterSocketUserTag(int, uid_t, uint32_t) { in RegisterSocketUserTag() argument
37 void NetworkUtils::RegisterSocketUserMark(int, uid_t) { in RegisterSocketUserMark() argument
/aosp12/system/core/libcutils/
H A Dqtaguid.cpp41 int stubTagSocket(int, uint32_t, uid_t) { in stubTagSocket() argument
49 int stubSetCounterSet(uint32_t, uid_t) { in stubSetCounterSet() argument
53 int stubDeleteTagData(uint32_t, uid_t) { in stubDeleteTagData() argument
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DPackageInfoResolverTest.cpp52 std::string toString(const std::unordered_map<uid_t, PackageInfo>& mappings) { in toString()
83 void injectCacheMapping(const std::unordered_map<uid_t, PackageInfo>& mapping) { in injectCacheMapping()
93 void stubGetpwuid(const std::unordered_map<uid_t, std::string>& nativeUidToPackageNameMapping) { in stubGetpwuid()
108 const std::unordered_map<uid_t, std::string>& mapping) { in updateNativeUidToPackageNameMapping()
H A DUidIoStatsCollectorTest.cpp35 std::string toString(std::unordered_map<uid_t, UidIoStats> uidIoStatsByUid) { in toString()
H A DUidProcStatsCollectorTest.cpp53 std::string toString(const std::unordered_map<uid_t, UidProcStats>& uidProcStatsByUid) { in toString()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DUidStatsCollector.cpp66 const std::unordered_map<uid_t, UidIoStats>& uidIoStatsByUid, in process()
/aosp12/system/core/init/
H A Dlmkd_service.h38 static inline void LmkdRegister(const std::string&, uid_t, pid_t, int) {} in LmkdRegister() argument
/aosp12/frameworks/av/services/mediatranscoding/
H A DSimulatedTranscoder.cpp61 uid_t /*callingUid*/, in start() argument
94 uid_t /*callingUid*/, in resume() argument
/aosp12/hardware/interfaces/neuralnetworks/utils/adapter/src/
H A DAdapter.cpp40 Executor defaultExecutor = [](Task task, uid_t /*uid*/, nn::OptionalTimePoint /*deadline*/) { in adapt() argument
/aosp12/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h32 typedef int uid_t; typedef
/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h25 typedef int uid_t; typedef
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h25 typedef int uid_t; typedef
/aosp12/system/core/libprocessgroup/
H A Dprocessgroup.cpp498 bool setProcessGroupSwappiness(uid_t, int pid, int swappiness) { in setProcessGroupSwappiness() argument
502 bool setProcessGroupSoftLimit(uid_t, int pid, int64_t soft_limit_in_bytes) { in setProcessGroupSoftLimit() argument
506 bool setProcessGroupLimit(uid_t, int pid, int64_t limit_in_bytes) { in setProcessGroupLimit() argument
H A Dtask_profiles.h51 virtual bool ExecuteForProcess(uid_t, pid_t) const { return false; }; in ExecuteForProcess() argument
H A Dtask_profiles.cpp78 bool SetClampsAction::ExecuteForProcess(uid_t, pid_t) const { in ExecuteForProcess() argument
127 bool SetAttributeAction::ExecuteForProcess(uid_t, pid_t pid) const { in ExecuteForProcess() argument
/aosp12/system/logging/logd/fuzz/
H A Dlog_buffer_log_fuzzer.cpp33 char* android::uidToName(uid_t) { in uidToName() argument
/aosp12/frameworks/av/media/libmediatranscoding/tests/
H A DTranscodingSessionController_tests.cpp62 void registerMonitorUid(uid_t /*uid*/) override {} in registerMonitorUid() argument
63 void unregisterMonitorUid(uid_t /*uid*/) override {} in unregisterMonitorUid() argument
126 const TranscodingRequestParcel& /*request*/, uid_t /*callingUid*/, in start() argument
134 const TranscodingRequestParcel& /*request*/, uid_t /*callingUid*/, in resume() argument
/aosp12/bionic/libc/include/sys/
H A Dtypes.h45 typedef __uid_t uid_t; typedef
/aosp12/bionic/tests/
H A Dgrp_pwd_test.cpp172 static void check_get_passwd(const char* /* username */, uid_t /* uid */, uid_type_t /* uid_type */, in check_get_passwd() argument
177 static void check_get_passwd(const char* /* username */, uid_t /* uid */, uid_type_t /* uid_type */… in check_get_passwd() argument
181 static void expect_no_passwd_id(uid_t /* uid */) { in expect_no_passwd_id() argument
/aosp12/frameworks/av/include/media/
H A DMediaPlayerInterface.h168 virtual status_t setUID(uid_t /* uid */) { in setUID() argument
/aosp12/frameworks/av/media/libmediaplayerservice/include/
H A DMediaPlayerInterface.h168 virtual status_t setUID(uid_t /* uid */) { in setUID() argument
/aosp12/system/logging/logd/
H A DLogBufferTest.cpp37 char* android::uidToName(uid_t) { in uidToName() argument
H A DReplayMessages.cpp43 char* android::uidToName(uid_t) { in uidToName() argument
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.cpp798 [](const std::pair<uid_t, Fps>& a, const std::pair<uid_t, Fps>& b) { in updateFrameRateOverrides()

12