Home
last modified time | relevance | path

Searched refs:SendRequestWithAccountId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp229 return SendRequestWithAccountId(OsAccountInterfaceCode::REMOVE_OS_ACCOUNT, reply, id); in RemoveOsAccount()
235 …ErrCode result = SendRequestWithAccountId(OsAccountInterfaceCode::IS_OS_ACCOUNT_EXISTS, reply, id); in IsOsAccountExists()
245 …ErrCode result = SendRequestWithAccountId(OsAccountInterfaceCode::IS_OS_ACCOUNT_ACTIVED, reply, id… in IsOsAccountActived()
306 …ErrCode result = SendRequestWithAccountId(OsAccountInterfaceCode::IS_OS_ACCOUNT_VERIFIED, reply, i… in IsOsAccountVerified()
560 …ErrCode result = SendRequestWithAccountId(OsAccountInterfaceCode::QUERY_OS_ACCOUNT_BY_ID, reply, i… in QueryOsAccountById()
600 … ErrCode result = SendRequestWithAccountId(OsAccountInterfaceCode::GET_OS_ACCOUNT_TYPE, reply, id); in GetOsAccountType()
774 return SendRequestWithAccountId(OsAccountInterfaceCode::ACTIVATE_OS_ACCOUNT, reply, id); in ActivateOsAccount()
780 return SendRequestWithAccountId(OsAccountInterfaceCode::DEACTIVATE_OS_ACCOUNT, reply, id); in DeactivateOsAccount()
810 return SendRequestWithAccountId(OsAccountInterfaceCode::START_OS_ACCOUNT, reply, id); in StartOsAccount()
1010 …ErrCode result = SendRequestWithAccountId(OsAccountInterfaceCode::IS_OS_ACCOUNT_COMPLETED, reply, … in IsOsAccountCompleted()
[all …]
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account_proxy.h113 ErrCode SendRequestWithAccountId(OsAccountInterfaceCode code, MessageParcel &reply, int id);