Home
last modified time | relevance | path

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

/dports/www/aria2/aria2-1.36.0/src/
H A DRpcMethodImpl.cc131 const char KEY_PARAMS[] = "params"; variable
1447 auto tempParamsList = methodDict->get(KEY_PARAMS); in execute()
1451 static_cast<List*>(methodDict->popValue(KEY_PARAMS).release())); in execute()