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:sysMgr
(Results
1 - 6
of
6
) sorted by relevance
/base/powermgr/battery_manager/test/unittest/src/interface_test/
H
A
D
battery_client_death_recipient_test.cpp
68
sptr<ISystemAbilityManager>
sysMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in HWTEST_F()
local
69
if (
sysMgr
== nullptr) {
in HWTEST_F()
73
wptr<IRemoteObject> remoteObj =
sysMgr
->CheckSystemAbility(POWER_MANAGER_BATT_SERVICE_ID);
in HWTEST_F()
H
A
D
battery_client_test.cpp
708
sptr<ISystemAbilityManager>
sysMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in HWTEST_F()
local
709
if (
sysMgr
== nullptr) {
in HWTEST_F()
713
wptr<IRemoteObject> remoteObj =
sysMgr
->CheckSystemAbility(POWER_MANAGER_SERVICE_ID);
in HWTEST_F()
/base/security/device_auth/services/frameworks/src/os_account_adapter/
H
A
D
os_account_adapter.cpp
114
OHOS::sptr<OHOS::ISystemAbilityManager>
sysMgr
=
in UnSubscribeSystemAbility()
local
116
if (
sysMgr
== nullptr) {
in UnSubscribeSystemAbility()
120
if (
sysMgr
->UnSubscribeSystemAbility(OHOS::COMMON_EVENT_SERVICE_ID, g_saSubscriber) == OHOS::ERR_OK) {
in UnSubscribeSystemAbility()
146
OHOS::sptr<OHOS::ISystemAbilityManager>
sysMgr
=
in SubscribeSystemAbility()
local
148
if (
sysMgr
== nullptr) {
in SubscribeSystemAbility()
156
if (
sysMgr
->SubscribeSystemAbility(OHOS::COMMON_EVENT_SERVICE_ID, g_saSubscriber) == OHOS::ERR_OK) {
in SubscribeSystemAbility()
/base/powermgr/battery_manager/frameworks/native/src/
H
A
D
battery_srv_client.cpp
41
sptr<ISystemAbilityManager>
sysMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in Connect()
local
42
if (
sysMgr
== nullptr) {
in Connect()
46
sptr<IRemoteObject> remoteObject_ =
sysMgr
->CheckSystemAbility(POWER_MANAGER_BATT_SERVICE_ID);
in Connect()
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_notify.cpp
159
sptr<ISystemAbilityManager>
sysMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in IsCommonEventServiceAbilityExist()
local
160
if (!
sysMgr
) {
in IsCommonEventServiceAbilityExist()
165
sptr<IRemoteObject> remote =
sysMgr
->CheckSystemAbility(COMMON_EVENT_SERVICE_ID);
in IsCommonEventServiceAbilityExist()
/base/security/device_auth/frameworks/src/standard/
H
A
D
ipc_adapt.cpp
1355
sptr<ISystemAbilityManager>
sysMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in AddDevAuthServiceToManager()
local
1356
if (
sysMgr
== nullptr) {
in AddDevAuthServiceToManager()
1361
int32_t ret =
sysMgr
->AddSystemAbility(DEVICE_AUTH_SERVICE_ID, servicePtr);
in AddDevAuthServiceToManager()
Completed in 11 milliseconds