Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c358 CJson *inputEventJson = GetItemFromArray(sessionMsg, i); in ParseAllRecvEvent() local
359 if (inputEventJson == NULL) { in ParseAllRecvEvent()
363 int32_t eventType = DecodeEvent(inputEventJson); in ParseAllRecvEvent()
364 CJson *eventData = GetObjFromJson(inputEventJson, FIELD_DATA); in ParseAllRecvEvent()