Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davrouter_impl.cpp105 cacheStartDeviceLogging_ = true; in StartDeviceLogging()
121 if (cacheStartDeviceLogging_) { in StopDeviceLogging()
123 cacheStartDeviceLogging_ = false; in StopDeviceLogging()
H A Davrouter_impl.h119 bool cacheStartDeviceLogging_ = false; variable