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:sysAbilityMgr
(Results
1 - 6
of
6
) sorted by relevance
/base/customization/enterprise_device_management/common/native/src/
H
A
D
edm_sys_manager.cpp
26
auto
sysAbilityMgr
= OHOS::SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in GetRemoteObjectOfSystemAbility()
local
27
if (
sysAbilityMgr
== nullptr) {
in GetRemoteObjectOfSystemAbility()
31
return
sysAbilityMgr
->GetSystemAbility(systemAbilityId);
in GetRemoteObjectOfSystemAbility()
/base/customization/enterprise_device_management/test/unittest/common/mock/src/
H
A
D
edm_sys_manager_mock.cpp
31
auto
sysAbilityMgr
= OHOS::SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in GetRemoteObjectOfSystemAbility()
local
32
if (
sysAbilityMgr
== nullptr) {
in GetRemoteObjectOfSystemAbility()
37
auto object =
sysAbilityMgr
->GetSystemAbility(systemAbilityId);
in GetRemoteObjectOfSystemAbility()
/base/telephony/call_manager/services/call/call_state_observer/src/
H
A
D
incoming_call_wake_up.cpp
93
sptr<ISystemAbilityManager>
sysAbilityMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in IsPowerAbilityExist()
local
94
if (!
sysAbilityMgr
) {
in IsPowerAbilityExist()
98
sptr<IRemoteObject> remote =
sysAbilityMgr
->CheckSystemAbility(POWER_MANAGER_SERVICE_ID);
in IsPowerAbilityExist()
/base/telephony/call_manager/services/call_earthquake_alarm/src/
H
A
D
call_earthquake_alarm_subscriber.cpp
196
sptr<ISystemAbilityManager>
sysAbilityMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in GetSystemAbility()
local
197
if (
sysAbilityMgr
== nullptr) {
in GetSystemAbility()
201
sptr<IRemoteObject> remote =
sysAbilityMgr
->GetSystemAbility(systemAbilityId);
in GetSystemAbility()
/base/customization/enterprise_device_management/services/edm_plugin/src/
H
A
D
set_watermark_image_plugin.cpp
394
auto
sysAbilityMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in GetAppManager()
local
395
if (
sysAbilityMgr
== nullptr) {
in GetAppManager()
399
auto remoteObject =
sysAbilityMgr
->GetSystemAbility(APP_MGR_SERVICE_ID);
in GetAppManager()
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H
A
D
enterprise_device_mgr_proxy.cpp
571
sptr<ISystemAbilityManager>
sysAbilityMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in LoadAndGetEdmService()
local
572
if (
sysAbilityMgr
== nullptr) {
in LoadAndGetEdmService()
576
auto objectSA =
sysAbilityMgr
->CheckSystemAbility(ENTERPRISE_DEVICE_MANAGER_SA_ID);
in LoadAndGetEdmService()
Completed in 4 milliseconds