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
defs:cancel
(Results
1 - 15
of
15
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_textpicker_ffi.h
32
void (*
cancel
)();
member
H
A
D
cj_alert_dialog_ffi.h
51
void (*
cancel
)();
member
H
A
D
cj_customdialog_controller_ffi.h
33
void(*
cancel
)();
member
H
A
D
cj_alert_dialog_ffi.cpp
59
auto
cancel
= [lambda = CJLambda::Create(alertDialog.
cancel
)]() {
in ParseAlertDialogConfirm()
local
/foundation/distributeddatamgr/pasteboard/services/core/src/
H
A
D
pasteboard_dialog.cpp
31
explicit DialogConnection(PasteBoardDialog::Cancel
cancel
) : cancel_(std::move(
cancel
)) {}
in DialogConnection()
argument
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H
A
D
queue.h
197
inline int
cancel
(const task_handle& handle)
in cancel()
function in ffrt::queue
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_queue.cpp
114
int
cancel
= ffrt_queue_cancel(task2);
in HWTEST_F()
local
/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H
A
D
fingerprint_event_processor.cpp
144
void FingerprintEventProcessor::ChangeScreenMissTouchFlag(bool screen, bool
cancel
)
in ChangeScreenMissTouchFlag()
argument
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H
A
D
preferences_ndk_test.cpp
669
const char *
cancel
[] = {"ndktest_bool_key_1"};
in HWTEST_F()
local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
pending_want_manager.cpp
511
bool
cancel
= record->GetCanceled();
in RegisterCancelListener()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H
A
D
text_picker_pattern_test_ng.cpp
1032
auto
cancel
= Localization::GetInstance()->GetEntryLetters("common.
cancel
");
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H
A
D
calendar_dialog_view.cpp
962
UpdateDefaultFocusByButtonInfo(const RefPtr<FrameNode>& optionsNode, const RefPtr<FrameNode>& accept, const RefPtr<FrameNode>&
cancel
)
UpdateDefaultFocusByButtonInfo()
argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H
A
D
date_picker_test_ng.cpp
1034
auto
cancel
= Localization::GetInstance()->GetEntryLetters("common.
cancel
");
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
jsi_engine.cpp
950
const std::string
cancel
= ParseRouteUrl(runtime, arg, COMMON_CANCEL);
in ShowDialog()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H
A
D
swiper_pattern.cpp
3139
void SwiperPattern::UpdateTranslateForCaptureNode(const OffsetF& offset, bool
cancel
)
in UpdateTranslateForCaptureNode()
argument
3175
UpdateTranslateForSwiperItem(SwiperLayoutAlgorithm::PositionMap& itemPosition, const OffsetF& offset, bool
cancel
)
UpdateTranslateForSwiperItem()
argument
Completed in 34 milliseconds