Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h152 virtual bool ReportAuthCreateGroupCb(std::string funcName, int32_t stageRes) = 0;
183 bool ReportAuthCreateGroupCb(std::string funcName, int32_t stageRes) override;
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp147 bool res = DmRadarHelper::GetInstance().ReportAuthCreateGroupCb("funcName", stageRes);
153 bool res = DmRadarHelper::GetInstance().ReportAuthCreateGroupCb("funcName", stageRes);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp80 bool DmRadarHelper::ReportAuthCreateGroupCb(std::string funcName, int32_t stageRes) in ReportAuthCreateGroupCb() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp396 if (!DmRadarHelper::GetInstance().ReportAuthCreateGroupCb( in onFinish()
449 if (!DmRadarHelper::GetInstance().ReportAuthCreateGroupCb( in onError()
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp366 bool DmRadarHelper::ReportAuthCreateGroupCb(std::string funcName, int32_t stageRes) in ReportAuthCreateGroupCb() function in OHOS::DistributedHardware::DmRadarHelper