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:TestObserverStub
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/tools/aa/src/
H
A
D
test_observer_stub.cpp
21
TestObserverStub
::
TestObserverStub
()
in TestObserverStub()
function in OHOS::AAFwk::TestObserverStub
26
TestObserverStub
::~
TestObserverStub
()
in ~TestObserverStub()
31
int
TestObserverStub
::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option)
in OnRemoteRequest()
/foundation/ability/ability_runtime/tools/aa/include/
H
A
D
test_observer_stub.h
24
class
TestObserverStub
: public IRemoteStub<ITestObserver> {
class
29
TestObserverStub
();
34
virtual ~
TestObserverStub
() override;
H
A
D
test_observer.h
23
class TestObserver : public
TestObserverStub
{
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H
A
D
test_observer_stub_test.cpp
59
data.WriteInterfaceToken(
TestObserverStub
::GetDescriptor());
in HWTEST_F()
85
data.WriteInterfaceToken(
TestObserverStub
::GetDescriptor());
in HWTEST_F()
110
data.WriteInterfaceToken(
TestObserverStub
::GetDescriptor());
in HWTEST_F()
136
data.WriteInterfaceToken(
TestObserverStub
::GetDescriptor());
in HWTEST_F()
H
A
D
mock_test_observer_stub.h
25
class MockTestObserverStub : public
TestObserverStub
{
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H
A
D
mock_test_observer_stub.h
25
class MockTestObserverStub : public
TestObserverStub
{
Completed in 3 milliseconds