Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dmedia_dfx.cpp212 json eventInfoJson; in CommonStatisicsEventWrite() local
219 eventInfoJson["appName"] = GetClientBundleName(kv.first); in CommonStatisicsEventWrite()
220 eventInfoJson["mediaEvents"] = mediaEvents; in CommonStatisicsEventWrite()
221 jsonArray.push_back(eventInfoJson); in CommonStatisicsEventWrite()