Searched refs:devDhInfos (Results 1 – 2 of 2) sorted by relevance
108 std::vector<std::pair<std::string, DHType>> devDhInfos; in CreateEnableTask() local112 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateEnableTask()115 if (devDhInfos.empty()) { in CreateEnableTask()119 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateEnableTask()123 if (devDhInfos.empty()) { in CreateEnableTask()129 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateEnableTask()133 if (devDhInfos.empty()) { in CreateEnableTask()138 for (const auto &info : devDhInfos) { in CreateEnableTask()
112 std::vector<std::pair<std::string, DHType>> devDhInfos; in CreateDisableTask() local116 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateDisableTask()119 if (devDhInfos.empty()) { in CreateDisableTask()125 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateDisableTask()129 if (devDhInfos.empty()) { in CreateDisableTask()134 for (const auto &info : devDhInfos) { in CreateDisableTask()