Home
last modified time | relevance | path

Searched defs:osAccountInfo (Results 1 – 25 of 37) sorted by relevance

12

/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp97 OsAccountInfo *osAccountInfo = new (std::nothrow) OsAccountInfo(); variable
110 OsAccountInfo *osAccountInfo = variable
124 OsAccountInfo *osAccountInfo = new (std::nothrow) OsAccountInfo(INT_ID, variable
147 OsAccountInfo osAccountInfo; variable
160 OsAccountInfo osAccountInfo; variable
174 OsAccountInfo osAccountInfo; variable
187 OsAccountInfo osAccountInfo; variable
201 OsAccountInfo osAccountInfo; variable
214 OsAccountInfo osAccountInfo; variable
228 OsAccountInfo osAccountInfo; variable
[all …]
/base/account/os_account/services/accountmgr/test/mock/os_account/
Dos_account_interface.cpp20 ErrCode OsAccountInterface::SendToAMSAccountStart(OsAccountInfo &osAccountInfo) in SendToAMSAccountStart()
26 ErrCode OsAccountInterface::SendToAMSAccountStop(OsAccountInfo &osAccountInfo) in SendToAMSAccountStop()
32 ErrCode OsAccountInterface::SendToBMSAccountCreate(OsAccountInfo &osAccountInfo) in SendToBMSAccountCreate()
38 ErrCode OsAccountInterface::SendToBMSAccountDelete(OsAccountInfo &osAccountInfo) in SendToBMSAccountDelete()
45 ErrCode OsAccountInterface::SendToIDMAccountDelete(OsAccountInfo &osAccountInfo) in SendToIDMAccountDelete()
52 void OsAccountInterface::SendToCESAccountCreate(OsAccountInfo &osAccountInfo) in SendToCESAccountCreate()
57 void OsAccountInterface::SendToCESAccountDelete(OsAccountInfo &osAccountInfo) in SendToCESAccountDelete()
62 void OsAccountInterface::SendToCESAccountSwitched(OsAccountInfo &osAccountInfo) in SendToCESAccountSwitched()
67 ErrCode OsAccountInterface::SendToStorageAccountCreate(OsAccountInfo &osAccountInfo) in SendToStorageAccountCreate()
73 ErrCode OsAccountInterface::SendToStorageAccountRemove(OsAccountInfo &osAccountInfo) in SendToStorageAccountRemove()
[all …]
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_interface.cpp51 ErrCode OsAccountInterface::SendToAMSAccountStart(OsAccountInfo &osAccountInfo) in SendToAMSAccountStart()
68 ErrCode OsAccountInterface::SendToAMSAccountStop(OsAccountInfo &osAccountInfo) in SendToAMSAccountStop()
109 ErrCode OsAccountInterface::SendToBMSAccountCreate(OsAccountInfo &osAccountInfo) in SendToBMSAccountCreate()
114 ErrCode OsAccountInterface::SendToBMSAccountDelete(OsAccountInfo &osAccountInfo) in SendToBMSAccountDelete()
120 ErrCode OsAccountInterface::SendToIDMAccountDelete(OsAccountInfo &osAccountInfo) in SendToIDMAccountDelete()
163 void OsAccountInterface::SendToCESAccountCreate(OsAccountInfo &osAccountInfo) in SendToCESAccountCreate()
185 void OsAccountInterface::SendToCESAccountDelete(OsAccountInfo &osAccountInfo) in SendToCESAccountDelete()
208const OsAccountInfo &osAccountInfo, const std::string &commonEvent, const std::string &operation) in PublishCommonEvent()
230 void OsAccountInterface::SendToCESAccountSwitched(OsAccountInfo &osAccountInfo) in SendToCESAccountSwitched()
252 ErrCode OsAccountInterface::SendToStorageAccountCreate(OsAccountInfo &osAccountInfo) in SendToStorageAccountCreate()
[all …]
Dinner_os_account_manager.cpp60 OsAccountInfo osAccountInfo( in CreateBaseAdminAccount() local
80 OsAccountInfo osAccountInfo( in CreateBaseStandardAccount() local
103 OsAccountInfo osAccountInfo; in StartAccount() local
143 OsAccountInfo osAccountInfo; in StartActivatedAccount() local
173 OsAccountInfo osAccountInfo; in CreateBaseStandardAccountSendToOther() local
230 void IInnerOsAccountManager::StartBaseStandardAccount(OsAccountInfo &osAccountInfo) in StartBaseStandardAccount()
273 const DomainAccountInfo &domainInfo, OsAccountInfo &osAccountInfo) in PrepareOsAccountInfo()
317 ErrCode IInnerOsAccountManager::SendMsgForAccountCreate(OsAccountInfo &osAccountInfo) in SendMsgForAccountCreate()
345 const std::string &name, const OsAccountType &type, OsAccountInfo &osAccountInfo) in CreateOsAccount()
356 const OsAccountType &type, const DomainAccountInfo &domainInfo, OsAccountInfo &osAccountInfo) in CreateOsAccountForDomain()
[all …]
Dos_account_database_operator.cpp102 void OsAccountDatabaseOperator::InsertOsAccountIntoDataBase(const OsAccountInfo &osAccountInfo) in InsertOsAccountIntoDataBase()
138 void OsAccountDatabaseOperator::UpdateOsAccountInDatabase(const OsAccountInfo &osAccountInfo) in UpdateOsAccountInDatabase()
156 OsAccountInfo &osAccountInfo) in GetOsAccountFromDatabase()
Dos_account_data_storage.cpp39 OsAccountInfo osAccountInfo; in SaveEntries() local
Dos_account_manager_service.cpp78 const std::string &name, const OsAccountType &type, OsAccountInfo &osAccountInfo) in CreateOsAccount()
122 const OsAccountType &type, const DomainAccountInfo &domainInfo, OsAccountInfo &osAccountInfo) in CreateOsAccountForDomain()
347 ErrCode OsAccountManagerService::QueryCurrentOsAccount(OsAccountInfo &osAccountInfo) in QueryCurrentOsAccount()
359 ErrCode OsAccountManagerService::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById()
608 OsAccountInfo osAccountInfo; in DumpState() local
665 const int id, OsAccountInfo &osAccountInfo) in GetOsAccountFromDatabase()
693 for (auto osAccountInfo : osAccountInfos) { in DumpStateByAccounts() local
/base/account/os_account/frameworks/osaccount/core/test/unittest/
Dos_account_test.cpp189 OsAccountInfo osAccountInfo; variable
202 OsAccountInfo osAccountInfo; variable
288 OsAccountInfo osAccountInfo; variable
309 OsAccountInfo osAccountInfo; variable
340 OsAccountInfo osAccountInfo; variable
355 OsAccountInfo osAccountInfo; variable
374 OsAccountInfo osAccountInfo; variable
Dos_account_mock_test.cpp81 OsAccountInfo osAccountInfo; variable
96 OsAccountInfo osAccountInfo; variable
265 OsAccountInfo osAccountInfo; variable
278 OsAccountInfo osAccountInfo; variable
572 OsAccountInfo osAccountInfo; variable
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
Dos_account_manager_service_module_test.cpp656 OsAccountInfo osAccountInfo; variable
668 OsAccountInfo osAccountInfo; variable
681 OsAccountInfo osAccountInfo; variable
1065 OsAccountInfo osAccountInfo; variable
1100 OsAccountInfo osAccountInfo; variable
1147 OsAccountInfo osAccountInfo; variable
1179 OsAccountInfo osAccountInfo; variable
1201 OsAccountInfo osAccountInfo; variable
1229 OsAccountInfo osAccountInfo; variable
1252 OsAccountInfo osAccountInfo; variable
[all …]
Dos_account_manager_service_subscribe_module_test.cpp102 OsAccountInfo osAccountInfo; variable
154 OsAccountInfo osAccountInfo; variable
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
Dos_account_manager_module_test.cpp649 OsAccountInfo osAccountInfo; variable
661 OsAccountInfo osAccountInfo; variable
674 OsAccountInfo osAccountInfo; variable
992 OsAccountInfo osAccountInfo; variable
1023 OsAccountInfo osAccountInfo; variable
1070 OsAccountInfo osAccountInfo; variable
1098 OsAccountInfo osAccountInfo; variable
1117 OsAccountInfo osAccountInfo; variable
1147 OsAccountInfo osAccountInfo; variable
1165 OsAccountInfo osAccountInfo; variable
[all …]
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_inner_account_mgr_mock.cpp693 OsAccountInfo osAccountInfo; variable
807 OsAccountInfo osAccountInfo; variable
851 OsAccountInfo osAccountInfo; variable
919 OsAccountInfo osAccountInfo; variable
972 OsAccountInfo osAccountInfo; variable
1070 OsAccountInfo osAccountInfo; variable
1169 OsAccountInfo osAccountInfo; variable
1219 OsAccountInfo osAccountInfo; variable
Dos_account_inner_account_mgr_cov.cpp298 OsAccountInfo osAccountInfo; variable
337 OsAccountInfo osAccountInfo; variable
Dos_account_data_storage_test.cpp63 OsAccountInfo osAccountInfo(INT_ID, STRING_NAME, INT_TYPE, INT_SHERIAL); in SetUp() local
/base/account/os_account/test/fuzztest/osaccount/querycurrentosaccount_fuzzer/
Dquerycurrentosaccount_fuzzer.cpp34 OsAccountInfo osAccountInfo; in QueryCurrentOsAccountFuzzTest() local
/base/account/os_account/test/fuzztest/osaccount/queryosaccountbyid_fuzzer/
Dqueryosaccountbyid_fuzzer.cpp34 OsAccountInfo osAccountInfo; in QueryOsAccountByIdFuzzTest() local
/base/account/os_account/frameworks/test/unittest/
Daccount_osaccount_proxy_mock_test.cpp86 OsAccountInfo osAccountInfo; variable
101 OsAccountInfo osAccountInfo; variable
277 OsAccountInfo osAccountInfo; variable
290 OsAccountInfo osAccountInfo; variable
583 OsAccountInfo osAccountInfo; variable
/base/account/os_account/test/fuzztest/osaccount/createosaccountfordomain_fuzzer/
Dcreateosaccountfordomain_fuzzer.cpp38 OsAccountInfo osAccountInfo; in CreateOsAccountForDomainFuzzTest() local
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_manager.cpp23 const std::string &name, const OsAccountType &type, OsAccountInfo &osAccountInfo) in CreateOsAccount()
29 const OsAccountType &type, const DomainAccountInfo &domainInfo, OsAccountInfo &osAccountInfo) in CreateOsAccountForDomain()
123 ErrCode OsAccountManager::QueryCurrentOsAccount(OsAccountInfo &osAccountInfo) in QueryCurrentOsAccount()
128 ErrCode OsAccountManager::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById()
246 OsAccountInfo &osAccountInfo) in GetOsAccountFromDatabase()
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dfuzz_test_manager.cpp96 OsAccountInfo osAccountInfo = GetParamOsAccountInfo(); in RegisterOsAccountManager() local
101 OsAccountInfo osAccountInfo = GetParamOsAccountInfo(); in RegisterOsAccountManager() local
171 OsAccountInfo osAccountInfo = GetParamOsAccountInfo(); in RegisterOsAccountManager() local
176 OsAccountInfo osAccountInfo = GetParamOsAccountInfo(); in RegisterOsAccountManager() local
294 OsAccountInfo osAccountInfo = GetParamOsAccountInfo(); in RegisterOsAccountManager() local
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp52 …::CreateOsAccount(const std::string &name, const OsAccountType &type, OsAccountInfo &osAccountInfo) in CreateOsAccount()
72 const OsAccountType &type, const DomainAccountInfo &domainInfo, OsAccountInfo &osAccountInfo) in CreateOsAccountForDomain()
287 ErrCode OsAccount::QueryCurrentOsAccount(OsAccountInfo &osAccountInfo) in QueryCurrentOsAccount()
298 ErrCode OsAccount::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById()
752 …t::GetOsAccountFromDatabase(const std::string& storeID, const int id, OsAccountInfo &osAccountInfo) in GetOsAccountFromDatabase()
/base/account/os_account/tools/test/unittest/acm/
Daccount_command_switch_test.cpp248 OsAccountInfo osAccountInfo; variable
Daccount_command_dump_test.cpp268 OsAccountInfo osAccountInfo; variable
Daccount_command_delete_test.cpp270 OsAccountInfo osAccountInfo; variable

12