Home
last modified time | relevance | path

Searched refs:CmdUnsubscribeDistributedAccountEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_stub.h55 std::int32_t CmdUnsubscribeDistributedAccountEvent(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp98 return this->CmdUnsubscribeDistributedAccountEvent(data, reply); in AccountStub()
456 std::int32_t AccountStub::CmdUnsubscribeDistributedAccountEvent(MessageParcel &data, MessageParcel … in CmdUnsubscribeDistributedAccountEvent() function in OHOS::AccountSA::AccountStub