Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/
H A Ddistributed_account_event_proxy.cpp43 …ErrCode result = SendRequest(DistributedAccountEventInterfaceCode::ON_ACCOUNT_CHANGED, data, reply… in OnAccountsChanged()
52 DistributedAccountEventInterfaceCode code, MessageParcel &data, MessageParcel &reply) in SendRequest()
H A Ddistributed_account_event_stub.cpp36 case static_cast<uint32_t>(DistributedAccountEventInterfaceCode::ON_ACCOUNT_CHANGED) : { in OnRemoteRequest()
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/include/
H A Ddistributed_account_event_proxy.h32 …ErrCode SendRequest(DistributedAccountEventInterfaceCode code, MessageParcel &data, MessageParcel …
/ohos5.0/base/account/os_account/frameworks/common/include/
H A Daccountmgr_service_ipc_interface_code.h214 enum class DistributedAccountEventInterfaceCode : uint32_t { enum