Searched defs:json_dict (Results 1 - 1 of 1) sorted by relevance

/external/libweave/src/notification/
H A Dxmpp_channel.cc281 auto json_dict = LoadJsonDict(json_data, nullptr); local
282 if (json_dict && delegate_)
283 ParseNotificationJson(*json_dict, delegate_, GetName());

Completed in 200 milliseconds