/aosp12/system/core/libcutils/ |
H A D | multiuser.cpp | 28 uid_t multiuser_get_uid(userid_t user_id, appid_t app_id) { in multiuser_get_uid() 32 gid_t multiuser_get_cache_gid(userid_t user_id, appid_t app_id) { in multiuser_get_cache_gid() 40 gid_t multiuser_get_ext_gid(userid_t user_id, appid_t app_id) { in multiuser_get_ext_gid() 48 gid_t multiuser_get_ext_cache_gid(userid_t user_id, appid_t app_id) { in multiuser_get_ext_cache_gid()
|
/ohos5.0/base/security/asset/services/common/src/ |
H A D | calling_info.rs | 26 user_id: i32, field 62 let mut user_id = process_info.user_id; in build() localVariable 86 pub fn user_id(&self) -> i32 { in user_id() method 134 let user_id = 0; in test_build_callig_info_hap() localVariable 151 let user_id = 0; in test_build_callig_info_native() localVariable 170 let user_id = 0; in test_build_callig_info_specific_and_native() localVariable
|
H A D | process_info.rs | 38 user_id: u32, field 100 pub user_id: u32, field 116 let user_id = get_user_id(uid)?; in build() localVariable
|
H A D | lib.rs | 70 let mut user_id = 0; in get_user_id() localVariable
|
/aosp12/system/vold/ |
H A D | FsCrypt.cpp | 119 static std::string get_de_key_path(userid_t user_id) { in get_de_key_path() 123 static std::string get_ce_key_directory_path(userid_t user_id) { in get_ce_key_directory_path() 197 static bool read_and_fixate_user_ce_key(userid_t user_id, in read_and_fixate_user_ce_key() 292 static bool read_and_install_user_ce_key(userid_t user_id, in read_and_install_user_ce_key() 402 userid_t user_id = std::stoi(entry->d_name); in load_all_de_keys() local 545 static bool evict_ce_key(userid_t user_id) { in evict_ce_key() 557 bool fscrypt_destroy_user_key(userid_t user_id) { in fscrypt_destroy_user_key() 677 static bool fscrypt_rewrap_user_key(userid_t user_id, int serial, in fscrypt_rewrap_user_key() 719 bool fscrypt_fixate_newest_user_key_auth(userid_t user_id) { in fscrypt_fixate_newest_user_key_auth() 771 bool fscrypt_lock_user_key(userid_t user_id) { in fscrypt_lock_user_key() [all …]
|
H A D | vold_prepare_subdirs.cpp | 58 const std::string& path, uid_t user_id) { in prepare_dir_for_user() 166 static bool prepare_subdirs(const std::string& volume_uuid, int user_id, int flags) { in prepare_subdirs() 234 static bool destroy_subdirs(const std::string& volume_uuid, int user_id, int flags) { in destroy_subdirs() 265 int user_id = stoi(args[2]); in main() local
|
/aosp12/system/core/storaged/ |
H A D | storaged.cpp | 164 void storaged_t::add_user_ce(userid_t user_id) { in add_user_ce() 173 void storaged_t::remove_user_ce(userid_t user_id) { in remove_user_ce() 181 void storaged_t::load_proto(userid_t user_id) { in load_proto() 208 char* storaged_t:: prepare_proto(userid_t user_id, StoragedProto* proto) { in prepare_proto() 241 void storaged_t::flush_proto_data(userid_t user_id, in flush_proto_data() 297 void storaged_t::flush_proto(userid_t user_id, StoragedProto* proto) { in flush_proto()
|
/aosp12/system/gatekeeper/ |
H A D | gatekeeper_messages.cpp | 30 uint32_t user_id; member 161 VerifyRequest::VerifyRequest(uint32_t user_id, uint64_t challenge, in VerifyRequest() 199 VerifyResponse::VerifyResponse(uint32_t user_id, SizedBuffer auth_token) { in VerifyResponse() 236 EnrollRequest::EnrollRequest(uint32_t user_id, SizedBuffer password_handle, in EnrollRequest() 276 EnrollResponse::EnrollResponse(uint32_t user_id, SizedBuffer enrolled_password_handle) { in EnrollResponse() 299 DeleteUserRequest::DeleteUserRequest(uint32_t user_id) { in DeleteUserRequest()
|
H A D | gatekeeper.cpp | 34 secure_id_t user_id = 0;// todo: rename to policy in Enroll() local 118 secure_id_t user_id = password_handle->user_id; in Verify() local 181 secure_id_t user_id, uint64_t flags, uint8_t handle_version, const SizedBuffer & password) { in CreatePasswordHandle() 241 uint64_t timestamp, secure_id_t user_id, secure_id_t authenticator_id, in MintAuthToken() 341 bool GateKeeper::IncrementFailureRecord(uint32_t uid, secure_id_t user_id, uint64_t timestamp, in IncrementFailureRecord()
|
/aosp12/system/apex/apexd/aidl/android/apex/ |
H A D | IApexService.aidl | 42 void snapshotCeData(int user_id, int rollback_id, in @utf8InCpp String apex_name); in snapshotCeData() 48 void restoreCeData(int user_id, int rollback_id, in @utf8InCpp String apex_name); in restoreCeData() 58 void destroyCeSnapshots(int user_id, int rollback_id); in destroyCeSnapshots() 64 void destroyCeSnapshotsNotSpecified(int user_id, in int[] retain_rollback_ids); in destroyCeSnapshotsNotSpecified()
|
/aosp12/frameworks/native/libs/vr/libvrflinger/ |
H A D | display_surface.h | 40 int user_id() const { return user_id_; } in user_id() function 121 int process_id, int user_id) in ApplicationDisplaySurface() 141 int user_id) in DirectDisplaySurface()
|
H A D | display_service.cpp | 258 const int user_id = message.GetEffectiveUserId(); in OnCreateSurface() local 298 const int user_id = message.GetEffectiveUserId(); in OnSetupGlobalBuffer() local 312 const int user_id = message.GetEffectiveUserId(); in OnDeleteGlobalBuffer() local
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
H A D | async_manager.cc | 273 AsyncTaskId ExecAsync(AsyncUserId user_id, std::chrono::milliseconds delay, in ExecAsync() 279 AsyncTaskId ExecAsyncPeriodically(AsyncUserId user_id, in ExecAsyncPeriodically() 293 bool CancelAsyncTasksFromUser(AsyncUserId user_id) { in CancelAsyncTasksFromUser() 369 AsyncUserId user_id; member in test_vendor_lib::AsyncManager::AsyncTaskManager::Task 519 AsyncTaskId AsyncManager::ExecAsync(AsyncUserId user_id, in ExecAsync() 526 AsyncUserId user_id, std::chrono::milliseconds delay, in ExecAsyncPeriodically() 537 test_vendor_lib::AsyncUserId user_id) { in CancelAsyncTasksFromUser()
|
/ohos5.0/base/security/asset/services/core_service/src/common_event/ |
H A D | start_event.rs | 58 let user_id = match user_id.parse::<i32>() { in handle_package_removed() localVariable 90 let user_id = match want.get(USER_ID) { in handle_common_event() localVariable
|
/aosp12/system/bt/btif/src/ |
H A D | btif_sock_thread.cc | 82 uint32_t user_id; member 213 uint32_t user_id; member 215 int btsock_thread_add_fd(int h, int fd, int type, int flags, uint32_t user_id) { in btsock_thread_add_fd() 263 uint32_t user_id) { in btsock_thread_post_cmd() 355 uint32_t user_id) { in set_poll() 368 uint32_t user_id) { in add_poll() 452 uint32_t user_id = ts[h].ps[ps_i].user_id; in process_data_sock() local
|
/ohos5.0/base/security/asset/services/core_service/src/operations/common/ |
H A D | permission_check.rs | 42 let user_id = get_user_id(uid)?; in check_system_permission() localVariable
|
/aosp12/hardware/interfaces/gatekeeper/1.0/software/ |
H A D | SoftGateKeeper.h | 101 virtual bool GetFailureRecord(uint32_t uid, secure_id_t user_id, failure_record_t* record, in GetFailureRecord() 113 virtual bool ClearFailureRecord(uint32_t uid, secure_id_t user_id, bool /* secure */) { in ClearFailureRecord() 145 uint64_t user_id = android::base::get_unaligned<secure_id_t>(&expected_handle->user_id); in DoVerify() local
|
/aosp12/packages/modules/Permission/service/proto/com/android/role/ |
H A D | roleservice.proto | 36 optional int32 user_id = 1; field
|
/aosp12/frameworks/base/core/proto/android/providers/ |
H A D | settings.proto | 46 optional int32 user_id = 1 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | face.proto | 36 optional int32 user_id = 1; field
|
H A D | fingerprint.proto | 36 optional int32 user_id = 1; field
|
H A D | appstatetracker.proto | 77 optional int32 user_id = 1; field
|
/aosp12/system/gatekeeper/include/gatekeeper/ |
H A D | password_handle.h | 36 secure_id_t user_id; member
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | hw_auth_token.h | 42 uint64_t user_id; // secure user ID, not Android user ID member
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
H A D | AutoRevokePermissions.proto | 45 optional int32 user_id = 1; field
|