Home
last modified time | relevance | path

Searched refs:QueryActiveOsAccountIds (Results 1 – 25 of 59) sorted by relevance

123

/base/notification/common_event_service/services/src/
Dos_account_manager_helper.cpp31 ErrCode OsAccountManagerHelper::QueryActiveOsAccountIds(std::vector<int32_t>& ids) in QueryActiveOsAccountIds() function in OHOS::EventFwk::OsAccountManagerHelper
37 return AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids); in QueryActiveOsAccountIds()
Dbundle_manager_helper.cpp83 …if (DelayedSingleton<OsAccountManagerHelper>::GetInstance()->QueryActiveOsAccountIds(osAccountIds)… in QueryExtensionInfos()
214 …if (DelayedSingleton<OsAccountManagerHelper>::GetInstance()->QueryActiveOsAccountIds(osAccountIds)… in GetApplicationInfos()
/base/notification/common_event_service/services/test/unittest/mock/
Dmock_os_account_manager_helper.cpp20 ErrCode OsAccountManagerHelper::QueryActiveOsAccountIds(std::vector<int32_t>& ids) in QueryActiveOsAccountIds() function in OHOS::EventFwk::OsAccountManagerHelper
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dmock_os_account_manager.cpp19 ErrCode OsAccountManager::QueryActiveOsAccountIds(std::vector<int32_t>& ids) in QueryActiveOsAccountIds() function in OHOS::AccountSA::OsAccountManager
/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/
Dmock_inner_os_account_manager.h28 ErrCode QueryActiveOsAccountIds(std::vector<int32_t>& ids);
Dmock_inner_os_account_manager.cpp45 ErrCode IInnerOsAccountManager::QueryActiveOsAccountIds(std::vector<int32_t>& ids) in QueryActiveOsAccountIds() function in OHOS::AccountSA::IInnerOsAccountManager
/base/notification/common_event_service/services/include/
Dos_account_manager_helper.h37 ErrCode QueryActiveOsAccountIds(std::vector<int32_t>& ids);
/base/account/os_account/test/fuzztest/osaccount/queryactiveosaccountids_fuzzer/
Dqueryactiveosaccountids_fuzzer.cpp32 result = OsAccountManager::QueryActiveOsAccountIds(testIds); in QueryActiveOsAccountIdsFuzzTest()
/base/security/device_auth/services/frameworks/src/os_account_adapter/
Dos_account_adapter.cpp32 …OHOS::ErrCode res = OHOS::AccountSA::OsAccountManager::QueryActiveOsAccountIds(activatedOsAccountI… in DevAuthGetRealOsAccountLocalId()
/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/
Dmock_os_account_manager_helper.cpp69 ErrCode OsAccountManagerHelper::QueryActiveOsAccountIds(std::vector<int32_t>& ids) in QueryActiveOsAccountIds() function in OHOS::EventFwk::OsAccountManagerHelper
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_dialog_test/
Dmock_os_account_manager_annex.cpp69 ErrCode AccountSA::OsAccountManager::QueryActiveOsAccountIds(std::vector<int32_t>& ids) in QueryActiveOsAccountIds() function in OHOS::AccountSA::AccountSA::OsAccountManager
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_dialog.cpp30 auto errCode = AccountSA::OsAccountManager::QueryActiveOsAccountIds(activeUserId); in GetActiveUserId()
/base/customization/enterprise_device_management/services/edm_plugin/src/
Ddisallow_add_local_account_plugin.cpp50 AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids); in SetGlobalOsAccountConstraints()
/base/useriam/user_auth_framework/test/unittest/services/mocks/
Dmock_ipc_common.cpp53 ErrCode queryRet = AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids); in GetActiveUserId()
/base/print/print_fwk/services/src/
Dprint_service_helper.cpp107 if (AccountSA::OsAccountManager::QueryActiveOsAccountIds(accountList) != ERR_OK) { in QueryAccounts()
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_manager.cpp262 ErrCode OsAccountManager::QueryActiveOsAccountIds(std::vector<int32_t>& ids) in QueryActiveOsAccountIds() function in OHOS::AccountSA::OsAccountManager
264 return OsAccount::GetInstance().QueryActiveOsAccountIds(ids); in QueryActiveOsAccountIds()
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
Daccount_adapt.cpp124 if (OHOS::AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids) != 0) { in GetDomainAccountName()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_manager.h429 static ErrCode QueryActiveOsAccountIds(std::vector<int32_t>& ids);
/base/telephony/core_service/services/sim/src/
Dsim_state_tracker.cpp136 …edSingleton<AppExecFwk::OsAccountManagerWrapper>::GetInstance()->QueryActiveOsAccountIds(activeLis… in OnAddSystemAbility()
/base/account/os_account/services/accountmgr/include/osaccount/
Diinner_os_account.h75 virtual ErrCode QueryActiveOsAccountIds(std::vector<int32_t>& ids) = 0;
/base/account/os_account/frameworks/osaccount/core/include/
Dos_account.h76 ErrCode QueryActiveOsAccountIds(std::vector<int32_t>& ids);
Dios_account.h87 virtual ErrCode QueryActiveOsAccountIds(std::vector<int32_t>& ids) = 0;
/base/useriam/user_auth_framework/services/ipc/src/
Dipc_common.cpp77 ErrCode queryRet = AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids); in GetActiveUserId()
/base/useriam/user_auth_framework/services/core/src/
Dtemplate_cache_manager.cpp41 ErrCode queryRet = AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids); in GetCurrentUserId()
/base/account/os_account/services/accountmgr/src/account_iam/
Daccount_iam_service.cpp169 (void)IInnerOsAccountManager::GetInstance().QueryActiveOsAccountIds(userIds); in GetCurrentUserId()

123