nsIRddProcessTest.idl (648B)
1 /* -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 8 -*- */ 2 /* This Source Code Form is subject to the terms of the Mozilla Public 3 * License, v. 2.0. If a copy of the MPL was not distributed with this 4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 5 6 #include "nsISupports.idl" 7 8 [scriptable, uuid(12f7d302-5368-412d-bdc9-26d151518e6c)] 9 interface nsIRddProcessTest : nsISupports 10 { 11 /** 12 * ** Test-only Method ** 13 * 14 * Sending Telemetry probes 15 */ 16 [implicit_jscontext] 17 Promise testTelemetryProbes(); 18 19 /** 20 * ** Test-only Method ** 21 * 22 * Stop existing RDD process 23 */ 24 void stopProcess(); 25 };