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:more
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/napi/native_engine/
H
A
D
native_engine.cpp
288
bool
more
= true;
in Loop()
local
291
more
= uv_run(loop_, UV_RUN_DEFAULT);
in Loop()
294
more
= uv_run(loop_, UV_RUN_ONCE);
in Loop()
297
more
= uv_run(loop_, UV_RUN_NOWAIT);
in Loop()
302
if (
more
== false) {
in Loop()
/foundation/communication/nfc/test/unittest/services/nci_adapter_test/
H
A
D
tag_nci_adapter_test.cpp
226
discoveryNtf.
more
= NCI_DISCOVER_NTF_MORE;
in HWTEST_F()
231
discoveryNtf.
more
= NCI_DISCOVER_NTF_LAST;
in HWTEST_F()
236
discoveryNtf.
more
= NCI_DISCOVER_NTF_LAST;
in HWTEST_F()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H
A
D
nfcc_nci_adapter.cpp
264
uint8_t curMoreVal = eventData->disc_result.discovery_ntf.
more
;
in DoNfaDiscResultEvt()
267
// 02 means
more
notification
in DoNfaDiscResultEvt()
269
ErrorLog("DoNfaDiscResultEvt: invalid
more
value");
in DoNfaDiscResultEvt()
272
DebugLog("DoNfaDiscResultEvt: valid
more
value");
in DoNfaDiscResultEvt()
328
if (discNtf->
more
== NCI_DISCOVER_NTF_MORE) {
in HandleDiscNtf()
329
// there is
more
discovery notification coming
in HandleDiscNtf()
H
A
D
tag_nci_adapter_ntf.cpp
714
} else if (discNtf.
more
== NCI_DISCOVER_NTF_LAST) {
in SetMultiTagData()
733
if (discoveryNtf.rf_disc_id > 2) { // multitag has
more
than 2 uids
in IsMultiTag()
734
InfoLog("TagNciAdapterNtf::HandleDiscResult, this multiTag has
more
than 2 uids");
in IsMultiTag()
795
if (discoveryNtf.
more
== NCI_DISCOVER_NTF_MORE) {
in HandleDiscResult()
H
A
D
tag_nci_adapter.cpp
1577
} else if (discNtf.
more
== NCI_DISCOVER_NTF_LAST) {
in SetMultiTagData()
1635
if (discoveryNtf.
more
== NCI_DISCOVER_NTF_MORE) {
in HandleDiscResult()
1643
InfoLog("TagNciAdapter::HandleDiscResult, this multiTag has
more
than 2 uids");
in HandleDiscResult()
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H
A
D
render_text_overlay.cpp
46
constexpr int32_t MORE_ANIMATION_DURATION = 300; // Duration of
more
icon animation.
1171
controller_->AddStopListener([
more
= AceType::WeakClaim(this)]() {
in BuildAndStartMoreButtonAnimation()
1172
auto textMore =
more
.Upgrade();
in BuildAndStartMoreButtonAnimation()
1178
controller_->AddStartListener([
more
= AceType::WeakClaim(this)]() {
in BuildAndStartMoreButtonAnimation()
1179
auto textMore =
more
.Upgrade();
in BuildAndStartMoreButtonAnimation()
Completed in 13 milliseconds