Home
last modified time | relevance | path

Searched refs:OsAccountInterfaceCode (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp50 ErrCode result = SendRequest(OsAccountInterfaceCode::CREATE_OS_ACCOUNT, data, reply); in CreateOsAccount()
229 return SendRequestWithAccountId(OsAccountInterfaceCode::REMOVE_OS_ACCOUNT, reply, id); in RemoveOsAccount()
253 OsAccountInterfaceCode code, const int id, const std::string &constraint, bool &isEnabled) in CheckOsAccountConstraintEnabled()
300 OsAccountInterfaceCode::CHECK_OS_ACCOUNT_CONSTRAINT_ENABLED, id, constraint, isEnabled); in CheckOsAccountConstraintEnabled()
389 ErrCode result = SendRequest(OsAccountInterfaceCode::IS_MAIN_OS_ACCOUNT, data, reply); in IsMainOsAccount()
686 ErrCode result = SendRequest(OsAccountInterfaceCode::SET_OS_ACCOUNT_NAME, data, reply); in SetOsAccountName()
774 return SendRequestWithAccountId(OsAccountInterfaceCode::ACTIVATE_OS_ACCOUNT, reply, id); in ActivateOsAccount()
810 return SendRequestWithAccountId(OsAccountInterfaceCode::START_OS_ACCOUNT, reply, id); in StartOsAccount()
873 ErrCode result = SendRequest(OsAccountInterfaceCode::SUBSCRIBE_OS_ACCOUNT, data, reply); in SubscribeOsAccount()
1083 ErrCode result = SendRequestWithAccountId(OsAccountInterfaceCode::DUMP_STATE, reply, id); in DumpState()
[all …]
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_stub.cpp33 static_cast<uint32_t>(OsAccountInterfaceCode::CREATE_OS_ACCOUNT),
36 static_cast<uint32_t>(OsAccountInterfaceCode::CREATE_OS_ACCOUNT_FOR_DOMAIN),
41 static_cast<uint32_t>(OsAccountInterfaceCode::CREATE_OS_ACCOUNT),
81 static_cast<uint32_t>(OsAccountInterfaceCode::REMOVE_OS_ACCOUNT),
89 static_cast<uint32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_EXISTS),
96 static_cast<uint32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_ACTIVED),
145 static_cast<uint32_t>(OsAccountInterfaceCode::IS_MAIN_OS_ACCOUNT),
213 static_cast<uint32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_TYPE),
236 static_cast<uint32_t>(OsAccountInterfaceCode::SET_OS_ACCOUNT_NAME),
284 static_cast<uint32_t>(OsAccountInterfaceCode::START_OS_ACCOUNT),
[all …]
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/activateosaccountstub_fuzzer/
H A Dactivateosaccountstub_fuzzer.cpp51 static_cast<int32_t>(OsAccountInterfaceCode::ACTIVATE_OS_ACCOUNT), datas, reply, option); in ActivateOsAccountStubFuzzTest()
92 …static_cast<int32_t>(OsAccountInterfaceCode::CREATE_OS_ACCOUNT_WITH_FULL_INFO), datas, reply, opti… in ProcCreateOsAccountWithFullInfoStubFuzzTest()
112 … static_cast<int32_t>(OsAccountInterfaceCode::DEACTIVATE_ALL_OS_ACCOUNTS), datas, reply, option); in ProcDeactivateAllOsAccountsStubFuzzTest()
177 …static_cast<int32_t>(OsAccountInterfaceCode::GET_DEFAULT_ACTIVATED_OS_ACCOUNT), datas, reply, opti… in ProcGetDefaultActivatedOsAccountStubFuzzTest()
197 … static_cast<int32_t>(OsAccountInterfaceCode::GET_FOREGROUND_OS_ACCOUNTS), datas, reply, option); in ProcGetForegroundOsAccountsStubFuzzTest()
251 … static_cast<int32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_FROM_DATABASE), datas, reply, option); in ProcGetOsAccountFromDatabaseStubFuzzTest()
296 … static_cast<int32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_SHORT_NAME), datas, reply, option); in ProcGetOsAccountShortNameStubFuzzTest()
316 …static_cast<int32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_TYPE_FROM_PROCESS), datas, reply, opti… in ProcGetOsAccountTypeFromProcessStubFuzzTest()
341 … static_cast<int32_t>(OsAccountInterfaceCode::GET_SERIAL_NUM_FROM_DATABASE), datas, reply, option); in ProcGetSerialNumberFromDatabaseStubFuzzTest()
361 …static_cast<int32_t>(OsAccountInterfaceCode::IS_CURRENT_OS_ACCOUNT_VERIFIED), datas, reply, option… in ProcIsCurrentOsAccountVerifiedStubFuzzTest()
[all …]
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/checkosaccountconstraintenabledstub_fuzzer/
H A Dcheckosaccountconstraintenabledstub_fuzzer.cpp51 …static_cast<int32_t>(OsAccountInterfaceCode::CHECK_OS_ACCOUNT_CONSTRAINT_ENABLED), datas, reply, o… in CheckOsAccountConstraintEnabledStubFuzzTest()
71 … static_cast<int32_t>(OsAccountInterfaceCode::QUERY_ACTIVE_OS_ACCOUNT_IDS), datas, reply, option); in ProcQueryActiveOsAccountIdsStubFuzzTest()
91 …static_cast<int32_t>(OsAccountInterfaceCode::QUERY_ALL_CREATED_OS_ACCOUNTS), datas, reply, option); in ProcQueryAllCreatedOsAccountsStubFuzzTest()
111 … static_cast<int32_t>(OsAccountInterfaceCode::QUERY_CURRENT_OS_ACCOUNT), datas, reply, option); in ProcQueryCurrentOsAccountStubFuzzTest()
131 …static_cast<int32_t>(OsAccountInterfaceCode::QUERY_MAX_LOGGED_IN_OS_ACCOUNT_NUMBER), datas, reply,… in ProcQueryMaxLoggedInOsAccountNumberStubFuzzTest()
172 …static_cast<int32_t>(OsAccountInterfaceCode::UPDATE_OS_ACCOUNT_WITH_FULL_INFO), datas, reply, opti… in ProcUpdateOsAccountWithFullInfoStubFuzzTest()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account_proxy.h110 ErrCode SendRequest(OsAccountInterfaceCode code, MessageParcel &data, MessageParcel &reply);
112OsAccountInterfaceCode code, const int id, const std::string &constraint, bool &isConstraintEnable…
113 ErrCode SendRequestWithAccountId(OsAccountInterfaceCode code, MessageParcel &reply, int id);
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/procgetcreatedosaccountscountstub_fuzzer/
H A Dprocgetcreatedosaccountscountstub_fuzzer.cpp46 … static_cast<int32_t>(OsAccountInterfaceCode::GET_CREATED_OS_ACCOUNT_COUNT), datas, reply, option); in ProcGetCreatedOsAccountsCountStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/procgetosaccountlocalidfromprocessstub_fuzzer/
H A Dprocgetosaccountlocalidfromprocessstub_fuzzer.cpp46 …static_cast<int32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_LOCAL_ID_FROM_PROCESS), datas, reply, … in ProcGetOsAccountLocalIdFromProcessStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/procgetosaccountnamestub_fuzzer/
H A Dprocgetosaccountnamestub_fuzzer.cpp46 static_cast<int32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_NAME), datas, reply, option); in ProcGetOsAccountNameStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/procgetosaccountswitchmodstub_fuzzer/
H A Dprocgetosaccountswitchmodstub_fuzzer.cpp46 … static_cast<int32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_SWITCH_MOD), datas, reply, option); in ProcGetOsAccountSwitchModStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/procismainosaccountstub_fuzzer/
H A Dprocismainosaccountstub_fuzzer.cpp46 static_cast<int32_t>(OsAccountInterfaceCode::IS_MAIN_OS_ACCOUNT), datas, reply, option); in ProcIsMainOsAccountStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/procquerymaxosaccountnumberstub_fuzzer/
H A Dprocquerymaxosaccountnumberstub_fuzzer.cpp46 … static_cast<int32_t>(OsAccountInterfaceCode::QUERY_MAX_OS_ACCOUNT_NUMBER), datas, reply, option); in ProcQueryMaxOsAccountNumberStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/deactivateosaccountstub_fuzzer/
H A Ddeactivateosaccountstub_fuzzer.cpp49 static_cast<int32_t>(OsAccountInterfaceCode::DEACTIVATE_OS_ACCOUNT), datas, reply, option); in DeactivateOsAccountStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/dumpstatestub_fuzzer/
H A Ddumpstatestub_fuzzer.cpp47 static_cast<int32_t>(OsAccountInterfaceCode::DUMP_STATE), datas, reply, option); in DumpStateStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/getforegroundosaccountlocalidstub_fuzzer/
H A Dgetforegroundosaccountlocalidstub_fuzzer.cpp49 …static_cast<int32_t>(OsAccountInterfaceCode::GET_FOREGROUND_OS_ACCOUNT_LOCAL_ID), datas, reply, op… in GetForegroundOsAccountLocalIdStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/getosaccountallconstraintsstub_fuzzer/
H A Dgetosaccountallconstraintsstub_fuzzer.cpp47 …static_cast<int32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_ALL_CONSTRAINTS), datas, reply, option… in GetOsAccountAllConstraintsStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/getosaccountprofilephotostub_fuzzer/
H A Dgetosaccountprofilephotostub_fuzzer.cpp48 … static_cast<int32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_PROFILE_PHOTO), datas, reply, option); in GetOsAccountProfilePhotoStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/getosaccountshortnamebyidstub_fuzzer/
H A Dgetosaccountshortnamebyidstub_fuzzer.cpp49 …static_cast<int32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_SHORT_NAME_BY_ID), datas, reply, optio… in GetOsAccountShortNameByIdStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/getosaccounttypestub_fuzzer/
H A Dgetosaccounttypestub_fuzzer.cpp48 static_cast<int32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_TYPE), datas, reply, option); in GetOsAccountTypeStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/getserialnumberbyosaccountlocalidstub_fuzzer/
H A Dgetserialnumberbyosaccountlocalidstub_fuzzer.cpp47 …static_cast<int32_t>(OsAccountInterfaceCode::GET_SERIAL_NUMBER_FOR_OS_ACCOUNT), datas, reply, opti… in GetSerialNumberByOsAccountLocalIdStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/isosaccountactivedstub_fuzzer/
H A Disosaccountactivedstub_fuzzer.cpp47 static_cast<int32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_ACTIVED), datas, reply, option); in IsOsAccountActivedStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/isosaccountcompletedstub_fuzzer/
H A Disosaccountcompletedstub_fuzzer.cpp47 … static_cast<int32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_COMPLETED), datas, reply, option); in IsOsAccountCompletedStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/isosaccountexistsstub_fuzzer/
H A Disosaccountexistsstub_fuzzer.cpp47 static_cast<int32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_EXISTS), datas, reply, option); in IsOsAccountExistsStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/isosaccountverifiedstub_fuzzer/
H A Disosaccountverifiedstub_fuzzer.cpp46 static_cast<int32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_VERIFIED), datas, reply, option); in IsOsAccountVerifiedStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/procstartosaccountstub_fuzzer/
H A Dprocstartosaccountstub_fuzzer.cpp51 static_cast<int32_t>(OsAccountInterfaceCode::START_OS_ACCOUNT), datas, reply, option); in ProcStartOsAccountStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/queryosaccountbyidstub_fuzzer/
H A Dqueryosaccountbyidstub_fuzzer.cpp45 …osAccountManagerService_->OnRemoteRequest(static_cast<int32_t>(OsAccountInterfaceCode::QUERY_OS_AC… in QueryOsAccountByIdStubFuzzTest()

12