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:systemMgr
(Results
1 - 4
of
4
) sorted by relevance
/base/account/os_account/services/accountmgr/test/unittest/common/ability_manager_adapter/
H
A
D
ability_manager_adapter_test.cpp
101
sptr<ISystemAbilityManager>
systemMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in HWTEST_F()
local
102
ASSERT_NE(
systemMgr
, nullptr);
in HWTEST_F()
103
sptr<IRemoteObject> abms =
systemMgr
->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN);
in HWTEST_F()
/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
H
A
D
account_mgr_service_test.cpp
60
sptr<ISystemAbilityManager>
systemMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in GetAccountMgr()
local
61
if (
systemMgr
== nullptr) {
in GetAccountMgr()
65
sptr<IRemoteObject> accountObj =
systemMgr
->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN);
in GetAccountMgr()
/base/startup/init/test/unittest/param/
H
A
D
watcher_proxy_unittest.cpp
188
sptr<ISystemAbilityManager>
systemMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in TestWatchProxy()
local
189
EXPECT_NE(
systemMgr
, nullptr);
in TestWatchProxy()
190
sptr<IRemoteObject> remoteObj =
systemMgr
->GetSystemAbility(PARAM_WATCHER_DISTRIBUTED_SERVICE_ID);
in TestWatchProxy()
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H
A
D
os_account_manager_module_test.cpp
925
sptr<ISystemAbilityManager>
systemMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in HWTEST_F()
local
926
ASSERT_NE(
systemMgr
, nullptr);
in HWTEST_F()
927
sptr<IRemoteObject> accountObj =
systemMgr
->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN);
in HWTEST_F()
Completed in 8 milliseconds