Home
last modified time | relevance | path

Searched refs:ValidateJsonObject (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dutils.cpp63 Result<void> ValidateJsonObject( in ValidateJsonObject() function
81 CF_EXPECT(ValidateJsonObject(message, type, in ParseSessionDescription()
92 CF_EXPECT(ValidateJsonObject(message, type, in ParseIceCandidate()
95 CF_EXPECT(ValidateJsonObject(candidate_json, "ice-candidate/candidate", in ParseIceCandidate()
114 CF_EXPECT(ValidateJsonObject(message, type, in ParseError()
Dutils.h34 Result<void> ValidateJsonObject(
Dconnection_controller.cpp271 CF_EXPECT(ValidateJsonObject(message, "", in HandleSignalingMessageInner()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Ddata_channels.cpp101 CF_EXPECT(ValidateJsonObject(evt, "mouseMove", in OnMessageInner()
109 CF_EXPECT(ValidateJsonObject(evt, "mouseButton", in OnMessageInner()
117 CF_EXPECT(ValidateJsonObject(evt, "mouseWheel", in OnMessageInner()
123 ValidateJsonObject(evt, "multi-touch", in OnMessageInner()
142 ValidateJsonObject(evt, "keyboard", in OnMessageInner()
149 CF_EXPECT(ValidateJsonObject(evt, "wheel", in OnMessageInner()
180 CF_EXPECT(ValidateJsonObject( in OnMessageInner()