Searched refs:gcList (Results 1 – 6 of 6) sorted by relevance
151 std::vector<WifiP2pDevice> gcList = groupInfo.GetClientDevices(); in GetP2PInfo() local152 (void)AddNumberToJsonObject(p2pJson, "GCNum", gcList.size()); in GetP2PInfo()154 for (size_t i = 0; i < gcList.size(); i++) { in GetP2PInfo()156 (void)AddStringToJsonObject(gcJson, "Name", gcList[i].GetDeviceName().c_str()); in GetP2PInfo()158 OHOS::SoftBus::WifiDirectAnonymizeMac(gcList[i].GetRandomDeviceAddress()).c_str()); in GetP2PInfo()
119 virtual void Destroy(BASE_NS::array_view<const Entity> gcList) = 0;
154 void Destroy(array_view<const Entity> gcList) override;446 void PostProcessConfigurationComponentManager::Destroy(const array_view<const Entity> gcList) in Destroy() argument448 for (const Entity e : gcList) { in Destroy()
324 void Destroy(array_view<const Entity> gcList) override;670 void MaterialComponentManager::Destroy(const array_view<const Entity> gcList) in Destroy() argument672 for (const Entity e : gcList) { in Destroy()
67 void Destroy(BASE_NS::array_view<const Entity> gcList) override;
191 …d BaseManager<ComponentType, BaseClass>::Destroy(BASE_NS::array_view<const CORE_NS::Entity> gcList) argument193 for (const CORE_NS::Entity e : gcList) {