Home
last modified time | relevance | path

Searched refs:AuthStage (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp175 "BIZ_STAGE", static_cast<int32_t>(AuthStage::AUTH_START), in ReportAuthStart()
199 "BIZ_STAGE", static_cast<int32_t>(AuthStage::AUTH_OPEN_SESSION), in ReportAuthOpenSession()
216 "BIZ_STAGE", static_cast<int32_t>(AuthStage::AUTH_OPEN_SESSION), in ReportAuthOpenSession()
244 "BIZ_STAGE", static_cast<int32_t>(AuthStage::AUTH_OPEN_SESSION), in ReportAuthSessionOpenCb()
265 "BIZ_STAGE", static_cast<int32_t>(AuthStage::AUTH_SEND_REQUEST), in ReportAuthSendRequest()
287 "BIZ_STAGE", static_cast<int32_t>(AuthStage::AUTH_PULL_AUTH_BOX), in ReportAuthPullAuthBox()
307 "BIZ_STAGE", static_cast<int32_t>(AuthStage::AUTH_PULL_AUTH_BOX), in ReportAuthConfirmBox()
317 "BIZ_STAGE", static_cast<int32_t>(AuthStage::AUTH_PULL_AUTH_BOX), in ReportAuthConfirmBox()
410 "BIZ_STAGE", static_cast<int32_t>(AuthStage::AUTH_PULL_PIN_BOX_START), in ReportAuthPullPinBox()
463 "BIZ_STAGE", static_cast<int32_t>(AuthStage::AUTH_ADD_HICHAIN_GROUP), in ReportAuthAddGroup()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/radar/include/
H A Ddm_radar_helper.h66 enum class AuthStage : int32_t { enum