Searched refs:testCmdId (Results 1 – 2 of 2) sorted by relevance
92 int testCmdId = oObj.createCommandIdentifier(); in _createCommandIdentifier() local95 if (cmdId == 0 || testCmdId == 0) { in _createCommandIdentifier()99 if (cmdId == testCmdId) { in _createCommandIdentifier()104 testCmdId != 0 && cmdId != 0 && cmdId != testCmdId); in _createCommandIdentifier()
102 int testCmdId = oObj.createCommandIdentifier(); in _createCommandIdentifier() local105 if (cmdId == 0 || testCmdId == 0) { in _createCommandIdentifier()109 if (cmdId == testCmdId) { in _createCommandIdentifier()113 return testCmdId != 0 && cmdId != 0 && cmdId != testCmdId; in _createCommandIdentifier()
Completed in 12 milliseconds