Home
last modified time | relevance | path

Searched refs:ProcGetAuthStatusInfo (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.cpp138 EXPECT_EQ(pluginServie_->ProcGetAuthStatusInfo(data, reply), ERR_NONE);
156 …EXPECT_EQ(pluginServie_->ProcGetAuthStatusInfo(data, reply), ERR_ACCOUNT_COMMON_READ_PARCEL_ERROR);
/ohos5.0/base/account/os_account/frameworks/domain_account/include/
H A Ddomain_account_plugin_stub.h34 ErrCode ProcGetAuthStatusInfo(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_plugin_stub.cpp45 return ProcGetAuthStatusInfo(data, reply); in OnRemoteRequest()
113 ErrCode DomainAccountPluginStub::ProcGetAuthStatusInfo(MessageParcel &data, MessageParcel &reply) in ProcGetAuthStatusInfo() function in OHOS::AccountSA::DomainAccountPluginStub