Home
last modified time | relevance | path

Searched defs:user_id (Results 1 – 25 of 81) sorted by relevance

1234

/aosp12/system/core/libcutils/
H A Dmultiuser.cpp28 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 Dcalling_info.rs26 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 Dprocess_info.rs38 user_id: u32, field
100 pub user_id: u32, field
116 let user_id = get_user_id(uid)?; in build() localVariable
H A Dlib.rs70 let mut user_id = 0; in get_user_id() localVariable
/aosp12/system/vold/
H A DFsCrypt.cpp119 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 Dvold_prepare_subdirs.cpp58 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 Dstoraged.cpp164 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 Dgatekeeper_messages.cpp30 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 Dgatekeeper.cpp34 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 DIApexService.aidl42 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 Ddisplay_surface.h40 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 Ddisplay_service.cpp258 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 Dasync_manager.cc273 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 Dstart_event.rs58 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 Dbtif_sock_thread.cc82 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 Dpermission_check.rs42 let user_id = get_user_id(uid)?; in check_system_permission() localVariable
/aosp12/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeper.h101 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 Droleservice.proto36 optional int32 user_id = 1; field
/aosp12/frameworks/base/core/proto/android/providers/
H A Dsettings.proto46 optional int32 user_id = 1 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
/aosp12/frameworks/base/core/proto/android/server/
H A Dface.proto36 optional int32 user_id = 1; field
H A Dfingerprint.proto36 optional int32 user_id = 1; field
H A Dappstatetracker.proto77 optional int32 user_id = 1; field
/aosp12/system/gatekeeper/include/gatekeeper/
H A Dpassword_handle.h36 secure_id_t user_id; member
/aosp12/hardware/libhardware/include/hardware/
H A Dhw_auth_token.h42 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 DAutoRevokePermissions.proto45 optional int32 user_id = 1; field

1234