Home
last modified time | relevance | path

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

/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp76 static bool OsDeviceCompare(HdfSListNode *listEntry, uint32_t searchKey) in OsDeviceCompare() argument
84 if ((dev->busNum == (searchKey >> BUS_OFFSET)) && (dev->devAddr == (searchKey & 0xFF))) { in OsDeviceCompare()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js105 this.searchKey = null;
1066 if (this.searchKey !== null && node.name_.indexOf(this.searchKey) > -1 && this.isSearchResult_) {
1591 this.searchKey = name;
/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c56 static bool OsDeviceCompare(struct HdfSListNode *listEntry, uint32_t searchKey) in OsDeviceCompare() argument
64 if ((dev->busNum == (searchKey >> BUS_OFFSET)) && (dev->devAddr == (searchKey & 0xFF))) { in OsDeviceCompare()
H A Dliteos_adapter.c200 static bool OsDeviceCompare(struct HdfSListNode *listEntry, uint32_t searchKey) in OsDeviceCompare() argument
207 if ((dev->busNum == (searchKey >> BUS_OFFSET)) && (dev->devAddr == (searchKey & 0xFF))) { in OsDeviceCompare()

Completed in 8 milliseconds