Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_authenticator_stub.h38 ErrCode ProcCreateAccountImplicitly(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authenticator_stub.cpp52 return ProcCreateAccountImplicitly(data, reply); in OnRemoteRequest()
103 ErrCode AppAccountAuthenticatorStub::ProcCreateAccountImplicitly(MessageParcel &data, MessageParcel… in ProcCreateAccountImplicitly() function in OHOS::AccountSA::AppAccountAuthenticatorStub
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_stub.h41 ErrCode ProcCreateAccountImplicitly(uint32_t code, MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_stub.cpp79 return ptr->ProcCreateAccountImplicitly(code, data, reply); } in __anon506252a80402()
411 ErrCode AppAccountStub::ProcCreateAccountImplicitly(uint32_t code, MessageParcel &data, MessageParc… in ProcCreateAccountImplicitly() function in OHOS::AccountSA::AppAccountStub
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_stub_test.cpp210 …EXPECT_EQ(g_servicePtr->ProcCreateAccountImplicitly(static_cast<uint32_t>(static_cast<uint32_t>(0)…