Home
last modified time | relevance | path

Searched refs:nc (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp672 auto nc = ncm->Get(entity); in LoadImageEntityCollection() local
673 nc.name = PathUtil::GetFilename(uri); in LoadImageEntityCollection()
674 ec_.SetUniqueIdentifier(nc.name, entity); in LoadImageEntityCollection()
675 ncm->Set(entity, nc); in LoadImageEntityCollection()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_asset_loader.cpp514 auto nc = ncm->Get(entity); in LoadImageEntityCollection() local
515 nc.name = PathUtil::GetFilename(uri); in LoadImageEntityCollection()
516 ncm->Set(entity, nc); in LoadImageEntityCollection()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp119 auto nc = dynamic_cast<NegotiateCommand *>(&command); in CanAcceptNegotiateDataAtState() local
120 if (nc == nullptr) { in CanAcceptNegotiateDataAtState()
123 return nc->GetNegotiateMessage().GetLegacyP2pCommandType() != LegacyCommandType::CMD_INVALID && in CanAcceptNegotiateDataAtState()
124 nc->GetNegotiateMessage().GetLegacyP2pCommandType() != LegacyCommandType::CMD_DISCONNECT_V1_REQ; in CanAcceptNegotiateDataAtState()
130 auto nc = dynamic_cast<NegotiateCommand *>(&command); in HandleCommandAfterTerminate() local
131 if (nc == nullptr) { in HandleCommandAfterTerminate()
134 auto messageType = nc->GetNegotiateMessage().GetLegacyP2pCommandType(); in HandleCommandAfterTerminate()
145 WifiDirectSchedulerFactory::GetInstance().GetScheduler().QueueCommandFront(*nc); in HandleCommandAfterTerminate()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp1303 auto nc = ScopedHandle<const NodeComponent>(handle); in ProcessNode() local
1304 info.parent = nc->parent; in ProcessNode()
1305 const bool nodeEnabled = nc->enabled; in ProcessNode()
1308 if (nc->effectivelyEnabled != info.isEffectivelyEnabled) { in ProcessNode()

Completed in 7 milliseconds