Home
last modified time | relevance | path

Searched refs:AppAccountAuthenticatorCallbackInterfaceCode (Results 1 – 4 of 4) sorted by relevance

/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_authenticator_callback_proxy.cpp48 SendRequest(AppAccountAuthenticatorCallbackInterfaceCode::ACCOUNT_RESULT, data, reply); in OnResult()
65 …SendRequest(AppAccountAuthenticatorCallbackInterfaceCode::ACCOUNT_REQUEST_REDIRECTED, data, reply); in OnRequestRedirected()
77 … SendRequest(AppAccountAuthenticatorCallbackInterfaceCode::ACCOUNT_REQUEST_CONTINUED, data, reply); in OnRequestContinued()
81 AppAccountAuthenticatorCallbackInterfaceCode code, MessageParcel &data, MessageParcel &reply) in SendRequest()
Dapp_account_authenticator_callback_stub.cpp40 case static_cast<uint32_t>(AppAccountAuthenticatorCallbackInterfaceCode::ACCOUNT_RESULT): { in OnRemoteRequest()
56 …case static_cast<uint32_t>(AppAccountAuthenticatorCallbackInterfaceCode::ACCOUNT_REQUEST_REDIRECTE… in OnRemoteRequest()
71 …case static_cast<uint32_t>(AppAccountAuthenticatorCallbackInterfaceCode::ACCOUNT_REQUEST_CONTINUED… in OnRemoteRequest()
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_authenticator_callback_proxy.h34 …ErrCode SendRequest(AppAccountAuthenticatorCallbackInterfaceCode code, MessageParcel &data, Messag…
/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h196 enum class AppAccountAuthenticatorCallbackInterfaceCode : uint32_t { enum