Searched refs:ProcAuthCommonInterface (Results 1 – 3 of 3) sorted by relevance
93 …EXPECT_EQ(pluginServie_->ProcAuthCommonInterface(data, reply), ERR_ACCOUNT_COMMON_READ_PARCEL_ERRO…117 EXPECT_EQ(pluginServie_->ProcAuthCommonInterface(data, reply), ERR_NONE);
35 ErrCode ProcAuthCommonInterface(MessageParcel &data, MessageParcel &reply);
43 return ProcAuthCommonInterface(data, reply); in OnRemoteRequest()63 ErrCode DomainAccountPluginStub::ProcAuthCommonInterface(MessageParcel &data, MessageParcel &reply) in ProcAuthCommonInterface() function in OHOS::AccountSA::DomainAccountPluginStub