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:OnBackPress
(Results
1 - 25
of
28
) sorted by relevance
1
2
/foundation/window/window_manager/extension/extension_connection/src/
H
A
D
window_extension_client_stub_impl.cpp
34
void WindowExtensionClientStubImpl::
OnBackPress
()
in OnBackPress()
function in OHOS::Rosen::WindowExtensionClientStubImpl
37
componentCallback_->
OnBackPress
();
in OnBackPress()
/foundation/window/window_manager/extension/window_extension/test/unittest/
H
A
D
window_extension_proxy_test.cpp
102
* @tc.name:
OnBackPress
106
HWTEST_F(WindowExtensionProxyTest,
OnBackPress
, Function | SmallTest | Level2)
in HWTEST_F()
110
windowExtensionClientProxy_->
OnBackPress
();
in HWTEST_F()
112
windowExtensionClientProxy_->
OnBackPress
();
in HWTEST_F()
/foundation/window/window_manager/extension/extension_connection/include/
H
A
D
window_extension_client_stub_impl.h
31
void
OnBackPress
() override;
/foundation/window/window_manager/extension/extension_connection/include/zidl/
H
A
D
window_extension_client_interface.h
37
virtual void
OnBackPress
() = 0;
H
A
D
window_extension_client_proxy.h
30
void
OnBackPress
() override;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H
A
D
iability_callback.h
67
virtual bool
OnBackPress
()
in OnBackPress()
function in OHOS::AppExecFwk::IAbilityCallback
H
A
D
ability.h
902
virtual bool
OnBackPress
() override;
/foundation/window/window_manager/extension/extension_connection/src/zidl/
H
A
D
window_extension_client_stub.cpp
40
OnBackPress
();
in OnRemoteRequest()
H
A
D
window_extension_client_proxy.cpp
56
void WindowExtensionClientProxy::
OnBackPress
()
in OnBackPress()
function in OHOS::Rosen::WindowExtensionClientProxy
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H
A
D
native_view.cpp
230
return cjView_->
OnBackPress
();
in FireOnBackPress()
292
bool RemoteView::
OnBackPress
()
in OnBackPress()
function in OHOS::Ace::Framework::RemoteView
296
LOGE("CJFunc: RemoteView::
OnBackPress
is empty.");
in OnBackPress()
H
A
D
native_view.h
45
bool
OnBackPress
();
/foundation/window/window_manager/interfaces/innerkits/extension/
H
A
D
window_extension_connection.h
73
virtual void
OnBackPress
() = 0;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H
A
D
cj_ability_object.h
96
bool
OnBackPress
(bool defaultRet) const;
H
A
D
cj_ui_ability.h
236
bool
OnBackPress
() override;
H
A
D
js_ability.h
81
bool
OnBackPress
() override;
H
A
D
js_ui_ability.h
241
bool
OnBackPress
() override;
/foundation/window/window_manager/test/systemtest/extension/
H
A
D
extension_connection_test.cpp
51
void
OnBackPress
() override;
72
void ExtensionCallback::
OnBackPress
()
in OnBackPress()
function in OHOS::Rosen::ExtensionCallback
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H
A
D
cj_ability_object.cpp
156
bool CJAbilityObject::
OnBackPress
(bool defaultRet) const
in OnBackPress()
function in OHOS::AbilityRuntime::CJAbilityObject
H
A
D
cj_ui_ability.cpp
529
bool CJUIAbility::
OnBackPress
()
in OnBackPress()
function in OHOS::AbilityRuntime::CJUIAbility
533
UIAbility::
OnBackPress
();
in OnBackPress()
539
bool ret = cjAbilityObj_->
OnBackPress
(defaultRet);
in OnBackPress()
H
A
D
js_ability.cpp
537
bool JsAbility::
OnBackPress
()
in OnBackPress()
function in OHOS::AbilityRuntime::JsAbility
541
Ability::
OnBackPress
();
in OnBackPress()
H
A
D
js_ui_ability.cpp
679
bool JsUIAbility::
OnBackPress
()
in OnBackPress()
function in OHOS::AbilityRuntime::JsUIAbility
683
UIAbility::
OnBackPress
();
in OnBackPress()
/foundation/arkui/ace_engine/adapter/ohos/capability/window_connection/
H
A
D
window_extension_connection_ohos.cpp
86
void
OnBackPress
() override {}
/foundation/arkui/ace_engine/adapter/ohos/capability/window_connection_ng/
H
A
D
window_extension_connection_ohos_ng.cpp
84
void
OnBackPress
() override {}
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H
A
D
window_fuzzer.cpp
88
void
OnBackPress
() override
641
iWindowExtensionCallback->
OnBackPress
();
in CheckWindowImplFunctionsPart6()
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H
A
D
ability_context_impl.cpp
549
needMoveToBackground = abilityCallback->
OnBackPress
();
in OnBackPressedCallBack()
Completed in 18 milliseconds
1
2