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:dep
(Results
1 - 11
of
11
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H
A
D
ecs_asset_loader.cpp
141
for (const auto&
dep
: dependencies_) {
in GetNextDependency()
142
if (
dep
&& !
dep
->IsCompleted()) {
in GetNextDependency()
143
return
dep
.get();
in GetNextDependency()
153
auto*
dep
= GetNextDependency();
variable
154
if (
dep
) {
188
for (auto&
dep
: dependencies_) {
189
if (
dep
) {
190
done &=
dep
->Execute(timeBudget);
209
for (auto&
dep
308
auto*
dep
= GetNextDependency();
ContinueLoading()
local
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H
A
D
startup_manager.cpp
55
for (auto &
dep
: dependencies) {
in BuildAutoStartupTaskManager()
56
dependenciesSet.insert(
dep
);
in BuildAutoStartupTaskManager()
59
for (auto &
dep
: dependenciesSet) {
in BuildAutoStartupTaskManager()
60
if (autoStartupTasks.find(
dep
) != autoStartupTasks.end()) {
in BuildAutoStartupTaskManager()
63
TAG_LOGI(AAFwkTag::STARTUP, "try to add excludeFromAutoStart task: %{public}s",
dep
.c_str());
in BuildAutoStartupTaskManager()
64
AddStartupTask(
dep
, autoStartupTasks);
in BuildAutoStartupTaskManager()
93
for (auto &
dep
: dependencies) {
in BuildStartupTaskManager()
94
dependenciesSet.insert(
dep
);
in BuildStartupTaskManager()
98
for (auto &
dep
: dependenciesSet) {
in BuildStartupTaskManager()
99
if (currentStartupTasks.find(
dep
) !
in BuildStartupTaskManager()
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
asset_loader.cpp
150
for (const auto&
dep
: dependencies_) {
in GetNextDependency()
151
if (
dep
&& !
dep
->IsCompleted()) {
in GetNextDependency()
152
return
dep
.get();
in GetNextDependency()
168
auto*
dep
= GetNextDependency();
variable
169
if (
dep
) {
197
for (auto&
dep
: dependencies_) {
198
if (
dep
) {
199
done &=
dep
->Execute(timeBudget);
211
for (auto&
dep
322
auto*
dep
= GetNextDependency();
ContinueLoading()
local
399
auto&
dep
= *
dep
endencies_.back();
LoadJsonEntityCollection()
local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H
A
D
bind.cpp
77
bool Bind::AddDependency(const INotifyOnChange::ConstPtr&
dep
)
in AddDependency()
argument
80
if (
dep
== d.lock()) {
in AddDependency()
84
dep
->OnChanged()->AddHandler(event_, uintptr_t(this));
in AddDependency()
85
dependencies_.push_back(
dep
);
in AddDependency()
88
bool Bind::RemoveDependency(const INotifyOnChange::ConstPtr&
dep
)
in RemoveDependency()
argument
91
if (it->lock() ==
dep
) {
in RemoveDependency()
92
dep
->OnChanged()->RemoveHandler(uintptr_t(this));
in RemoveDependency()
H
A
D
bind.h
45
bool AddDependency(const INotifyOnChange::ConstPtr&
dep
) override;
46
bool RemoveDependency(const INotifyOnChange::ConstPtr&
dep
) override;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H
A
D
intf_bind.h
38
virtual bool AddDependency(const INotifyOnChange::ConstPtr&
dep
) = 0;
39
virtual bool RemoveDependency(const INotifyOnChange::ConstPtr&
dep
) = 0;
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H
A
D
bundle_manager_convert.cpp
412
CArrRetDependency
dep
;
in ConvertDependency()
local
413
dep
.size = static_cast<int64_t>(dependencies.size());
in ConvertDependency()
414
dep
.head = nullptr;
in ConvertDependency()
415
if (
dep
.size > 0) {
in ConvertDependency()
416
RetDependency *retValue = reinterpret_cast<RetDependency *>(malloc(sizeof(RetDependency) *
dep
.size));
in ConvertDependency()
418
for (int32_t i = 0; i <
dep
.size; i++) {
in ConvertDependency()
423
dep
.head = retValue;
in ConvertDependency()
426
return
dep
;
in ConvertDependency()
429
return
dep
;
in ConvertDependency()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H
A
D
svc_restore_deps_manager.cpp
70
for (auto &
dep
: depList) {
in IsAllDepsRestored()
71
if (find(restoredBundles_.begin(), restoredBundles_.end(),
dep
) == restoredBundles_.end()) {
in IsAllDepsRestored()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H
A
D
parallel_task_queue.cpp
155
for (const auto&
dep
: entry.dependencies) {
in QueueTasks()
156
if (!state.finished.contains(
dep
)) {
in QueueTasks()
/foundation/resourceschedule/ffrt/src/dm/
H
A
D
sdependence_manager.cpp
150
FFRT_BLOCK_TRACER(task->gid,
dep
);
in onSubmit()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_data_mgr.cpp
6668
for (const auto&
dep
: dependencies) {
in GetSharedBundleInfo()
6670
errCode = GetSharedBundleInfoBySelf(
dep
.bundleName, sharedBundleInfo);
in GetSharedBundleInfo()
Completed in 20 milliseconds