Home
last modified time | relevance | path

Searched refs:DistributedAccountEventService (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/
H A Ddistributed_account_event_service.cpp21 DistributedAccountEventService::DistributedAccountEventService(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_… in DistributedAccountEventService() function in OHOS::AccountSA::DistributedAccountEventService
28 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()
H A Dohos_account_kits_impl.cpp316 … sptr<DistributedAccountEventService> listener = new (std::nothrow) DistributedAccountEventService( in CreateDistributedAccountEventService()
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/
H A Dlibohos_account_innerkits.map33 …"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…
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/include/
H A Ddistributed_account_event_service.h24 class DistributedAccountEventService : public DistributedAccountEventStub {
26 explicit DistributedAccountEventService(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type,
28 ~DistributedAccountEventService() override;
/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Dohos_account_kits_impl.h75 sptr<IRemoteObject> &DistributedAccountEventService);
80 sptr<DistributedAccountEventService>> eventListeners_;
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/ohos_account/
H A Dohos_account_event_manager_multiple_thread_test.cpp65 callbacks[i] = new (std::nothrow) DistributedAccountEventService(TEST_TYPE, nullptr); in TestSubscribeOhosAccountEvent()