Home
last modified time | relevance | path

Searched refs:GetOsAccountLocalIdFromUid (Results 1 - 25 of 48) sorted by relevance

12

/base/inputmethod/imf/services/adapter/os_account_adapter/src/
H A Dos_account_adapter.cpp53 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 Dos_account_manager_helper.cpp43 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 Dos_account_manager_helper.cpp28 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 Dbundle_manager_helper.cpp93 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, callingUserId); in CheckApiCompatibility()
207 AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(userId, callingUserId); in GetBundleInfo()
H A Dnotification_preferences_database.cpp273 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 Dwatermark_application_observer.cpp26 ErrCode ret = AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(processData.uid, accountId); in OnProcessCreated()
28 EDMLOGE("OnProcessCreated GetOsAccountLocalIdFromUid error"); in OnProcessCreated()
/base/request/request/services/include/
H A Daccount.h72 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 Dos_account_adapter.h28 static int32_t GetOsAccountLocalIdFromUid(int32_t uid);
/base/notification/common_event_service/services/include/
H A Dos_account_manager_helper.h51 ErrCode GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id);
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_permission_service_test.h29 static ErrCode GetOsAccountLocalIdFromUid(const int uid, int &id);
/base/customization/enterprise_device_management/common/native/src/
H A Dbundle_manager_utils.cpp42 if (FAILED(AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid(), userId))) { in GetAppIdByCallingUid()
/base/account/os_account/test/fuzztest/osaccount/getosaccountlocalidfromuid_fuzzer/
H A Dgetosaccountlocalidfromuid_fuzzer.cpp36 result = OsAccountManager::GetOsAccountLocalIdFromUid(testUid, testId); in GetOsAccountLocalIdFromUidFuzzTest()
/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/
H A Dmock_os_account_manager_helper.cpp75 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 Dos_account_manager_helper.h48 ErrCode GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id);
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_dialog_test/
H A Dmock_os_account_manager_annex.cpp85 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 Dcm_response.cpp64 OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(callingUid, userId); in CmGetProcessInfoForIPC()
/base/inputmethod/imf/services/src/
H A Dinput_control_channel_stub.cpp57 auto userId = OsAccountAdapter::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid()); in HideKeyboardSelf()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dos_account_manager_helper_test.cpp48 * @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 Dos_account_wrapper.cpp26 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 Dcm_event_observer.cpp49 OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(context.uid, userId); in OnReceiveEvent()
/base/account/os_account/interfaces/kits/cj/osaccount/src/
H A Dosaccount_manager_impl.cpp112 *errCode = OsAccountManager::GetOsAccountLocalIdFromUid(uid, id); in GetOsAccountLocalIdForUid()
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Daccount_adapt.cpp81 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 Dhks_response.cpp97 OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(callingUid, userId); in HksGetProcessInfoForIPC()
/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_service.cpp127 OsAccountManagerHelper::GetInstance().GetOsAccountLocalIdFromUid(uid, userId); in HandleBundleEvent()
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H A Dhks_event_observer.cpp117 OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in OnReceiveEvent()

Completed in 10 milliseconds

12