Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Ddrm_host_manager.cpp75 if (lazyLoadPluginCountMap.empty()) { in ClearDeathService()
82 lazyLoadPluginCountMap[name] = NOT_LAZY_LOADDED; in ClearDeathService()
154 if (lazyLoadPluginCountMap[pluginInfoIt->first] <= 0) { in DelayedLazyUnLoad()
396 lazyLoadPluginCountMap[key] = NOT_LAZY_LOADDED; in parseLazyLoadService()
473 if (lazyLoadPluginCountMap.empty()) { in ReleaseSevices()
477 lazyLoadPluginCountMap[name]--; in ReleaseSevices()
479 if (lazyLoadPluginCountMap[name] == 0) { in ReleaseSevices()
505 lazyLoadPluginCountMap[name] = 0; in LazyLoadPlugin()
554 if (!lazyLoadPluginCountMap.empty()) { in ProcessLazyLoadInfomation()
555 lazyLoadPluginCountMap[name]++; in ProcessLazyLoadInfomation()
[all …]
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Ddrm_host_manager.h144 std::map<std::string, int32_t> lazyLoadPluginCountMap; variable