/base/inputmethod/imf/services/adapter/os_account_adapter/src/ |
H A D | os_account_adapter.cpp | 53 int32_t OsAccountAdapter::GetOsAccountLocalIdFromUid(int32_t uid) in GetOsAccountLocalIdFromUid() function in OHOS::MiscServices::OsAccountAdapter 56 auto errCode = OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in GetOsAccountLocalIdFromUid() 58 IMSA_HILOGE("GetOsAccountLocalIdFromUid failed, uid:%{public}d", uid); in GetOsAccountLocalIdFromUid()
|
/base/notification/common_event_service/services/src/ |
H A D | os_account_manager_helper.cpp | 43 ErrCode OsAccountManagerHelper::GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id) in GetOsAccountLocalIdFromUid() function in OHOS::EventFwk::OsAccountManagerHelper 49 return AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, id); in GetOsAccountLocalIdFromUid()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | os_account_manager_helper.cpp | 28 ErrCode OsAccountManagerHelper::GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &userId) in GetOsAccountLocalIdFromUid() function in OHOS::Notification::OsAccountManagerHelper 30 int32_t ret = AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in GetOsAccountLocalIdFromUid() 45 int32_t ret = AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(callingUid, userId); in GetCurrentCallingUserId()
|
H A D | bundle_manager_helper.cpp | 93 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, callingUserId); in CheckApiCompatibility() 207 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(userId, callingUserId); in GetBundleInfo()
|
H A D | notification_preferences_database.cpp | 273 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(bundleUid, userId); in PutSlotsToDisturbeDB() 297 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(bundleInfo.GetBundleUid(), userId); in PutBundlePropertyToDisturbeDB() 592 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(bundleUid, userId); in CheckBundle() 640 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(bundleInfo.GetBundleUid(), userId); in PutBundlePropertyValueToDisturbeDB() 702 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(bundleUid, userId); in RemoveBundleFromDisturbeDB() 734 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(bundleUid, userId); in RemoveSlotFromDisturbeDB() 819 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(StringToInt(uidItem->second), userid); in HandleDataBaseMap() 838 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(bundleUid, userId); in RemoveAllSlotsFromDisturbeDB() 898 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(bundleUid, userId); in PutBundlePropertyToDisturbeDB() 912 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(bundleInf in PutBundleToDisturbeDB() [all...] |
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/ |
H A D | watermark_application_observer.cpp | 26 ErrCode ret = AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(processData.uid, accountId); in OnProcessCreated() 28 EDMLOGE("OnProcessCreated GetOsAccountLocalIdFromUid error"); in OnProcessCreated()
|
/base/request/request/services/include/ |
H A D | account.h | 72 inline ErrCode GetOsAccountLocalIdFromUid(const int uid, int &id) in GetOsAccountLocalIdFromUid() function 74 return OsAccountManager::GetOsAccountLocalIdFromUid(uid, id); in GetOsAccountLocalIdFromUid()
|
/base/inputmethod/imf/services/adapter/os_account_adapter/include/ |
H A D | os_account_adapter.h | 28 static int32_t GetOsAccountLocalIdFromUid(int32_t uid);
|
/base/notification/common_event_service/services/include/ |
H A D | os_account_manager_helper.h | 51 ErrCode GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id);
|
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/ |
H A D | dlp_permission_service_test.h | 29 static ErrCode GetOsAccountLocalIdFromUid(const int uid, int &id);
|
/base/customization/enterprise_device_management/common/native/src/ |
H A D | bundle_manager_utils.cpp | 42 if (FAILED(AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid(), userId))) { in GetAppIdByCallingUid()
|
/base/account/os_account/test/fuzztest/osaccount/getosaccountlocalidfromuid_fuzzer/ |
H A D | getosaccountlocalidfromuid_fuzzer.cpp | 36 result = OsAccountManager::GetOsAccountLocalIdFromUid(testUid, testId); in GetOsAccountLocalIdFromUidFuzzTest()
|
/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/ |
H A D | mock_os_account_manager_helper.cpp | 75 ErrCode OsAccountManagerHelper::GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id)
in GetOsAccountLocalIdFromUid() function in OHOS::EventFwk::OsAccountManagerHelper
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | os_account_manager_helper.h | 48 ErrCode GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_dialog_test/ |
H A D | mock_os_account_manager_annex.cpp | 85 ErrCode OsAccountManager::GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id)
in GetOsAccountLocalIdFromUid() function in OHOS::AccountSA::OsAccountManager
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/idl/cm_ipc/ |
H A D | cm_response.cpp | 64 OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(callingUid, userId); in CmGetProcessInfoForIPC()
|
/base/inputmethod/imf/services/src/ |
H A D | input_control_channel_stub.cpp | 57 auto userId = OsAccountAdapter::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid()); in HideKeyboardSelf()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | os_account_manager_helper_test.cpp | 48 * @tc.desc : test GetOsAccountLocalIdFromUid function 54 ASSERT_EQ(ERR_OK, OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(uid, userId)); in HWTEST_F()
|
/base/security/asset/services/os_dependency/src/ |
H A D | os_account_wrapper.cpp | 26 int res = OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userIdTmp); in GetUserIdByUid()
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/sa/ |
H A D | cm_event_observer.cpp | 49 OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(context.uid, userId); in OnReceiveEvent()
|
/base/account/os_account/interfaces/kits/cj/osaccount/src/ |
H A D | osaccount_manager_impl.cpp | 112 *errCode = OsAccountManager::GetOsAccountLocalIdFromUid(uid, id); in GetOsAccountLocalIdForUid()
|
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/ |
H A D | account_adapt.cpp | 81 if (OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, *userId) != 0) { in GetUserIdFromUid()
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/ |
H A D | hks_response.cpp | 97 OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(callingUid, userId);
in HksGetProcessInfoForIPC()
|
/base/notification/distributed_notification_service/services/ans/src/clone/ |
H A D | notification_clone_bundle_service.cpp | 127 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(uid, userId); in HandleBundleEvent()
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/ |
H A D | hks_event_observer.cpp | 117 OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in OnReceiveEvent()
|