Home
last modified time | relevance | path

Searched refs:CreateOsAccountForDomain (Results 1 - 25 of 26) sorted by relevance

12

/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_mock_plugin_so_module_test.cpp404 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, oldDomainInfo, testCallback); in HWTEST_F()
446 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, oldDomainInfo, testCallback); in HWTEST_F()
485 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, oldDomainInfo, testCallback); in HWTEST_F()
576 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); in HWTEST_F()
621 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); in HWTEST_F()
679 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); in HWTEST_F()
731 EXPECT_NE(OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, in HWTEST_F()
735 EXPECT_NE(OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, in HWTEST_F()
739 EXPECT_NE(OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, in HWTEST_F()
743 EXPECT_NE(OsAccountManager::CreateOsAccountForDomain(OsAccountTyp in HWTEST_F()
[all...]
H A Ddomain_account_client_module_test.cpp414 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); in HWTEST_F()
565 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); in HWTEST_F()
596 * @tc.desc: CreateOsAccountForDomain failed with invalid param.
611 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); in HWTEST_F()
620 * @tc.desc: CreateOsAccountForDomain failed with bound failed.
635 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); in HWTEST_F()
644 * @tc.desc: CreateOsAccountForDomain failed with not register plugin.
658 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); in HWTEST_F()
664 * @tc.desc: CreateOsAccountForDomain successfully with 100 bind domain.
694 errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountTyp in HWTEST_F()
[all...]
/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_test.cpp281 * @tc.desc: Test CreateOsAccountForDomain domain is illegal.
292 osAccountProxy_->CreateOsAccountForDomain(type, domainInfo, osAccountInfo)); in HWTEST_F()
295 osAccountProxy_->CreateOsAccountForDomain(type, domainInfo, osAccountInfo)); in HWTEST_F()
300 * @tc.desc: Test CreateOsAccountForDomain domainAccountName is illegal.
310 osAccountProxy_->CreateOsAccountForDomain(type, domainInfo, osAccountInfo)); in HWTEST_F()
314 osAccountProxy_->CreateOsAccountForDomain(type, domainInfo, osAccountInfo)); in HWTEST_F()
H A Dos_account_mock_test.cpp95 * @tc.desc: Test CreateOsAccountForDomain getosaccountproxy faild
106 g_osAccount->CreateOsAccountForDomain(type, domainInfo, osAccountInfo)); in HWTEST_F()
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp1026 ASSERT_EQ(osAccountManagerService_->CreateOsAccountForDomain(type, domainInfo, osAccountInfo), ERR_OK); in HWTEST_F()
1061 ASSERT_EQ(osAccountManagerService_->CreateOsAccountForDomain(type, domainInfo, osAccountInfo), ERR_OK); in HWTEST_F()
1107 ASSERT_EQ(osAccountManagerService_->CreateOsAccountForDomain(type, domainNameInvalid, osAccountInfo), in HWTEST_F()
1111 EXPECT_EQ(osAccountManagerService_->CreateOsAccountForDomain(type, domainAccountNameInvalid, osAccountInfo), in HWTEST_F()
1115 EXPECT_EQ(osAccountManagerService_->CreateOsAccountForDomain(type, domainEmpty, osAccountInfo), in HWTEST_F()
1119 EXPECT_EQ(osAccountManagerService_->CreateOsAccountForDomain(type, domainAccountEmpty, osAccountInfo), in HWTEST_F()
1123 EXPECT_EQ(osAccountManagerService_->CreateOsAccountForDomain(OsAccountType::END, domainInfo, osAccountInfo), in HWTEST_F()
1139 ASSERT_EQ(osAccountManagerService_->CreateOsAccountForDomain(type, domainInfo, osAccountInfo), ERR_OK); in HWTEST_F()
1142 EXPECT_EQ(osAccountManagerService_->CreateOsAccountForDomain(type, domainInfo, osAccountInfo), in HWTEST_F()
1161 ASSERT_EQ(osAccountManagerService_->CreateOsAccountForDomain(typ in HWTEST_F()
[all...]
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp1163 EXPECT_EQ(OsAccountManager::CreateOsAccountForDomain(type, domainInfo, osAccountInfo), ERR_OK); in HWTEST_F()
1194 EXPECT_EQ(OsAccountManager::CreateOsAccountForDomain(type, domainInfo, osAccountInfo), ERR_OK); in HWTEST_F()
1239 ErrCode ret = OsAccountManager::CreateOsAccountForDomain(type, domainNameInvalid, osAccountInfo); in HWTEST_F()
1243 ret = OsAccountManager::CreateOsAccountForDomain(type, domainAccountNameInvalid, osAccountInfo); in HWTEST_F()
1247 ret = OsAccountManager::CreateOsAccountForDomain(type, domainEmpty, osAccountInfo); in HWTEST_F()
1251 ret = OsAccountManager::CreateOsAccountForDomain(type, domainAccountEmpty, osAccountInfo); in HWTEST_F()
1267 EXPECT_NE(OsAccountManager::CreateOsAccountForDomain(type, domainInfo, osAccountInfo), ERR_OK); in HWTEST_F()
1270 EXPECT_NE(OsAccountManager::CreateOsAccountForDomain(type, domainInfo, osAccountInfo), in HWTEST_F()
1286 EXPECT_NE(OsAccountManager::CreateOsAccountForDomain(type, domainInfo, osAccountInfo), ERR_OK); in HWTEST_F()
1289 EXPECT_NE(OsAccountManager::CreateOsAccountForDomain(typ in HWTEST_F()
[all...]
/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_callback_test.cpp436 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, accountInfo); in HWTEST_F()
463 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, accountInfo); in HWTEST_F()
494 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, accountInfo); in HWTEST_F()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h111 static ErrCode CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo,
/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/
H A Dcreateosaccount_fuzzer.cpp110 result = OsAccountManager::CreateOsAccountForDomain(testType, domainInfo, nullptr); in CreateOsAccountForDomainFuzzTest()
/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h34 ErrCode CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo,
H A Dios_account.h42 virtual ErrCode CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo,
H A Dos_account_proxy.h36 ErrCode CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo,
/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h38 virtual ErrCode CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo,
H A Dos_account_manager_service.h38 ErrCode CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo,
H A Diinner_os_account_manager.h43 ErrCode CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo,
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp53 ErrCode OsAccountManager::CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo, in CreateOsAccountForDomain() function in OHOS::AccountSA::OsAccountManager
56 return OsAccount::GetInstance().CreateOsAccountForDomain(type, domainInfo, callback, options); in CreateOsAccountForDomain()
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp148 ErrCode OsAccount::CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo, in CreateOsAccountForDomain() function in OHOS::AccountSA::OsAccount
174 return proxy->CreateOsAccountForDomain(type, domainInfo, callbackService, options); in CreateOsAccountForDomain()
H A Dos_account_proxy.cpp181 ErrCode OsAccountProxy::CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo, in CreateOsAccountForDomain() function in OHOS::AccountSA::OsAccountProxy
/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp110 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(type, domainInfo, osAccountInfo); in HWTEST_F()
/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h249 napi_value CreateOsAccountForDomain(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp206 ErrCode OsAccountManagerService::CreateOsAccountForDomain(const OsAccountType &type, in CreateOsAccountForDomain() function in OHOS::AccountSA::OsAccountManagerService
251 return innerManager_.CreateOsAccountForDomain(type, domainInfo, callback, options); in CreateOsAccountForDomain()
H A Dos_account_stub.cpp713 ErrCode result = CreateOsAccountForDomain(type, *info, callback, *options); in ProcCreateOsAccountForDomain()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp46 DECLARE_NAPI_FUNCTION("createOsAccountForDomain", CreateOsAccountForDomain),
418 napi_value CreateOsAccountForDomain(napi_env env, napi_callback_info cbInfo) in CreateOsAccountForDomain() function
436 napi_create_string_utf8(env, "CreateOsAccountForDomain", NAPI_AUTO_LENGTH, &resource); in CreateOsAccountForDomain()
H A Dnapi_os_account_common.cpp650 OsAccountManager::CreateOsAccountForDomain(asyncContext->type, asyncContext->domainInfo, in CreateOAForDomainExecuteCB()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp1064 ret = innerMgrService_->CreateOsAccountForDomain(type, domainInfo, osAccountInfoOne); in HWTEST_F()
1070 ret = innerMgrService_->CreateOsAccountForDomain(type, domainInfo, osAccountInfoOne); in HWTEST_F()

Completed in 56 milliseconds

12