Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h156 virtual bool ReportAuthAddGroupCb(std::string funcName, int32_t stageRes) = 0;
187 bool ReportAuthAddGroupCb(std::string funcName, int32_t stageRes) override;
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp194 bool res = DmRadarHelper::GetInstance().ReportAuthAddGroupCb("func", stageRes);
201 bool res = DmRadarHelper::GetInstance().ReportAuthAddGroupCb("func", stageRes);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp100 bool DmRadarHelper::ReportAuthAddGroupCb(std::string funcName, int32_t stageRes) in ReportAuthAddGroupCb() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp384 if (!DmRadarHelper::GetInstance().ReportAuthAddGroupCb( in onFinish()
437 if (!DmRadarHelper::GetInstance().ReportAuthAddGroupCb( in onError()
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp491 bool DmRadarHelper::ReportAuthAddGroupCb(std::string funcName, int32_t stageRes) in ReportAuthAddGroupCb() function in OHOS::DistributedHardware::DmRadarHelper