Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_share_dao.h40 int GetTotalSubscriberInfo(std::map<int, std::string> &map);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp167 int DataShareDao::GetTotalSubscriberInfo(std::map<int, std::string>& map) in GetTotalSubscriberInfo() function in OHOS::HiviewDFX::DataShareDao
H A Ddata_publisher.cpp130 int ret = dataShareDao->GetTotalSubscriberInfo(uidToEventsMap); in InitSubscriber()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Ddata_share_test.cpp119 result = dataShareDao->GetTotalSubscriberInfo(uidToEventsMap);