Searched refs:ReportAuthSessionOpenCb (Results 1 – 5 of 5) sorted by relevance
147 virtual bool ReportAuthSessionOpenCb(struct RadarInfo &info) = 0;178 bool ReportAuthSessionOpenCb(struct RadarInfo &info) override;
55 bool DmRadarHelper::ReportAuthSessionOpenCb(struct RadarInfo &info) in ReportAuthSessionOpenCb() function in OHOS::DistributedHardware::DmRadarHelper
99 bool res = DmRadarHelper::GetInstance().ReportAuthSessionOpenCb(info);
235 bool DmRadarHelper::ReportAuthSessionOpenCb(struct RadarInfo &info) in ReportAuthSessionOpenCb() function in OHOS::DistributedHardware::DmRadarHelper
357 if (!DmRadarHelper::GetInstance().ReportAuthSessionOpenCb(info)) { in OnSessionOpened()