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:ENTITY_HOME
(Results
1 - 19
of
19
) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H
A
D
launcher_service.cpp
154
entities.push_back(Want::
ENTITY_HOME
);
in GetAbilityList()
157
want.AddEntity(Want::
ENTITY_HOME
);
in GetAbilityList()
204
want.AddEntity(Want::
ENTITY_HOME
);
in GetAllLauncherAbilityInfos()
284
want.AddEntity(Want::
ENTITY_HOME
);
in InitWant()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H
A
D
mock_bundle_manager.cpp
120
if (want.HasEntity(Want::
ENTITY_HOME
) && want.GetAction() == Want::ACTION_HOME) {
in QueryAbilityInfo()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H
A
D
mock_bundle_manager.cpp
85
if (want.HasEntity(Want::
ENTITY_HOME
) && want.GetAction() == Want::ACTION_HOME) {
in QueryAbilityInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H
A
D
bundle_constants.h
84
constexpr const char*
ENTITY_HOME
= "entity.system.home";
member
/foundation/ability/ability_runtime/test/moduletest/mock/src/
H
A
D
mock_bundle_mgr.cpp
128
if (want.HasEntity(Want::
ENTITY_HOME
) && want.GetAction() == Want::ACTION_HOME) {
in QueryAbilityInfo()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H
A
D
distributed_want.h
712
static const std::string
ENTITY_HOME
;
member in OHOS::DistributedSchedule::final
/foundation/barrierfree/accessibility/services/test/mock/
H
A
D
mock_bundle_manager.cpp
173
if (want.HasEntity(Want::
ENTITY_HOME
) && want.GetAction() == Want::ACTION_HOME) {
in QueryAbilityInfo()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/
H
A
D
mock_bundle_manager.cpp
155
if (want.HasEntity(Want::
ENTITY_HOME
) && want.GetAction() == Want::ACTION_HOME) {
in QueryAbilityInfo()
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H
A
D
want.h
841
static const std::string
ENTITY_HOME
;
member in OHOS::AAFwk::final
/foundation/ability/ability_runtime/test/moduletest/ability_record_test/
H
A
D
ability_record_module_test.cpp
165
testAbilityRequest_.want.AddEntity(Want::
ENTITY_HOME
);
in MakeHomeAbilityRequest()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H
A
D
bundle_resource_process.cpp
349
want.AddEntity(Want::
ENTITY_HOME
);
in GetLauncherAbilityResourceInfos()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
want.cpp
52
const std::string Want::
ENTITY_HOME
("entity.system.home");
469
want->AddEntity(
ENTITY_HOME
);
in MakeMainAbility()
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H
A
D
ability_record_test.cpp
321
launcherWant.AddEntity(Want::
ENTITY_HOME
);
in HWTEST_F()
532
std::string entity = Want::
ENTITY_HOME
;
in HWTEST_F()
548
std::string entityNext = Want::
ENTITY_HOME
;
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H
A
D
bms_data_mgr_test.cpp
1478
want.AddEntity(OHOS::AAFwk::Want::
ENTITY_HOME
);
in HWTEST_F()
1516
want.AddEntity(OHOS::AAFwk::Want::
ENTITY_HOME
);
in HWTEST_F()
1908
want.AddEntity(OHOS::AAFwk::Want::
ENTITY_HOME
);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
module_profile.cpp
2415
Constants::
ENTITY_HOME
) != skill.entities.end();
in ToInnerBundleInfo()
2450
Constants::
ENTITY_HOME
) != skill.entities.cend();
in ToInnerBundleInfo()
H
A
D
bundle_profile.cpp
2392
Constants::
ENTITY_HOME
) != skill.entities.end();
in ToInnerBundleInfo()
H
A
D
inner_bundle_info.cpp
1822
want.AddEntity(OHOS::AAFwk::Want::
ENTITY_HOME
);
in IsExistLauncherAbility()
H
A
D
bundle_data_mgr.cpp
3871
want.AddEntity(Constants::
ENTITY_HOME
);
in GetLaunchWantForBundle()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H
A
D
distributed_want.cpp
55
const std::string DistributedWant::
ENTITY_HOME
("entity.system.home");
Completed in 49 milliseconds