Searched refs:AccountStub (Results 1 - 4 of 4) sorted by relevance
/base/account/os_account/services/accountmgr/src/ |
H A D | account_stub.cpp | 68 AccountStub::AccountStub() in AccountStub() function in OHOS::AccountSA::AccountStub 106 std::int32_t AccountStub::InnerUpdateOhosAccountInfo(MessageParcel &data, MessageParcel &reply) in InnerUpdateOhosAccountInfo() 134 std::int32_t AccountStub::InnerSetOhosAccountInfo(int32_t userId, MessageParcel &data, MessageParcel &reply) in InnerSetOhosAccountInfo() 162 std::int32_t AccountStub::CmdUpdateOhosAccountInfo(MessageParcel &data, MessageParcel &reply) in CmdUpdateOhosAccountInfo() 172 std::int32_t AccountStub::CmdSetOhosAccountInfo(MessageParcel &data, MessageParcel &reply) in CmdSetOhosAccountInfo() 197 std::int32_t AccountStub::CmdSetOhosAccountInfoByUserId(MessageParcel &data, MessageParcel &reply) in CmdSetOhosAccountInfoByUserId() 217 std::int32_t AccountStub::InnerQueryOhosAccountInfo(MessageParcel &data, MessageParcel &reply) in InnerQueryOhosAccountInfo() 262 std::int32_t AccountStub::InnerGetOhosAccountInfo(MessageParcel &data, MessageParcel &reply) in InnerGetOhosAccountInfo() 278 std::int32_t AccountStub [all...] |
/base/account/os_account/services/accountmgr/include/ |
H A D | account_stub.h | 28 class AccountStub; 30 class AccountStub : public IRemoteStub<IAccount>, public IAccountContext { class 32 AccountStub();
|
H A D | account_mgr_service.h | 37 public AccountStub,
|
/base/account/os_account/services/accountmgr/test/mock/include/ |
H A D | mock_account_mgr_service.h | 27 class MockAccountMgrService final : public AccountStub {
|
Completed in 2 milliseconds