Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Ddrm_host_manager.cpp42 const int32_t NOT_LAZY_LOADDED = -65536; variable
82 lazyLoadPluginCountMap[name] = NOT_LAZY_LOADDED; in ClearDeathService()
83 lazyLoadPluginTimeoutMap[name] = NOT_LAZY_LOADDED; in ClearDeathService()
149 if (lazyLoadPluginCountMap[pluginInfoIt->first] <= NOT_LAZY_LOADDED || in DelayedLazyUnLoad()
150 lazyLoadPluginTimeoutMap[pluginInfoIt->first] <= NOT_LAZY_LOADDED) { in DelayedLazyUnLoad()
158 lazyLoadPluginCountMap[pluginInfoIt->first] = NOT_LAZY_LOADDED; in DelayedLazyUnLoad()
159 lazyLoadPluginTimeoutMap[pluginInfoIt->first] = NOT_LAZY_LOADDED; in DelayedLazyUnLoad()
396 lazyLoadPluginCountMap[key] = NOT_LAZY_LOADDED; in parseLazyLoadService()
397 lazyLoadPluginTimeoutMap[key] = NOT_LAZY_LOADDED; in parseLazyLoadService()