Home
last modified time | relevance | path

Searched refs:AppAccountEventStub (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_event_stub.cpp22 AppAccountEventStub::AppAccountEventStub() in AppAccountEventStub() function in OHOS::AccountSA::AppAccountEventStub
25 AppAccountEventStub::~AppAccountEventStub() in ~AppAccountEventStub()
28 int AppAccountEventStub::OnRemoteRequest( in OnRemoteRequest()
47 ErrCode AppAccountEventStub::ProcOnAccountsChanged(MessageParcel &data) in ProcOnAccountsChanged()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_event_stub.h24 class AppAccountEventStub : public IRemoteStub<IAppAccountEvent> {
26 AppAccountEventStub();
27 ~AppAccountEventStub() override;
35 DISALLOW_COPY_AND_MOVE(AppAccountEventStub);
H A Dapp_account_event_listener.h24 class AppAccountEventListener : public AppAccountEventStub {
/ohos5.0/base/account/os_account/frameworks/appaccount/native/
H A Dlibapp_account_innerkits.map19 "non-virtual thunk to OHOS::AccountSA::AppAccountEventStub::~AppAccountEventStub()";
36 "OHOS::AccountSA::AppAccountEventStub::AppAccountEventStub()";
37 …"OHOS::AccountSA::AppAccountEventStub::OnRemoteRequest(unsigned int, OHOS::MessageParcel&, OHOS::M…
38 "OHOS::AccountSA::AppAccountEventStub::~AppAccountEventStub()";
111 "OHOS::AccountSA::AppAccountEventStub::ProcOnAccountsChanged(OHOS::MessageParcel&)";
123 "virtual thunk to OHOS::AccountSA::AppAccountEventStub::~AppAccountEventStub()";
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_event_module_test.cpp39 class MockAppAccountEventStub : public AppAccountEventStub {