Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/radar/test/unittest/
H A Ddp_radar_helper_test.cpp173 bool res = DpRadarHelper::GetInstance().ReportUnsbscribeData(info);
180 bool res = DpRadarHelper::GetInstance().ReportUnsbscribeData(info);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/radar/include/
H A Ddp_radar_helper.h121 bool ReportUnsbscribeData(struct RadarInfo info);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dsubscribe_manager.cpp138 if (!DpRadarHelper::GetInstance().ReportUnsbscribeData(info)) { in UnsubscribeProfileEvents()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/radar/src/
H A Ddp_radar_helper.cpp330 bool DpRadarHelper::ReportUnsbscribeData(struct RadarInfo info) in ReportUnsbscribeData() function in OHOS::DeviceProfile::DpRadarHelper