Lines Matching defs:chip
125 for (auto& chip : chips_) {
126 if (chip) {
127 chip->Invalidate();
144 for (auto& chip : chips_) {
145 uint32_t chipId = GetChipIdFromWifiChip(chip);
158 int32_t Wifi::GetChipService(uint32_t chipId, sptr<IConcreteChip>& chip)
163 chip = ch;
167 chip = nullptr;
220 uint32_t Wifi::GetChipIdFromWifiChip(sptr <WifiChip>& chip)
225 if (chip) {
226 chip->GetChipId(id);
234 HDF_LOGI("chip service OnRemoteDied");
236 for (auto& chip : chips_) {
237 if (chip) {
238 chip->Invalidate();