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:exceptionCallback
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H
A
D
app_exception_manager.cpp
60
void AppExceptionManager::SetExceptionCallback(sptr<IAppExceptionCallback>
exceptionCallback
)
in SetExceptionCallback()
argument
62
if (
exceptionCallback
== nullptr) {
in SetExceptionCallback()
69
exceptionCallback_ =
exceptionCallback
;
in SetExceptionCallback()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H
A
D
app_exception_manager.h
34
void SetExceptionCallback(sptr<IAppExceptionCallback>
exceptionCallback
);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H
A
D
distributeddb_kv_create_test.cpp
926
DelegateKvMgrCallback
exceptionCallback
;
in HWTEST_F()
local
928
= bind(&DelegateKvMgrCallback::Callback, &
exceptionCallback
, std::placeholders::_1, std::placeholders::_2);
in HWTEST_F()
940
EXPECT_EQ(
exceptionCallback
.GetStatus(), INVALID_ARGS);
in HWTEST_F()
953
EXPECT_EQ(
exceptionCallback
.GetStatus(), INVALID_ARGS);
in HWTEST_F()
965
EXPECT_EQ(
exceptionCallback
.GetStatus(), INVALID_ARGS);
in HWTEST_F()
976
EXPECT_EQ(
exceptionCallback
.GetStatus(), INVALID_ARGS);
in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
ams_mgr_scheduler.cpp
757
auto
exceptionCallback
= iface_cast<IAppExceptionCallback>(callback);
in SetAppExceptionCallback()
local
758
return AppExceptionManager::GetInstance().SetExceptionCallback(
exceptionCallback
);
in SetAppExceptionCallback()
Completed in 7 milliseconds