/base/account/os_account/test/fuzztest/osaccount/activateosaccount_fuzzer/ |
D | activateosaccount_fuzzer.cpp | 33 result = OsAccountManager::ActivateOsAccount(testId); in GetDistributedVirtualDeviceIdFuzzTest()
|
/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
D | os_account_manager_service_subscribe_module_test.cpp | 209 result = osAccountManagerService_->ActivateOsAccount(osAccountInfo.GetLocalId()); 224 osAccountManagerService_->ActivateOsAccount(Constants::START_USER_ID); 253 result = OsAccount::GetInstance().ActivateOsAccount(id);
|
D | os_account_manager_service_module_test.cpp | 233 EXPECT_EQ(osAccountManagerService_->ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 936 EXPECT_EQ(osAccountManagerService_->ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 937 EXPECT_EQ(osAccountManagerService_->ActivateOsAccount(Constants::START_USER_ID), ERR_OK); 941 …EXPECT_EQ(osAccountManagerService_->ActivateOsAccount(localId), ERR_OSACCOUNT_SERVICE_MANAGER_ID_E… 1085 EXPECT_EQ(osAccountManagerService_->ActivateOsAccount(osAccountInfo.GetLocalId()), ERR_OK); 1892 osAccountManagerService_->ActivateOsAccount(MAIN_ACCOUNT_ID)); 2210 EXPECT_EQ(osAccountManagerService_->ActivateOsAccount(osAccountInfo.GetLocalId()), ERR_OK);
|
/base/account/os_account/frameworks/osaccount/native/src/ |
D | os_account_manager.cpp | 196 ErrCode OsAccountManager::ActivateOsAccount(const int id) in ActivateOsAccount() function in OHOS::AccountSA::OsAccountManager 198 return OsAccount::GetInstance().ActivateOsAccount(id); in ActivateOsAccount()
|
/base/account/os_account/services/accountmgr/test/unittest/ohos_account/ |
D | ohos_account_manager_test.cpp | 204 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 243 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK);
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_manager_service.cpp | 513 ErrCode OsAccountManagerService::ActivateOsAccount(const int id) in ActivateOsAccount() function in OHOS::AccountSA::OsAccountManagerService 527 return innerManager_.ActivateOsAccount(id); in ActivateOsAccount() 553 ActivateOsAccount(id); in DeactivateOsAccount() 555 ActivateOsAccount(Constants::START_USER_ID); in DeactivateOsAccount()
|
D | inner_os_account_manager.cpp | 190 if (ActivateOsAccount(id) != ERR_OK) { in RetryToGetAccount() 649 if (ActivateOsAccount(Constants::START_USER_ID) != ERR_OK) { in RetryToGetAccount() 1416 ErrCode IInnerOsAccountManager::ActivateOsAccount(const int id) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
|
/base/account/os_account/frameworks/osaccount/core/ |
D | libos_account_core.map | 24 "OHOS::AccountSA::OsAccount::ActivateOsAccount(int)";
|
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/ |
D | account_mgr_inner_sdk_func_test.cpp | 194 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 244 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 299 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 331 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK);
|
/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
D | os_account_manager.h | 342 static ErrCode ActivateOsAccount(const int id);
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
D | iinner_os_account.h | 58 virtual ErrCode ActivateOsAccount(const int id) = 0;
|
D | os_account_manager_service.h | 78 ErrCode ActivateOsAccount(const int id) override;
|
D | iinner_os_account_manager.h | 61 ErrCode ActivateOsAccount(const int id) override;
|
/base/account/os_account/frameworks/osaccount/core/include/ |
D | os_account.h | 58 ErrCode ActivateOsAccount(const int id);
|
D | ios_account.h | 67 virtual ErrCode ActivateOsAccount(const int id) = 0;
|
D | os_account_proxy.h | 61 ErrCode ActivateOsAccount(const int id) override;
|
/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
D | domain_account_client_module_test.cpp | 490 errCode = OsAccountManager::ActivateOsAccount(osAccountInfo.GetLocalId()); 508 errCode = OsAccountManager::ActivateOsAccount(osAccountInfo.GetLocalId()); 1167 EXPECT_EQ(OsAccountManager::ActivateOsAccount(userId), ERR_OK); 1251 EXPECT_EQ(OsAccountManager::ActivateOsAccount(userId), ERR_OK); 1517 EXPECT_EQ(OsAccountManager::ActivateOsAccount(userId), ERR_OK); 1533 EXPECT_EQ(OsAccountManager::ActivateOsAccount(userId1), ERR_OK); 1565 EXPECT_EQ(OsAccountManager::ActivateOsAccount(userId), ERR_OK); 1572 EXPECT_EQ(OsAccountManager::ActivateOsAccount(userId), ERR_OK);
|
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
D | os_account_inner_account_mgr_mock.cpp | 820 ErrCode ret = innerMgrService_->ActivateOsAccount(id); 825 ret = innerMgrService_->ActivateOsAccount(id); 832 ret = innerMgrService_->ActivateOsAccount(id); 840 ret = innerMgrService_->ActivateOsAccount(id); 848 ret = innerMgrService_->ActivateOsAccount(id);
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
D | os_account_manager_module_test.cpp | 1877 EXPECT_NE(OsAccountManager::ActivateOsAccount(INVALID_ID), ERR_OK); 1888 EXPECT_NE(OsAccountManager::ActivateOsAccount(ERROR_LOCAL_ID), ERR_OK); 1902 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK); 2198 … ASSERT_EQ(OsAccountManager::ActivateOsAccount(LOCAL_ID), ERR_ACCOUNT_COMMON_NOT_SYSTEM_APP_ERROR); 2289 … ASSERT_NE(OsAccountManager::ActivateOsAccount(LOCAL_ID), ERR_ACCOUNT_COMMON_NOT_SYSTEM_APP_ERROR); 2421 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfo.GetLocalId()), ERR_OK);
|
/base/account/os_account/frameworks/osaccount/core/src/ |
D | os_account.cpp | 449 ErrCode OsAccount::ActivateOsAccount(const int id) in ActivateOsAccount() function in OHOS::AccountSA::OsAccount 460 return proxy->ActivateOsAccount(id); in ActivateOsAccount()
|
/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
D | os_account_mock_test.cpp | 379 g_osAccount->ActivateOsAccount(MAIN_ACCOUNT_ID));
|
/base/account/os_account/interfaces/kits/napi/osaccount/include/ |
D | napi_os_account.h | 224 napi_value ActivateOsAccount(napi_env env, napi_callback_info cbInfo);
|
/base/account/os_account/frameworks/test/unittest/ |
D | account_osaccount_proxy_mock_test.cpp | 401 ErrCode errCode = OsAccountManager::ActivateOsAccount(TEST_USER_ID);
|
/base/account/os_account/tools/acm/src/ |
D | account_command.cpp | 340 result = OsAccount::GetInstance().ActivateOsAccount(id); in RunAsSwitchCommand()
|
/base/account/os_account/frameworks/osaccount/native/ |
D | libos_account_innerkits.map | 48 "OHOS::AccountSA::OsAccount::ActivateOsAccount(int)"; 134 "OHOS::AccountSA::OsAccountManager::ActivateOsAccount(int)";
|