Lines Matching defs:method
62 request->Add("method", "HeapProfiler.takeHeapSnapshot");
85 request->Add("method", "HeapProfiler.startTrackingHeapObjects");
106 request->Add("method", "HeapProfiler.stopTrackingHeapObjects");
127 request->Add("method", "HeapProfiler.enable");
147 request->Add("method", "HeapProfiler.disable");
167 request->Add("method", "HeapProfiler.startSampling");
188 request->Add("method", "HeapProfiler.stopSampling");
208 request->Add("method", "HeapProfiler.collectGarbage");
238 std::string method;
239 ret = json->GetString("method", &wholeMethod);
241 LOGE("find method error");
250 method = wholeMethod.substr(indexPoint + 1, length);
251 if (method == "lastSeenObjectId") {