Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_plugin_stub_test.cpp93 …EXPECT_EQ(pluginServie_->ProcAuthCommonInterface(data, reply), ERR_ACCOUNT_COMMON_READ_PARCEL_ERRO…
117 EXPECT_EQ(pluginServie_->ProcAuthCommonInterface(data, reply), ERR_NONE);
/ohos5.0/base/account/os_account/frameworks/domain_account/include/
H A Ddomain_account_plugin_stub.h35 ErrCode ProcAuthCommonInterface(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_plugin_stub.cpp43 return ProcAuthCommonInterface(data, reply); in OnRemoteRequest()
63 ErrCode DomainAccountPluginStub::ProcAuthCommonInterface(MessageParcel &data, MessageParcel &reply) in ProcAuthCommonInterface() function in OHOS::AccountSA::DomainAccountPluginStub