Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dserver.cpp616 HSession hSessionByQuery = AdminSession(OP_QUERY, hChannel->targetSessionId, nullptr); in FetchCommand() local
617 if (!hSessionByQuery) { in FetchCommand()
621 ret = DispatchTaskData(hSessionByQuery, channelId, command, payload, payloadSize); in FetchCommand()