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:MockAppMgrClient
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/ability_runtime/test/moduletest/mock/src/
H
A
D
mock_app_mgr_client.cpp
24
MockAppMgrClient
::
MockAppMgrClient
()
in MockAppMgrClient()
function in OHOS::AppExecFwk::MockAppMgrClient
26
MockAppMgrClient
::~
MockAppMgrClient
()
in ~MockAppMgrClient()
29
AppMgrResultCode
MockAppMgrClient
::GetProcessRunningInfosByUserId(
in GetProcessRunningInfosByUserId()
39
AppMgrResultCode
MockAppMgrClient
::ConnectAppMgrService()
in ConnectAppMgrService()
44
AppMgrResultCode
MockAppMgrClient
::RegisterAppStateCallback(const sptr<IAppStateCallback>& callback)
in RegisterAppStateCallback()
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/include/
H
A
D
mock_app_mgr_client.h
27
class
MockAppMgrClient
: public AppMgrClient {
class
29
MockAppMgrClient
() {};
in MockAppMgrClient()
function in OHOS::AAFwk::MockAppMgrClient
30
virtual ~
MockAppMgrClient
() {};
in ~MockAppMgrClient()
35
TAG_LOGI(AAFwkTag::TEST, "
MockAppMgrClient
LoadAbility enter.");
in LoadAbility()
H
A
D
mock_app_manager_client.h
25
class
MockAppMgrClient
: public AppMgrClient {
class
27
MockAppMgrClient
()
in MockAppMgrClient()
function in OHOS::AppExecFwk::MockAppMgrClient
29
~
MockAppMgrClient
()
in ~MockAppMgrClient()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H
A
D
mock_app_mgr_client.h
25
class
MockAppMgrClient
: public AppMgrClient {
class
27
MockAppMgrClient
();
28
~
MockAppMgrClient
();
/foundation/ability/ability_runtime/test/moduletest/running_infos_module_test/
H
A
D
running_infos_module_test.cpp
93
inline static
MockAppMgrClient
* mockAppMgrClient_ = nullptr;
158
mockAppMgrClient_ = new
MockAppMgrClient
();
in SetUpTestCase()
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H
A
D
panding_want_manager_test.cpp
76
inline static
MockAppMgrClient
* appClient = nullptr;
91
appClient = new
MockAppMgrClient
();
in SetUpTestCase()
/foundation/ability/ability_runtime/test/moduletest/ability_record_test/
H
A
D
ability_record_module_test.cpp
233
auto mockAppMgrClient = std::make_unique<
MockAppMgrClient
>();
in HWTEST_F()
Completed in 4 milliseconds