Home
last modified time | relevance | path

Searched refs:gcList (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dwifi_statistic.cpp151 std::vector<WifiP2pDevice> gcList = groupInfo.GetClientDevices(); in GetP2PInfo() local
152 (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()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_component_manager.h119 virtual void Destroy(BASE_NS::array_view<const Entity> gcList) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp154 void Destroy(array_view<const Entity> gcList) override;
446 void PostProcessConfigurationComponentManager::Destroy(const array_view<const Entity> gcList) in Destroy() argument
448 for (const Entity e : gcList) { in Destroy()
H A Dmaterial_component_manager.cpp324 void Destroy(array_view<const Entity> gcList) override;
670 void MaterialComponentManager::Destroy(const array_view<const Entity> gcList) in Destroy() argument
672 for (const Entity e : gcList) { in Destroy()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dbase_manager.h67 void Destroy(BASE_NS::array_view<const Entity> gcList) override;
H A Dbase_manager.inl191 …d BaseManager<ComponentType, BaseClass>::Destroy(BASE_NS::array_view<const CORE_NS::Entity> gcList) argument
193 for (const CORE_NS::Entity e : gcList) {