Searched refs:searchKey (Results 1 – 7 of 7) sorted by relevance
96 std::string searchKey; in RegisterAudioDevice() local99 searchKey = devId + "Speaker" + std::to_string(dhId); in RegisterAudioDevice()102 searchKey = devId + "Mic" + std::to_string(dhId); in RegisterAudioDevice()111 auto call = mapAudioMgrCallback_.find(searchKey); in RegisterAudioDevice()114 mapAudioMgrCallback_.emplace(searchKey, callbackptr); in RegisterAudioDevice()126 auto iter = mapAudioMgrCallback_.find(searchKey); in RegisterAudioDevice()
78 void RenderSearch::FireSubmitEvent(const std::string& searchKey) in FireSubmitEvent() argument83 submitEvent_(searchKey); in FireSubmitEvent()86 submitResult->Put("text", searchKey.c_str()); in FireSubmitEvent()100 renderTextField->SetSubmitEvent([weak = WeakClaim(this)](const std::string& searchKey) { in PerformLayout() argument103 renderSearch->FireSubmitEvent(searchKey); in PerformLayout()310 std::string searchKey = textEditController_->GetText(); in HandleEnterEvent() local311 FireSubmitEvent(searchKey); in HandleEnterEvent()483 std::string searchKey = textEditController_->GetText(); in HandleClick() local485 FireSubmitEvent(searchKey); in HandleClick()
49 void FireSubmitEvent(const std::string& searchKey);
76 static bool OsDeviceCompare(HdfSListNode *listEntry, uint32_t searchKey) in OsDeviceCompare() argument84 if ((dev->busNum == (searchKey >> BUS_OFFSET)) && (dev->devAddr == (searchKey & 0xFF))) { in OsDeviceCompare()
56 static bool OsDeviceCompare(struct HdfSListNode *listEntry, uint32_t searchKey) in OsDeviceCompare() argument64 if ((dev->busNum == (searchKey >> BUS_OFFSET)) && (dev->devAddr == (searchKey & 0xFF))) { in OsDeviceCompare()
200 static bool OsDeviceCompare(struct HdfSListNode *listEntry, uint32_t searchKey) in OsDeviceCompare() argument207 if ((dev->busNum == (searchKey >> BUS_OFFSET)) && (dev->devAddr == (searchKey & 0xFF))) { in OsDeviceCompare()
105 this.searchKey = null;1066 … if (this.searchKey !== null && node.name_.indexOf(this.searchKey) > -1 && this.isSearchResult_) {1591 this.searchKey = name;