Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_event_proxy.cpp44 ErrCode result = SendRequest(AppAccountEventInterfaceCode::ACCOUNT_CHANGED, data, reply); in OnAccountsChanged()
51 ErrCode AppAccountEventProxy::SendRequest(AppAccountEventInterfaceCode code, MessageParcel &data, M… in SendRequest()
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_event_proxy.h32 … ErrCode SendRequest(AppAccountEventInterfaceCode code, MessageParcel &data, MessageParcel &reply);
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_event_stub.cpp37 case static_cast<uint32_t>(AppAccountEventInterfaceCode::ACCOUNT_CHANGED): { in OnRemoteRequest()
/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h200 enum class AppAccountEventInterfaceCode : uint32_t { enum