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:UserCallbackStub
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
user_callback_stub.cpp
22
UserCallbackStub
::
UserCallbackStub
() {}
in UserCallbackStub()
function in OHOS::AAFwk::UserCallbackStub
24
int
UserCallbackStub
::OnStopUserDoneInner(MessageParcel &data, MessageParcel &reply)
in OnStopUserDoneInner()
32
int
UserCallbackStub
::OnStartUserDoneInner(MessageParcel &data, MessageParcel &reply)
in OnStartUserDoneInner()
40
int
UserCallbackStub
::OnRemoteRequest(
in OnRemoteRequest()
43
std::u16string descriptor =
UserCallbackStub
::GetDescriptor();
in OnRemoteRequest()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
user_callback_stub.h
29
* @class
UserCallbackStub
30
*
UserCallbackStub
.
32
class
UserCallbackStub
: public IRemoteStub<IUserCallback> {
class
34
UserCallbackStub
();
35
virtual ~
UserCallbackStub
() = default;
41
DISALLOW_COPY_AND_MOVE(
UserCallbackStub
);
/foundation/ability/ability_runtime/test/unittest/stop_user_callback_stub_test/
H
A
D
stop_user_callback_stub_test.cpp
25
class MockStopUserCallbackStub : public
UserCallbackStub
{
60
std::shared_ptr<
UserCallbackStub
> backStub = std::make_shared<MockStopUserCallbackStub>();
in HWTEST_F()
81
std::shared_ptr<
UserCallbackStub
> backStub = std::make_shared<MockStopUserCallbackStub>();
in HWTEST_F()
102
std::shared_ptr<
UserCallbackStub
> backStub = std::make_shared<MockStopUserCallbackStub>();
in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/usercallbackstub_fuzzer/
H
A
D
usercallbackstub_fuzzer.cpp
44
class UserCallbackStubFuzzTest : public
UserCallbackStub
{
64
std::shared_ptr<
UserCallbackStub
> backStub = std::make_shared<UserCallbackStubFuzzTest>();
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/user_controller_test/
H
A
D
user_controller_test.cpp
52
class TestUserCallback : public
UserCallbackStub
{
Completed in 2 milliseconds