Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp67 thread_local std::unordered_map<std::string, napi_ref> g_napiValueCacheMap {}; variable
73 g_napiValueCacheMap[key] = ref; in CacheNapiValue()
81 auto it = g_napiValueCacheMap.find(key); in GetCacheNapiValue()
82 if (it == g_napiValueCacheMap.end()) { in GetCacheNapiValue()