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:removed_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
container_observer.cpp
29
: added_ { 0, {} },
removed_
{ 0, {} }, moved_ { 0, {} }, container_(container)
in ContainerChangeListener()
48
removed_
= BASE_NS::move(
removed_
);
in operator =()
56
return other.added_.first == added_.first && other.
removed_
.first ==
removed_
.first &&
66
removed_
= { container->OnRemoved()->AddHandler(onRemoved), onRemoved };
in Subscribe()
68
return added_.first &&
removed_
.first && moved_.first;
in Subscribe()
79
if (
removed_
.first) {
in Unsubscribe()
80
container->OnRemoved()->RemoveHandler(
removed_
.first);
in Unsubscribe()
87
removed_
in Unsubscribe()
[all...]
H
A
D
container_observer.h
45
mutable BASE_NS::pair<IEvent::Token, IOnChildChanged::InterfaceTypePtr>
removed_
;
member in final
/foundation/multimodalinput/input/libudev/test/
H
A
D
e2e_udev_test.cpp
43
removed_
= true;
50
removed_
= false;
in Clear()
55
std::atomic<bool>
removed_
= false;
member in TestDeviceListener
92
while (!listener_->
removed_
&& std::chrono::steady_clock::now() < till) {
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H
A
D
bundle_active_module_record.h
52
bool
removed_
;
member in OHOS::DeviceUsageStats::BundleActiveModuleRecord
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H
A
D
bundle_active_module_record.cpp
69
removed_
= false;
in BundleActiveModuleRecord()
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H
A
D
base_manager.h
138
BASE_NS::vector<Entity>
removed_
;
member in BaseManager
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H
A
D
post_process_configuration_component_manager.cpp
249
BASE_NS::vector<Entity>
removed_
;
member in final
404
removed_
.push_back(entity);
in Destroy()
460
return BASE_NS::move(
removed_
);
in GetRemovedComponents()
H
A
D
material_component_manager.cpp
457
vector<Entity>
removed_
;
member in MaterialComponentManager
628
removed_
.push_back(entity);
in Destroy()
684
return BASE_NS::move(
removed_
);
in GetRemovedComponents()
Completed in 8 milliseconds