Home
last modified time | relevance | path

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

/base/account/os_account/test/fuzztest/osaccount/getosaccountlocalidfromprocess_fuzzer/
Dgetosaccountlocalidfromprocess_fuzzer.cpp33 result = OsAccountManager::GetOsAccountLocalIdFromProcess(testId); in GetOsAccountLocalIdFromProcessFuzzTest()
/base/customization/enterprise_device_management/interfaces/kits/bundle_manager/src/
Dbundle_manager_addon.cpp212 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in CheckAndParseUninstallParamType()
245 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in CheckAndParseUninstallParamType()
251 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in CheckAndParseUninstallParamType()
267 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(installParam.userId); in jsObjectToInstallParam()
337 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in GetAllowedOrDisallowedInstallBundles()
481 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in AddOrRemoveInstallBundles()
/base/customization/enterprise_device_management/interfaces/kits/application_manager/src/
Dapplication_manager_addon.cpp63 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in GetDisallowedRunningBundles()
193 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in AddOrRemovellowedRunningBundles()
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_manager.cpp73 ErrCode OsAccountManager::GetOsAccountLocalIdFromProcess(int &id) in GetOsAccountLocalIdFromProcess() function in OHOS::AccountSA::OsAccountManager
75 return OsAccount::GetInstance().GetOsAccountLocalIdFromProcess(id); in GetOsAccountLocalIdFromProcess()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_manager.h136 static ErrCode GetOsAccountLocalIdFromProcess(int &id);
/base/account/os_account/frameworks/osaccount/core/include/
Dos_account.h39 ErrCode GetOsAccountLocalIdFromProcess(int &id);
Dios_account.h48 virtual ErrCode GetOsAccountLocalIdFromProcess(int &id) = 0;
Dos_account_proxy.h42 ErrCode GetOsAccountLocalIdFromProcess(int &id) override;
/base/account/os_account/services/accountmgr/include/osaccount/
Dos_account_manager_service.h48 ErrCode GetOsAccountLocalIdFromProcess(int &id) override;
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
Dadmin_manager_addon.cpp62 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in EnableAdmin()
173 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in DisableAdmin()
459 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in IsAdminEnabled()
/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/
Dos_account_manager_benchmark_test.cpp234 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromProcess(id), ERR_OK); in BENCHMARK_F()
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dfuzz_test_manager.cpp135 OsAccountManager::GetOsAccountLocalIdFromProcess(id); in RegisterOsAccountManager()
/base/account/os_account/frameworks/osaccount/core/test/unittest/
Dos_account_mock_test.cpp193 g_osAccount->GetOsAccountLocalIdFromProcess(id));
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp206 ErrCode OsAccount::GetOsAccountLocalIdFromProcess(int &id) in GetOsAccountLocalIdFromProcess() function in OHOS::AccountSA::OsAccount
214 return osAccountProxy_->GetOsAccountLocalIdFromProcess(id); in GetOsAccountLocalIdFromProcess()
Dos_account_proxy.cpp219 ErrCode OsAccountProxy::GetOsAccountLocalIdFromProcess(int &id) in GetOsAccountLocalIdFromProcess() function in OHOS::AccountSA::OsAccountProxy
/base/account/os_account/interfaces/kits/napi/osaccount/include/
Dnapi_os_account.h250 napi_value GetOsAccountLocalIdFromProcess(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/frameworks/test/unittest/
Daccount_osaccount_proxy_mock_test.cpp199 ErrCode errCode = OsAccountManager::GetOsAccountLocalIdFromProcess(id);
/base/account/os_account/frameworks/osaccount/native/
Dlibos_account_innerkits.map31 "OHOS::AccountSA::OsAccount::GetOsAccountLocalIdFromProcess(int&)";
87 "OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(int&)";
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp278 ErrCode OsAccountManagerService::GetOsAccountLocalIdFromProcess(int &id) in GetOsAccountLocalIdFromProcess() function in OHOS::AccountSA::OsAccountManagerService
Dos_account_stub.cpp648 ErrCode result = GetOsAccountLocalIdFromProcess(localId); in ProcGetOsAccountLocalIdFromProcess()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account.cpp48 DECLARE_NAPI_FUNCTION("getOsAccountLocalIdFromProcess", GetOsAccountLocalIdFromProcess),
532 napi_value GetOsAccountLocalIdFromProcess(napi_env env, napi_callback_info cbInfo) in GetOsAccountLocalIdFromProcess() function
Dnapi_os_account_common.cpp756 asyncContext->errCode = OsAccountManager::GetOsAccountLocalIdFromProcess(asyncContext->id); in GetProcessIdExecuteCB()
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
Dos_account_manager_service_module_test.cpp596 EXPECT_EQ(osAccountManagerService_->GetOsAccountLocalIdFromProcess(id), ERR_OK);
1334 EXPECT_EQ(osAccountManagerService_->GetOsAccountLocalIdFromProcess(id), ERR_OK);
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
Dos_account_manager_module_test.cpp650 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromProcess(id), ERR_OK);
1429 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromProcess(id), ERR_OK);