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:saMgr
(Results
1 - 8
of
8
) sorted by relevance
/base/security/device_auth/frameworks/src/standard/
H
A
D
ipc_dev_auth_proxy.cpp
60
auto
saMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in ServiceRunning()
local
61
if (
saMgr
== nullptr) {
in ServiceRunning()
64
auto daSa =
saMgr
->GetSystemAbility(DEVICE_AUTH_SERVICE_ID);
in ServiceRunning()
121
auto
saMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in GetProxy()
local
122
if (
saMgr
== nullptr) {
in GetProxy()
126
auto daSa =
saMgr
->GetSystemAbility(DEVICE_AUTH_SERVICE_ID);
in GetProxy()
/base/telephony/cellular_call/test/unittest/satellitetest/
H
A
D
satellite_test.h
167
auto
saMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in TestDialCallBySatellite()
local
168
if (
saMgr
== nullptr) {
in TestDialCallBySatellite()
171
auto remote =
saMgr
->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID);
in TestDialCallBySatellite()
/base/customization/enterprise_device_management/services/edm_plugin/src/
H
A
D
usb_read_only_plugin.cpp
178
auto
saMgr
= OHOS::SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in GetStorageManager()
local
179
if (
saMgr
== nullptr) {
in GetStorageManager()
180
EDMLOGE("UsbReadOnlyPlugin GetStorageManager:get
saMgr
fail");
in GetStorageManager()
183
sptr<IRemoteObject> obj =
saMgr
->GetSystemAbility(STORAGE_MANAGER_MANAGER_ID);
in GetStorageManager()
/base/msdp/device_status/intention/ipc/socket/src/
H
A
D
socket_session_manager.cpp
261
auto
saMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in GetAppMgr()
local
262
CHKPP(
saMgr
);
in GetAppMgr()
263
auto appMgrObj =
saMgr
->GetSystemAbility(APP_MGR_SERVICE_ID);
in GetAppMgr()
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
ims_test.h
198
auto
saMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in TestDialCallByIms()
local
199
if (
saMgr
== nullptr) {
in TestDialCallByIms()
202
auto remote =
saMgr
->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID);
in TestDialCallByIms()
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H
A
D
tdd_util.cpp
214
auto
saMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in GetImsaPid()
local
216
int32_t ret =
saMgr
->GetSystemProcessInfo(INPUT_METHOD_SYSTEM_ABILITY_ID, info);
in GetImsaPid()
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
state_machine.cpp
494
auto
saMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in GetAppMgr()
local
495
CHKPP(
saMgr
);
in GetAppMgr()
496
auto appMgrObj =
saMgr
->GetSystemAbility(APP_MGR_SERVICE_ID);
in GetAppMgr()
/base/inputmethod/imf/services/src/
H
A
D
peruser_session.cpp
1351
auto
saMgr
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
1352
if (
saMgr
== nullptr) {
1353
IMSA_HILOGE("get
saMgr
failed!");
1356
if (
saMgr
->CheckSystemAbility(saId) == nullptr) {
Completed in 7 milliseconds