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:need
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H
A
D
navdestination_group_node.h
142
void SetNeedRemoveInPush(bool
need
)
in SetNeedRemoveInPush()
argument
144
needRemoveInPush_ =
need
;
in SetNeedRemoveInPush()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H
A
D
list_element.h
45
void NeedMoveFocusItem(bool
need
)
in NeedMoveFocusItem()
argument
47
needMoveFocusItem_ =
need
;
in NeedMoveFocusItem()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H
A
D
mock_navigation_stack.cpp
175
void MockNavigationStack::SetNeedBuildNewInstance(int32_t index, bool
need
)
in SetNeedBuildNewInstance()
argument
180
mockPathArray_[index].needBuildNewInstance =
need
;
in SetNeedBuildNewInstance()
H
A
D
mock_navigation_stack.h
143
void SetNeedBuildNewInstance(int32_t index, bool
need
) override;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_navigation_stack.h
114
void SetNeedBuildNewInstance(int32_t index, bool
need
) override;
154
void SetNeedUpdatePathInfo(int32_t index, bool
need
);
H
A
D
js_navigation_stack.cpp
956
void JSNavigationStack::SetNeedUpdatePathInfo(int32_t index, bool
need
)
in SetNeedUpdatePathInfo()
argument
963
path->SetProperty<bool>("needUpdate",
need
);
in SetNeedUpdatePathInfo()
1009
void JSNavigationStack::SetNeedBuildNewInstance(int32_t index, bool
need
)
in SetNeedBuildNewInstance()
argument
1016
pathInfo->SetProperty<bool>("needBuildNewInstance",
need
);
in SetNeedBuildNewInstance()
/applications/standard/systemui/
H
A
D
gradlew.bat
95
rem Set variable GRADLE_EXIT_CONSOLE if you
need
the _script_ return code instead of
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H
A
D
gradlew.bat
94
rem Set variable GRADLE_EXIT_CONSOLE if you
need
the _script_ return code instead of
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
navigation_stack.h
216
virtual void SetNeedBuildNewInstance(int32_t index, bool
need
) {}
in SetNeedBuildNewInstance()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H
A
D
menu_item_pattern.h
212
void UpdateNeedDivider(bool
need
);
H
A
D
menu_item_pattern.cpp
425
// select overlay menu no
need
focus
in ShowSubMenuHelper()
549
// no
need
close for selection menu
in CloseMenu()
1650
void MenuItemPattern::UpdateNeedDivider(bool
need
)
in UpdateNeedDivider()
argument
1656
paintProperty->UpdateNeedDivider(
need
);
in UpdateNeedDivider()
1657
if (
need
) {
in UpdateNeedDivider()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H
A
D
wifi_wpa_hal.c
853
LOGI("No wpa process
need
to recover.");
in RecoverWifiProcess()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
media_datashare_ext_ability.cpp
411
static int32_t HandleShortPermission(bool &
need
)
in HandleShortPermission()
argument
416
need
= true;
in HandleShortPermission()
418
need
= false;
in HandleShortPermission()
Completed in 13 milliseconds