Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_authenticator_stub.h33 ErrCode ProcAuthenticate(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authenticator_stub.cpp42 return ProcAuthenticate(data, reply); in OnRemoteRequest()
82 ErrCode AppAccountAuthenticatorStub::ProcAuthenticate(MessageParcel &data, MessageParcel &reply) in ProcAuthenticate() function in OHOS::AccountSA::AppAccountAuthenticatorStub
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_stub.h54 ErrCode ProcAuthenticate(uint32_t code, MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_stub.cpp154 return ptr->ProcAuthenticate(code, data, reply); } in __anon506252a81302()
614 ErrCode AppAccountStub::ProcAuthenticate(uint32_t code, MessageParcel &data, MessageParcel &reply) in ProcAuthenticate() function in OHOS::AccountSA::AppAccountStub
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_stub_test.cpp403 EXPECT_EQ(g_servicePtr->ProcAuthenticate(static_cast<uint32_t>(static_cast<uint32_t>(0)),