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:removeList
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_typeface_cache.cpp
225
std::vector<size_t>
removeList
;
in PurgeMapWithPid()
local
237
removeList
.push_back(ref.first);
in PurgeMapWithPid()
243
while (
removeList
.size()) {
in PurgeMapWithPid()
244
map.erase(
removeList
.back());
in PurgeMapWithPid()
245
removeList
.pop_back();
in PurgeMapWithPid()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
remote_executor.cpp
125
std::vector<uint32_t>
removeList
;
in NotifyDeviceOffline()
local
126
RemoveTaskByDevice(device,
removeList
);
in NotifyDeviceOffline()
127
for (const auto &sessionId :
removeList
) {
in NotifyDeviceOffline()
160
std::vector<uint32_t>
removeList
;
in NotifyConnectionClosed()
local
161
RemoveTaskByConnection(connectionId,
removeList
);
in NotifyConnectionClosed()
162
for (const auto &sessionId :
removeList
) {
in NotifyConnectionClosed()
852
void RemoteExecutor::RemoveTaskByDevice(const std::string &device, std::vector<uint32_t> &
removeList
)
in RemoveTaskByDevice()
argument
857
removeList
.push_back(sessionId);
in RemoveTaskByDevice()
862
removeList
.push_back(sessionId);
in RemoveTaskByDevice()
898
void RemoteExecutor::RemoveTaskByConnection(uint64_t connectionId, std::vector<uint32_t> &
removeList
)
in RemoveTaskByConnection()
argument
[all...]
H
A
D
remote_executor.h
134
void RemoveTaskByDevice(const std::string &device, std::vector<uint32_t> &
removeList
);
136
void RemoveTaskByConnection(uint64_t connectionId, std::vector<uint32_t> &
removeList
);
/foundation/ability/form_fwk/services/src/
H
A
D
form_db_cache.cpp
435
std::vector<int64_t>
removeList
;
in DeleteThemeForms()
local
437
removeList
.emplace_back(element.first);
in DeleteThemeForms()
439
ThemeManager::ThemeManagerClient::GetInstance().DeleteForm(
removeList
);
in DeleteThemeForms()
H
A
D
form_mgr_adapter.cpp
477
std::vector<int64_t>
removeList
;
in DeleteThemeForm()
local
478
removeList
.emplace_back(formId);
in DeleteThemeForm()
479
int ret = ThemeManager::ThemeManagerClient::GetInstance().DeleteForm(
removeList
);
in DeleteThemeForm()
Completed in 10 milliseconds