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:serviceManager
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
H
A
D
faultlogger_client.cpp
52
sptr<ISystemAbilityManager>
serviceManager
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in CheckFaultloggerStatus()
local
53
if (
serviceManager
== nullptr) {
in CheckFaultloggerStatus()
57
if (
serviceManager
->CheckSystemAbility(DFX_FAULT_LOGGER_ABILITY_ID) == nullptr) {
in CheckFaultloggerStatus()
66
sptr<ISystemAbilityManager>
serviceManager
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in GetFaultloggerService()
local
67
if (
serviceManager
== nullptr) {
in GetFaultloggerService()
72
auto service =
serviceManager
->CheckSystemAbility(DFX_FAULT_LOGGER_ABILITY_ID);
in GetFaultloggerService()
H
A
D
faultlog_query_result_impl.cpp
33
sptr<ISystemAbilityManager>
serviceManager
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in ~FaultLogQueryResultImpl()
local
34
if (
serviceManager
== nullptr) {
in ~FaultLogQueryResultImpl()
38
auto service =
serviceManager
->CheckSystemAbility(DFX_FAULT_LOGGER_ABILITY_ID);
in ~FaultLogQueryResultImpl()
/base/hiviewdfx/hiview/adapter/service/test/unittest/common/
H
A
D
hiview_sa_test.cpp
40
sptr<ISystemAbilityManager>
serviceManager
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in GetHiviewRemoteObject()
local
41
if (
serviceManager
== nullptr) {
in GetHiviewRemoteObject()
42
printf("
serviceManager
== nullptr");
in GetHiviewRemoteObject()
45
sptr<IRemoteObject> abilityObject =
serviceManager
->CheckSystemAbility(DFX_SYS_HIVIEW_ABILITY_ID);
in GetHiviewRemoteObject()
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H
A
D
faultlogger_service_ohos.cpp
84
sptr<ISystemAbilityManager>
serviceManager
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in StartService()
local
85
if (
serviceManager
== nullptr) {
in StartService()
91
serviceManager
->AddSystemAbility(DFX_FAULT_LOGGER_ABILITY_ID, instance);
in StartService()
/base/hiviewdfx/hiview/adapter/service/server/src/
H
A
D
hiview_service_ability.cpp
103
sptr<ISystemAbilityManager>
serviceManager
;
in StartServiceAbility()
local
113
serviceManager
= SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
in StartServiceAbility()
114
if (
serviceManager
== nullptr) {
in StartServiceAbility()
118
int result =
serviceManager
->AddSystemAbility(DFX_SYS_HIVIEW_ABILITY_ID, new HiviewServiceAbility());
in StartServiceAbility()
126
if (
serviceManager
== nullptr) {
in StartServiceAbility()
127
HIVIEW_LOGE("
serviceManager
== nullptr");
in StartServiceAbility()
131
auto abilityObjext =
serviceManager
->AsObject();
in StartServiceAbility()
Completed in 2 milliseconds