Searched defs:commandCode (Results 1 – 3 of 3) sorted by relevance
303 std::string commandCode = "COMMAND_" + ConstantName(method->GetName() + overloadname); in EmitInterfaceMethodCommands() local
475 int32_t commandCode = -1; in ProcControlCommandFromNext() local
710 void MigrateAVSessionProxy::SendControlCommandMsg(int32_t commandCode, std::string commandArgsStr) in SendControlCommandMsg()