Home
last modified time | relevance | path

Searched refs:ReportAuthCreateGroup (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h151 virtual bool ReportAuthCreateGroup(struct RadarInfo &info) = 0;
182 bool ReportAuthCreateGroup(struct RadarInfo &info) override;
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp134 bool res = DmRadarHelper::GetInstance().ReportAuthCreateGroup(info);
141 bool res = DmRadarHelper::GetInstance().ReportAuthCreateGroup(info);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp75 bool DmRadarHelper::ReportAuthCreateGroup(struct RadarInfo &info) in ReportAuthCreateGroup() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp329 bool DmRadarHelper::ReportAuthCreateGroup(struct RadarInfo &info) in ReportAuthCreateGroup() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp167 if (!DmRadarHelper::GetInstance().ReportAuthCreateGroup(info)) { in CreateGroup()