/base/account/os_account/test/fuzztest/osaccount/getosaccountlocalidfromprocess_fuzzer/ |
D | getosaccountlocalidfromprocess_fuzzer.cpp | 33 result = OsAccountManager::GetOsAccountLocalIdFromProcess(testId); in GetOsAccountLocalIdFromProcessFuzzTest()
|
/base/customization/enterprise_device_management/interfaces/kits/bundle_manager/src/ |
D | bundle_manager_addon.cpp | 212 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/ |
D | application_manager_addon.cpp | 63 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in GetDisallowedRunningBundles() 193 AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(asyncCallbackInfo->userId); in AddOrRemovellowedRunningBundles()
|
/base/account/os_account/frameworks/osaccount/native/src/ |
D | os_account_manager.cpp | 73 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/ |
D | os_account_manager.h | 136 static ErrCode GetOsAccountLocalIdFromProcess(int &id);
|
/base/account/os_account/frameworks/osaccount/core/include/ |
D | os_account.h | 39 ErrCode GetOsAccountLocalIdFromProcess(int &id);
|
D | ios_account.h | 48 virtual ErrCode GetOsAccountLocalIdFromProcess(int &id) = 0;
|
D | os_account_proxy.h | 42 ErrCode GetOsAccountLocalIdFromProcess(int &id) override;
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
D | os_account_manager_service.h | 48 ErrCode GetOsAccountLocalIdFromProcess(int &id) override;
|
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/ |
D | admin_manager_addon.cpp | 62 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/ |
D | os_account_manager_benchmark_test.cpp | 234 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromProcess(id), ERR_OK); in BENCHMARK_F()
|
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
D | fuzz_test_manager.cpp | 135 OsAccountManager::GetOsAccountLocalIdFromProcess(id); in RegisterOsAccountManager()
|
/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
D | os_account_mock_test.cpp | 193 g_osAccount->GetOsAccountLocalIdFromProcess(id));
|
/base/account/os_account/frameworks/osaccount/core/src/ |
D | os_account.cpp | 206 ErrCode OsAccount::GetOsAccountLocalIdFromProcess(int &id) in GetOsAccountLocalIdFromProcess() function in OHOS::AccountSA::OsAccount 214 return osAccountProxy_->GetOsAccountLocalIdFromProcess(id); in GetOsAccountLocalIdFromProcess()
|
D | os_account_proxy.cpp | 219 ErrCode OsAccountProxy::GetOsAccountLocalIdFromProcess(int &id) in GetOsAccountLocalIdFromProcess() function in OHOS::AccountSA::OsAccountProxy
|
/base/account/os_account/interfaces/kits/napi/osaccount/include/ |
D | napi_os_account.h | 250 napi_value GetOsAccountLocalIdFromProcess(napi_env env, napi_callback_info cbInfo);
|
/base/account/os_account/frameworks/test/unittest/ |
D | account_osaccount_proxy_mock_test.cpp | 199 ErrCode errCode = OsAccountManager::GetOsAccountLocalIdFromProcess(id);
|
/base/account/os_account/frameworks/osaccount/native/ |
D | libos_account_innerkits.map | 31 "OHOS::AccountSA::OsAccount::GetOsAccountLocalIdFromProcess(int&)"; 87 "OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(int&)";
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_manager_service.cpp | 278 ErrCode OsAccountManagerService::GetOsAccountLocalIdFromProcess(int &id) in GetOsAccountLocalIdFromProcess() function in OHOS::AccountSA::OsAccountManagerService
|
D | os_account_stub.cpp | 648 ErrCode result = GetOsAccountLocalIdFromProcess(localId); in ProcGetOsAccountLocalIdFromProcess()
|
/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
D | napi_os_account.cpp | 48 DECLARE_NAPI_FUNCTION("getOsAccountLocalIdFromProcess", GetOsAccountLocalIdFromProcess), 532 napi_value GetOsAccountLocalIdFromProcess(napi_env env, napi_callback_info cbInfo) in GetOsAccountLocalIdFromProcess() function
|
D | napi_os_account_common.cpp | 756 asyncContext->errCode = OsAccountManager::GetOsAccountLocalIdFromProcess(asyncContext->id); in GetProcessIdExecuteCB()
|
/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
D | os_account_manager_service_module_test.cpp | 596 EXPECT_EQ(osAccountManagerService_->GetOsAccountLocalIdFromProcess(id), ERR_OK); 1334 EXPECT_EQ(osAccountManagerService_->GetOsAccountLocalIdFromProcess(id), ERR_OK);
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
D | os_account_manager_module_test.cpp | 650 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromProcess(id), ERR_OK); 1429 EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromProcess(id), ERR_OK);
|