Home
last modified time | relevance | path

Searched refs:replyId (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/toolchain/tooling/client/domain/
H A Druntime_client.cpp191 int replyId; in RecvReply() local
192 Result ret = json->GetInt("id", &replyId); in RecvReply()
198 if (GetMethodById(replyId) == "getHeapUsage") { in RecvReply()
200 } else if (GetMethodById(replyId) == "getProperties") { in RecvReply()
201 HandleGetProperties(std::move(json), replyId); in RecvReply() local

Completed in 2 milliseconds