Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h147 virtual bool ReportAuthSessionOpenCb(struct RadarInfo &info) = 0;
178 bool ReportAuthSessionOpenCb(struct RadarInfo &info) override;
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp55 bool DmRadarHelper::ReportAuthSessionOpenCb(struct RadarInfo &info) in ReportAuthSessionOpenCb() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A Ddm_radar_helper_test.cpp99 bool res = DmRadarHelper::GetInstance().ReportAuthSessionOpenCb(info);
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp235 bool DmRadarHelper::ReportAuthSessionOpenCb(struct RadarInfo &info) in ReportAuthSessionOpenCb() function in OHOS::DistributedHardware::DmRadarHelper
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp357 if (!DmRadarHelper::GetInstance().ReportAuthSessionOpenCb(info)) { in OnSessionOpened()