Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h103 void ParseNegotiateMessage(const nlohmann::json &json);
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp713 authMessageProcessor->ParseNegotiateMessage(jsonObj);
741 authMessageProcessor->ParseNegotiateMessage(jsonObj);
769 authMessageProcessor->ParseNegotiateMessage(jsonObj);
797 authMessageProcessor->ParseNegotiateMessage(jsonObj);
825 authMessageProcessor->ParseNegotiateMessage(jsonObj);
856 authMessageProcessor->ParseNegotiateMessage(jsonObj);
861 authMessageProcessor->ParseNegotiateMessage(jsonObj);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp282 ParseNegotiateMessage(jsonObject); in ParseMessage()
518 void AuthMessageProcessor::ParseNegotiateMessage(const nlohmann::json &json) in ParseNegotiateMessage() function in OHOS::DistributedHardware::AuthMessageProcessor