Home
last modified time | relevance | path

Searched refs:SaveSubscriberInfo (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_share_dao.h35 int SaveSubscriberInfo(int32_t uid, const std::string &events);
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Ddata_share_test.cpp108 auto result = dataShareDao->SaveSubscriberInfo(uid, events); in HWTEST_F()
122 result = dataShareDao->SaveSubscriberInfo(uid, events); in HWTEST_F()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp62 int DataShareDao::SaveSubscriberInfo(int32_t uid, const std::string& events) in SaveSubscriberInfo() function in OHOS::HiviewDFX::DataShareDao
66 HIVIEW_LOGE("DataShareDao::SaveSubscriberInfo, dbStore is null."); in SaveSubscriberInfo()
H A Ddata_publisher.cpp92 ret = dataShareDao->SaveSubscriberInfo(uid, newEvents); in AddSubscriber()

Completed in 2 milliseconds