Searched refs:ReportAuthCreateGroup (Results 1 – 5 of 5) sorted by relevance
151 virtual bool ReportAuthCreateGroup(struct RadarInfo &info) = 0;182 bool ReportAuthCreateGroup(struct RadarInfo &info) override;
134 bool res = DmRadarHelper::GetInstance().ReportAuthCreateGroup(info);141 bool res = DmRadarHelper::GetInstance().ReportAuthCreateGroup(info);
75 bool DmRadarHelper::ReportAuthCreateGroup(struct RadarInfo &info) in ReportAuthCreateGroup() function in OHOS::DistributedHardware::DmRadarHelper
329 bool DmRadarHelper::ReportAuthCreateGroup(struct RadarInfo &info) in ReportAuthCreateGroup() function in OHOS::DistributedHardware::DmRadarHelper
167 if (!DmRadarHelper::GetInstance().ReportAuthCreateGroup(info)) { in CreateGroup()