Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:nc
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
asset_loader.cpp
672
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
D
ecs_asset_loader.cpp
514
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
D
p2p_v1_processor.cpp
119
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
D
node_system.cpp
1303
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