Home
last modified time | relevance | path

Searched refs:ParseAuthResponseMessage (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp338 authMessageProcessor->ParseAuthResponseMessage(jsona);
357 authMessageProcessor->ParseAuthResponseMessage(jsona);
377 authMessageProcessor->ParseAuthResponseMessage(jsona);
397 authMessageProcessor->ParseAuthResponseMessage(jsona);
418 authMessageProcessor->ParseAuthResponseMessage(jsona);
444 authMessageProcessor->ParseAuthResponseMessage(jsona);
470 authMessageProcessor->ParseAuthResponseMessage(jsona);
496 authMessageProcessor->ParseAuthResponseMessage(jsona);
522 authMessageProcessor->ParseAuthResponseMessage(jsona);
548 authMessageProcessor->ParseAuthResponseMessage(jsona);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h101 void ParseAuthResponseMessage(nlohmann::json &json);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp291 ParseAuthResponseMessage(jsonObject); in ParseMessage()
435 void AuthMessageProcessor::ParseAuthResponseMessage(nlohmann::json &json) in ParseAuthResponseMessage() function in OHOS::DistributedHardware::AuthMessageProcessor