Home
last modified time | relevance | path

Searched refs:PIN_TOKEN (Results 1 – 8 of 8) sorted by relevance

/foundation/distributedhardware/devicemanager/ext/pin_auth/src/
Dpin_auth.cpp77 if (!authParamJson.contains(PIN_CODE_KEY) || !authParamJson.contains(PIN_TOKEN) in VerifyAuthentication()
78 || !authTokenJson.contains(PIN_CODE_KEY) || !authTokenJson.contains(PIN_TOKEN)) { in VerifyAuthentication()
83 std::string pinToken = authTokenJson[PIN_TOKEN]; in VerifyAuthentication()
85 std::string inputPinToken = authParamJson[PIN_TOKEN]; in VerifyAuthentication()
/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/requestauth/
Dauth_manager.cpp226 …int32_t pinToken = authJson.contains(PIN_TOKEN) ? (int32_t)authJson[PIN_TOKEN] : DEFAULT_PIN_TOKEN; in CheckAuthenticationByPin()
/foundation/distributedhardware/devicemanager/ext/mini/common/include/
Dconstants.h129 const std::string PIN_TOKEN = "pinToken"; variable
/foundation/distributedhardware/devicemanager/common/include/
Ddm_constants.h153 const std::string PIN_TOKEN = "pinToken"; variable
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/authentication/
Ddm_auth_manager.cpp346 jsonObj[PIN_TOKEN] = authResponseContext_->token; in OnGroupCreated()
/foundation/distributedhardware/devicemanager/ext/mini/interfaces_mini/kits/js/src/
Dnative_devicemanager_js.cpp621 jsonObj[PIN_TOKEN] = token; in JsToDmAuthInfo()
/foundation/distributedhardware/devicemanager/interfaces/kits/js_mini/src/
Dnative_devicemanager_js.cpp642 jsonObj[PIN_TOKEN] = token; in JsToDmAuthInfo()
/foundation/distributedhardware/devicemanager/interfaces/kits/js/src/
Dnative_devicemanager_js.cpp950 jsonObj[PIN_TOKEN] = token; in JsToDmAuthInfo()