Searched refs:DistributedAccountEventService (Results 1 – 6 of 6) sorted by relevance
21 DistributedAccountEventService::DistributedAccountEventService(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_… in DistributedAccountEventService() function in OHOS::AccountSA::DistributedAccountEventService28 DistributedAccountEventService::~DistributedAccountEventService() in ~DistributedAccountEventService()31 bool DistributedAccountEventService::IsTypeExist(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type) in IsTypeExist()37 void DistributedAccountEventService::AddType(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type) in AddType()43 void DistributedAccountEventService::DeleteType(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type) in DeleteType()49 int32_t DistributedAccountEventService::GetTypeSize() in GetTypeSize()55 void DistributedAccountEventService::GetAllType(std::vector<DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE> &ty… in GetAllType()63 void DistributedAccountEventService::OnAccountsChanged(const DistributedAccountEventData &eventData) in OnAccountsChanged()
316 … sptr<DistributedAccountEventService> listener = new (std::nothrow) DistributedAccountEventService( in CreateDistributedAccountEventService()
33 …"OHOS::AccountSA::DistributedAccountEventService::IsTypeExist(OHOS::AccountSA::DISTRIBUTED_ACCOUNT…34 …"OHOS::AccountSA::DistributedAccountEventService::DeleteType(OHOS::AccountSA::DISTRIBUTED_ACCOUNT_…35 "OHOS::AccountSA::DistributedAccountEventService::GetTypeSize()";36 …"OHOS::AccountSA::DistributedAccountEventService::GetAllType(std::__h::vector<OHOS::AccountSA::DIS…37 …"OHOS::AccountSA::DistributedAccountEventService::DistributedAccountEventService(OHOS::AccountSA::…38 …"OHOS::AccountSA::DistributedAccountEventService::AddType(OHOS::AccountSA::DISTRIBUTED_ACCOUNT_SUB…
24 class DistributedAccountEventService : public DistributedAccountEventStub {26 explicit DistributedAccountEventService(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type,28 ~DistributedAccountEventService() override;
75 sptr<IRemoteObject> &DistributedAccountEventService);80 sptr<DistributedAccountEventService>> eventListeners_;
65 callbacks[i] = new (std::nothrow) DistributedAccountEventService(TEST_TYPE, nullptr); in TestSubscribeOhosAccountEvent()