Home
last modified time | relevance | path

Searched refs:DistributedAccountEventStub (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/
H A Ddistributed_account_event_stub.cpp21 DistributedAccountEventStub::DistributedAccountEventStub() in DistributedAccountEventStub() function in OHOS::AccountSA::DistributedAccountEventStub
24 DistributedAccountEventStub::~DistributedAccountEventStub() in ~DistributedAccountEventStub()
27 int DistributedAccountEventStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest()
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/include/
H A Ddistributed_account_event_stub.h24 class DistributedAccountEventStub : public IRemoteStub<IDistributedAccountEvent> {
26 DistributedAccountEventStub();
27 ~DistributedAccountEventStub() override;
33 DISALLOW_COPY_AND_MOVE(DistributedAccountEventStub);
H A Ddistributed_account_event_service.h24 class DistributedAccountEventService : public DistributedAccountEventStub {