Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A 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()
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_event_proxy.h32 … ErrCode SendRequest(AppAccountEventInterfaceCode code, MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_event_stub.cpp37 case static_cast<uint32_t>(AppAccountEventInterfaceCode::ACCOUNT_CHANGED): in OnRemoteRequest()
/ohos5.0/base/account/os_account/frameworks/common/include/
H A Daccountmgr_service_ipc_interface_code.h229 enum class AppAccountEventInterfaceCode : uint32_t { enum