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:AbilityMgrService
(Results
1 - 2
of
2
) sorted by relevance
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H
A
D
ability_mgr_service.cpp
34
AbilityMgrService
::
AbilityMgrService
() : Service(), identity_()
in AbilityMgrService()
function in OHOS::AbilityMgrService
36
this->Service::GetName =
AbilityMgrService
::GetServiceName;
in AbilityMgrService()
37
this->Service::Initialize =
AbilityMgrService
::ServiceInitialize;
in AbilityMgrService()
38
this->Service::MessageHandle =
AbilityMgrService
::ServiceMessageHandle;
in AbilityMgrService()
39
this->Service::GetTaskConfig =
AbilityMgrService
::GetServiceTaskConfig;
in AbilityMgrService()
46
BOOL result = sm->RegisterService(
AbilityMgrService
::GetInstance());
in Init()
51
const char *
AbilityMgrService
::GetServiceName(Service *service)
in GetServiceName()
57
const Identity *
AbilityMgrService
::GetIdentity()
in GetIdentity()
62
BOOL
AbilityMgrService
[all...]
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H
A
D
ability_mgr_service.h
23
class
AbilityMgrService
: public Service {
class
25
static
AbilityMgrService
*GetInstance()
in GetInstance()
27
static
AbilityMgrService
instance;
in GetInstance()
30
~
AbilityMgrService
() = default;
34
AbilityMgrService
();
42
DISALLOW_COPY_AND_MOVE(
AbilityMgrService
);
Completed in 1 milliseconds