Home
last modified time | relevance | path

Searched refs:GetOsAccountLocalIdFromProcess (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dlock_screen_plugin_test.cpp48 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(userId);
64 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(userId);
H A Doperate_device_plugin_test.cpp61 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(userId);
79 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(userId);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/src/
H A Dos_account_manager_wrapper.cpp57 ErrCode OsAccountManagerWrapper::GetOsAccountLocalIdFromProcess(int &id) in GetOsAccountLocalIdFromProcess() function in OHOS::AppExecFwk::OsAccountManagerWrapper
65 return AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(id); in GetOsAccountLocalIdFromProcess()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/bundle_manager/src/
H A Dbundle_manager_addon.cpp229 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in CheckAndParseUninstallParamType()
262 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in CheckAndParseUninstallParamType()
268 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in CheckAndParseUninstallParamType()
285 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(installParam.userId); in jsObjectToInstallParam()
356 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in GetAllowedOrDisallowedInstallBundles()
498 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in AddOrRemoveInstallBundles()
613 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(accountId); in AddOrRemoveInstallBundlesSync()
690 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(accountId); in GetAllowedOrDisallowedInstallBundlesSync()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/getosaccountlocalidfromprocess_fuzzer/
H A Dgetosaccountlocalidfromprocess_fuzzer.cpp31 int32_t result = OsAccountManager::GetOsAccountLocalIdFromProcess(testId); in GetOsAccountLocalIdFromProcessFuzzTest()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/include/
H A Dos_account_manager_wrapper.h54 ErrCode GetOsAccountLocalIdFromProcess(int &id);
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Ddevice_control_proxy_test.cpp112 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(userId);
128 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(userId);
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/application_manager/src/
H A Dapplication_manager_addon.cpp238 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in GetDisallowedRunningBundles()
370 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in AddOrRemovellowedRunningBundles()
444 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(accountId); in AddOrRemoveDisallowedRunningBundlesSync()
489 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(accountId); in GetDisallowedRunningBundlesSync()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/device_control/src/
H A Ddevice_control_addon.cpp93 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(userId); in LockScreen()
199 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(param.userId); in OperateDevice()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/os_account_manager_wrapper_test/
H A Dos_account_manager_wrapper_test.cpp73 … = DelayedSingleton<OsAccountManagerWrapper>::GetInstance()->GetOsAccountLocalIdFromProcess(accoun…
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp101 ErrCode OsAccountManager::GetOsAccountLocalIdFromProcess(int &id) in GetOsAccountLocalIdFromProcess() function in OHOS::AccountSA::OsAccountManager
103 return OsAccount::GetInstance().GetOsAccountLocalIdFromProcess(id); in GetOsAccountLocalIdFromProcess()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h187 static ErrCode GetOsAccountLocalIdFromProcess(int &id);
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dios_account.h54 virtual ErrCode GetOsAccountLocalIdFromProcess(int &id) = 0;
H A Dos_account.h44 ErrCode GetOsAccountLocalIdFromProcess(int &id);
H A Dos_account_proxy.h48 ErrCode GetOsAccountLocalIdFromProcess(int &id) override;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_cleaner.cpp142 if (instance->GetOsAccountLocalIdFromProcess(userId) != RESULT_OK) { in GetRootPath()
H A Dcontext_deal.cpp239 … DelayedSingleton<OsAccountManagerWrapper>::GetInstance()->GetOsAccountLocalIdFromProcess(userId); in GetCurrentAccountId()
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Dos_account_manager_service.h58 ErrCode GetOsAccountLocalIdFromProcess(int &id) override;
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
H A Dadmin_manager_addon.cpp64 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in EnableAdmin()
171 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in DisableAdmin()
443 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in IsAdminEnabled()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/
H A Dos_account_manager_benchmark_test.cpp233 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromProcess(id), ERR_OK); in BENCHMARK_F()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp278 ErrCode OsAccount::GetOsAccountLocalIdFromProcess(int &id) in GetOsAccountLocalIdFromProcess() function in OHOS::AccountSA::OsAccount
285 return proxy->GetOsAccountLocalIdFromProcess(id); in GetOsAccountLocalIdFromProcess()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_mock_test.cpp200 g_osAccount->GetOsAccountLocalIdFromProcess(id));
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp206 ErrCode errCode = OsAccountManager::GetOsAccountLocalIdFromProcess(id);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_container.cpp406 osAccount->GetOsAccountLocalIdFromProcess(currentUserId_); in GetCurrentUserId()
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h271 napi_value GetOsAccountLocalIdFromProcess(napi_env env, napi_callback_info cbInfo);

12