Home
last modified time | relevance | path

Searched refs:AppAccountAuthenticatorStub (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authenticator_stub.cpp24 AppAccountAuthenticatorStub::AppAccountAuthenticatorStub() in AppAccountAuthenticatorStub() function in OHOS::AccountSA::AppAccountAuthenticatorStub
27 AppAccountAuthenticatorStub::~AppAccountAuthenticatorStub() in ~AppAccountAuthenticatorStub()
30 int AppAccountAuthenticatorStub::OnRemoteRequest( in OnRemoteRequest()
62 ErrCode AppAccountAuthenticatorStub::ProcAddAccountImplicitly(MessageParcel &data, MessageParcel &r… in ProcAddAccountImplicitly()
82 ErrCode AppAccountAuthenticatorStub::ProcAuthenticate(MessageParcel &data, MessageParcel &reply) in ProcAuthenticate()
103 ErrCode AppAccountAuthenticatorStub::ProcCreateAccountImplicitly(MessageParcel &data, MessageParcel… in ProcCreateAccountImplicitly()
121 ErrCode AppAccountAuthenticatorStub::ProcAuth(MessageParcel &data, MessageParcel &reply) in ProcAuth()
141 ErrCode AppAccountAuthenticatorStub::ProcVerifyCredential(MessageParcel &data, MessageParcel &reply) in ProcVerifyCredential()
160 ErrCode AppAccountAuthenticatorStub::ProcCheckAccountLabels(MessageParcel &data, MessageParcel &rep… in ProcCheckAccountLabels()
180 ErrCode AppAccountAuthenticatorStub::ProcSetProperties(MessageParcel &data, MessageParcel &reply) in ProcSetProperties()
[all …]
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_authenticator_stub.h24 class AppAccountAuthenticatorStub : public IRemoteStub<IAppAccountAuthenticator> {
26 AppAccountAuthenticatorStub();
27 ~AppAccountAuthenticatorStub() override;
42 DISALLOW_COPY_AND_MOVE(AppAccountAuthenticatorStub);
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_authenticator_stub.h23 class MockAppAccountAuthenticator : public AppAccountAuthenticatorStub {
/ohos5.0/base/account/os_account/frameworks/appaccount/native/
H A Dlibapp_account_innerkits.map18 …"non-virtual thunk to OHOS::AccountSA::AppAccountAuthenticatorStub::~AppAccountAuthenticatorStub()…
32 "OHOS::AccountSA::AppAccountAuthenticatorStub::AppAccountAuthenticatorStub()";
33 …"OHOS::AccountSA::AppAccountAuthenticatorStub::OnRemoteRequest(unsigned int, OHOS::MessageParcel&,…
34 "OHOS::AccountSA::AppAccountAuthenticatorStub::~AppAccountAuthenticatorStub()";
114 … "virtual thunk to OHOS::AccountSA::AppAccountAuthenticatorStub::~AppAccountAuthenticatorStub()";
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h57 class NapiAppAccountAuthenticator : public AccountSA::AppAccountAuthenticatorStub {
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticate_test.cpp50 class MockAppAccountAuthenticator : public AppAccountAuthenticatorStub {