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:nodeVec
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H
A
D
lru_cache.cpp
165
std::vector<Node>
nodeVec
;
in ReadCacheFromJsonValue()
local
184
nodeVec
.emplace_back(key, m);
in ReadCacheFromJsonValue()
187
std::sort(
nodeVec
.begin(),
nodeVec
.end(), [](Node &a, Node &b) {
in ReadCacheFromJsonValue()
191
for (auto &node :
nodeVec
) {
in ReadCacheFromJsonValue()
/foundation/communication/netstack/frameworks/cj/http/src/
H
A
D
lru_cache_disk_handler.cpp
161
std::vector<Node>
nodeVec
;
in ReadCacheFromJsonValue()
local
180
nodeVec
.emplace_back(key, m);
in ReadCacheFromJsonValue()
183
std::sort(
nodeVec
.begin(),
nodeVec
.end(), [](Node &a, Node &b) {
in ReadCacheFromJsonValue()
187
for (auto &node :
nodeVec
) {
in ReadCacheFromJsonValue()
/foundation/window/window_manager/wmserver/include/
H
A
D
window_layout_policy.h
73
void LayoutWindowNodesByRootType(const std::vector<sptr<WindowNode>>&
nodeVec
);
82
bool IsFullScreenRecentWindowExist(const std::vector<sptr<WindowNode>>&
nodeVec
) const;
/foundation/window/window_manager/wmserver/src/
H
A
D
window_layout_policy.cpp
288
void WindowLayoutPolicy::LayoutWindowNodesByRootType(const std::vector<sptr<WindowNode>>&
nodeVec
)
in LayoutWindowNodesByRootType()
argument
290
if (
nodeVec
.empty()) {
in LayoutWindowNodesByRootType()
294
for (auto& node :
nodeVec
) {
in LayoutWindowNodesByRootType()
309
auto&
nodeVec
= *(displayWindowTree[WindowRootNodeType::APP_WINDOW_NODE]);
in NotifyAnimationSizeChangeIfNeeded()
local
310
if (
nodeVec
.empty()) {
in NotifyAnimationSizeChangeIfNeeded()
314
for (auto& node :
nodeVec
) {
in NotifyAnimationSizeChangeIfNeeded()
606
bool WindowLayoutPolicy::IsFullScreenRecentWindowExist(const std::vector<sptr<WindowNode>>&
nodeVec
) const
in IsFullScreenRecentWindowExist()
608
for (auto& node :
nodeVec
) {
in IsFullScreenRecentWindowExist()
H
A
D
display_group_controller.cpp
88
for (auto&
nodeVec
: elem.second) {
in UpdateDisplayGroupWindowTree()
90
nodeVec
.second->swap(emptyVector);
in UpdateDisplayGroupWindowTree()
114
auto
nodeVec
= *(iter.second[WindowRootNodeType::APP_WINDOW_NODE]);
in ProcessCrossNodes()
local
115
for (auto node :
nodeVec
) {
in ProcessCrossNodes()
H
A
D
window_layout_policy_cascade.cpp
669
auto&
nodeVec
= *(displayWindowTree[WindowRootNodeType::ABOVE_WINDOW_NODE]);
in GetDockWindowShowState()
local
670
for (auto& node :
nodeVec
) {
in GetDockWindowShowState()
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_layout_policy_test.cpp
1358
std::vector<sptr<WindowNode>> *
nodeVec
= new std::vector<sptr<WindowNode>>;
in HWTEST_F()
local
1359
auto result = layoutPolicy_->IsFullScreenRecentWindowExist(*
nodeVec
);
in HWTEST_F()
Completed in 10 milliseconds