Searched refs:GetEnabledCategories (Results 1 – 3 of 3) sorted by relevance
99 void GetEnabledCategories(const FunctionCallbackInfo<Value>& args) { in GetEnabledCategories() function102 GetTracingAgentWriter()->agent()->GetEnabledCategories(); in GetEnabledCategories()125 env->SetMethod(target, "getEnabledCategories", GetEnabledCategories); in Initialize()
110 std::string GetEnabledCategories() const;
195 std::string Agent::GetEnabledCategories() const { in GetEnabledCategories() function in node::tracing::Agent