Home
last modified time | relevance | path

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

12

/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_stub.cpp29 static_cast<uint32_t>(OsAccountInterfaceCode::CREATE_OS_ACCOUNT),
36 static_cast<uint32_t>(OsAccountInterfaceCode::CREATE_OS_ACCOUNT_FOR_DOMAIN),
43 static_cast<uint32_t>(OsAccountInterfaceCode::REMOVE_OS_ACCOUNT),
50 static_cast<uint32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_EXISTS),
56 static_cast<uint32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_ACTIVED),
62 static_cast<uint32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_CONSTRAINT_ENABLE),
68 static_cast<uint32_t>(OsAccountInterfaceCode::CHECK_OS_ACCOUNT_CONSTRAINT_ENABLED),
74 static_cast<uint32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_VERIFIED),
80 static_cast<uint32_t>(OsAccountInterfaceCode::GET_CREATED_OS_ACCOUNT_COUNT),
86 static_cast<uint32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_LOCAL_ID_FROM_PROCESS),
[all …]
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account_proxy.cpp46 ErrCode result = SendRequest(OsAccountInterfaceCode::CREATE_OS_ACCOUNT, data, reply); in CreateOsAccount()
92 ErrCode result = SendRequest(OsAccountInterfaceCode::CREATE_OS_ACCOUNT_FOR_DOMAIN, data, reply); in CreateOsAccountForDomain()
109 return SendRequestWithAccountId(OsAccountInterfaceCode::REMOVE_OS_ACCOUNT, reply, id); in RemoveOsAccount()
115 …ErrCode result = SendRequestWithAccountId(OsAccountInterfaceCode::IS_OS_ACCOUNT_EXISTS, reply, id); in IsOsAccountExists()
125 …ErrCode result = SendRequestWithAccountId(OsAccountInterfaceCode::IS_OS_ACCOUNT_ACTIVED, reply, id… in IsOsAccountActived()
133 OsAccountInterfaceCode code, const int id, const std::string &constraint, bool &isEnabled) in CheckOsAccountConstraintEnabled()
173OsAccountInterfaceCode::IS_OS_ACCOUNT_CONSTRAINT_ENABLE, id, constraint, isConstraintEnable); in IsOsAccountConstraintEnable()
180 OsAccountInterfaceCode::CHECK_OS_ACCOUNT_CONSTRAINT_ENABLED, id, constraint, isEnabled); in CheckOsAccountConstraintEnabled()
186 …ErrCode result = SendRequestWithAccountId(OsAccountInterfaceCode::IS_OS_ACCOUNT_VERIFIED, reply, i… in IsOsAccountVerified()
204 ErrCode result = SendRequest(OsAccountInterfaceCode::GET_CREATED_OS_ACCOUNT_COUNT, data, reply); in GetCreatedOsAccountsCount()
[all …]
/base/account/os_account/test/fuzztest/osaccount_stub/isosaccountcompletedstub_fuzzer/
Disosaccountcompletedstub_fuzzer.cpp44 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_COMPLETED); in IsOsAccountCompletedStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/isosaccountexistsstub_fuzzer/
Disosaccountexistsstub_fuzzer.cpp44 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_EXISTS); in IsOsAccountExistsStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/setdefaultactivatedosaccountstub_fuzzer/
Dsetdefaultactivatedosaccountstub_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::SET_DEFAULT_ACTIVATED_OS_ACCOUNT); in SetDefaultActivatedOsAccountStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/isosaccountactivedstub_fuzzer/
Disosaccountactivedstub_fuzzer.cpp44 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_ACTIVED); in IsOsAccountActivedStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/getosaccountprofilephotostub_fuzzer/
Dgetosaccountprofilephotostub_fuzzer.cpp44 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_PROFILE_PHOTO); in GetOsAccountProfilePhotoStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/isosaccountverifiedstub_fuzzer/
Disosaccountverifiedstub_fuzzer.cpp44 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_VERIFIED); in IsOsAccountVerifiedStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/removeosaccountstub_fuzzer/
Dremoveosaccountstub_fuzzer.cpp44 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::REMOVE_OS_ACCOUNT); in RemoveOsAccountStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/getosaccountallconstraintsstub_fuzzer/
Dgetosaccountallconstraintsstub_fuzzer.cpp44 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_ALL_CONSTRAINTS); in GetOsAccountAllConstraintsStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/queryosaccountbyidstub_fuzzer/
Dqueryosaccountbyidstub_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::QUERY_OS_ACCOUNT_BY_ID); in QueryOsAccountByIdStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/getserialnumberbyosaccountlocalidstub_fuzzer/
Dgetserialnumberbyosaccountlocalidstub_fuzzer.cpp44 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::GET_SERIAL_NUMBER_FOR_OS_ACCOUNT); in GetSerialNumberByOsAccountLocalIdStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/stoposaccountstub_fuzzer/
Dstoposaccountstub_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::STOP_OS_ACCOUNT); in StopOsAccountStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/activateosaccountstub_fuzzer/
Dactivateosaccountstub_fuzzer.cpp44 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::ACTIVATE_OS_ACCOUNT); in ActivateOsAccountStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/dumpstatestub_fuzzer/
Ddumpstatestub_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::DUMP_STATE); in DumpStateStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/getosaccountlocalidbyserialnumberstub_fuzzer/
Dgetosaccountlocalidbyserialnumberstub_fuzzer.cpp43 …uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_LOCAL_ID_FOR_SERIAL_N… in GetOsAccountLocalIdBySerialNumberStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/setcurrentosaccountisverifiedstub_fuzzer/
Dsetcurrentosaccountisverifiedstub_fuzzer.cpp44 … uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::SET_CURRENT_OS_ACCOUNT_IS_VERIFIED); in SetCurrentOsAccountIsVerifiedStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/checkosaccountconstraintenabledstub_fuzzer/
Dcheckosaccountconstraintenabledstub_fuzzer.cpp49 …uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::CHECK_OS_ACCOUNT_CONSTRAINT_ENABLED); in CheckOsAccountConstraintEnabledStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/setosaccountprofilephotostub_fuzzer/
Dsetosaccountprofilephotostub_fuzzer.cpp49 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::SET_OS_ACCOUNT_PROFILE_PHOTO); in SetOsAccountProfilePhotoStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/queryosaccountconstraintsourcetypesstub_fuzzer/
Dqueryosaccountconstraintsourcetypesstub_fuzzer.cpp48 …uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::QUERY_OS_ACCOUNT_CONSTRAINT_SOURCE_T… in QueryOsAccountConstraintSourceTypesStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/isosaccountconstraintenablestub_fuzzer/
Disosaccountconstraintenablestub_fuzzer.cpp49 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::IS_OS_ACCOUNT_CONSTRAINT_ENABLE); in IsOsAccountConstraintEnableStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/setosaccountisverifiedstub_fuzzer/
Dsetosaccountisverifiedstub_fuzzer.cpp49 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::SET_OS_ACCOUNT_IS_VERIFIED); in SetOsAccountIsVerifiedStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/proccreateosaccountstub_fuzzer/
Dproccreateosaccountstub_fuzzer.cpp47 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::CREATE_OS_ACCOUNT); in ProcCreateOsAccountStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/getosaccountlocalidfromdomainstub_fuzzer/
Dgetosaccountlocalidfromdomainstub_fuzzer.cpp48 …uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::GET_OS_ACCOUNT_LOCAL_ID_FROM_DOMAIN); in GetOsAccountLocalIdFromDomainStubFuzzTest()
/base/account/os_account/frameworks/osaccount/core/include/
Dos_account_proxy.h96 ErrCode SendRequest(OsAccountInterfaceCode code, MessageParcel &data, MessageParcel &reply);
98OsAccountInterfaceCode code, const int id, const std::string &constraint, bool &isConstraintEnable…
99 ErrCode SendRequestWithAccountId(OsAccountInterfaceCode code, MessageParcel &reply, int id);

12