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:GetDependSa
(Results
1 - 8
of
8
) sorted by relevance
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H
A
D
system_ability.h
234
const std::vector<int32_t>&
GetDependSa
() const;
/foundation/systemabilitymgr/safwk/services/safwk/include/
H
A
D
system_ability.h
234
const std::vector<int32_t>&
GetDependSa
() const;
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H
A
D
mock_system_ability.cpp
101
const std::vector<int32_t>& SystemAbility::
GetDependSa
() const
in GetDependSa()
function in SystemAbility
/foundation/barrierfree/accessibility/services/test/mock/
H
A
D
mock_system_ability.cpp
128
const std::vector<int32_t>& SystemAbility::
GetDependSa
() const
in GetDependSa()
function in OHOS::SystemAbility
130
GTEST_LOG_(INFO) << "MOCK SystemAbility
GetDependSa
";
in GetDependSa()
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H
A
D
mock_system_ability.cpp
132
const std::vector<int32_t>& SystemAbility::
GetDependSa
() const
in GetDependSa()
function in OHOS::SystemAbility
134
GTEST_LOG_(INFO) << "MOCK SystemAbility
GetDependSa
";
in GetDependSa()
/foundation/resourceschedule/soc_perf/test/unittest/mock/
H
A
D
mock_system_ability.cpp
97
const std::vector<int32_t>& SystemAbility::
GetDependSa
() const
in GetDependSa()
function in SystemAbility
/foundation/systemabilitymgr/safwk/services/safwk/src/
H
A
D
local_ability_manager.cpp
611
size_t lastSize = CheckDependencyStatus(ability->
GetDependSa
()).size();
in StartDependSaTask()
624
vector<int32_t> temp = CheckDependencyStatus(ability->
GetDependSa
());
in StartDependSaTask()
632
vector<int32_t> unpreparedDeps = CheckDependencyStatus(ability->
GetDependSa
());
in StartDependSaTask()
648
if (ability->
GetDependSa
().empty()) {
in StartSystemAbilityTask()
H
A
D
system_ability.cpp
299
const std::vector<std::int32_t>& SystemAbility::
GetDependSa
() const
in GetDependSa()
function in OHOS::SystemAbility
Completed in 6 milliseconds