Searched refs:g_strLayers (Results 1 – 1 of 1) sorted by relevance
44 static std::string g_strLayers; variable50 g_strLayers = std::string(value); in GetWrapperDebugLayers()51 WLOGD("g_strLayers is %{public}s", g_strLayers.c_str()); in GetWrapperDebugLayers()123 g_strLayers = system::GetParameter(DEBUG_LAYER_NAME, ""); in GetDebugLayers()124 WLOGD("g_strLayers is %{public}s", g_strLayers.c_str()); in GetDebugLayers()130 if (!g_strLayers.empty()) { in GetDebugLayers()131 SplitEnvString(g_strLayers, &layers); in GetDebugLayers()