Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dserver_for_client.h56 void HandleRemote(HChannel hChannel, string &parameters, RemoteType flag);
Dserver_for_client.cpp562 HandleRemote(hChannel, formatCommand->parameters, RemoteType::REMOTE_FILE); in TaskCommand()
569 HandleRemote(hChannel, formatCommand->parameters, RemoteType::REMOTE_APP); in TaskCommand()
612 void HdcServerForClient::HandleRemote(HChannel hChannel, string &parameters, RemoteType flag) in HandleRemote() function in Hdc::HdcServerForClient