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:ACTION_HOME
(Results
1 - 20
of
20
) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H
A
D
launcher_service.cpp
156
want.SetAction(Want::
ACTION_HOME
);
in GetAbilityList()
203
want.SetAction(Want::
ACTION_HOME
);
in GetAllLauncherAbilityInfos()
283
want.SetAction(Want::
ACTION_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
82
constexpr const char*
ACTION_HOME
= "action.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
711
static const std::string
ACTION_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/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H
A
D
skill.cpp
151
if (action == Constants::
ACTION_HOME
&& configAction == Constants::WANT_ACTION_HOME) {
in MatchAction()
154
if (action == Constants::WANT_ACTION_HOME && configAction == Constants::
ACTION_HOME
) {
in MatchAction()
/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
838
static const std::string
ACTION_HOME
;
member in OHOS::AAFwk::final
/foundation/ability/ability_runtime/test/moduletest/ability_record_test/
H
A
D
ability_record_module_test.cpp
164
testAbilityRequest_.want.SetAction(Want::
ACTION_HOME
);
in MakeHomeAbilityRequest()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H
A
D
bundle_resource_process.cpp
348
want.SetAction(Want::
ACTION_HOME
);
in GetLauncherAbilityResourceInfos()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
want.cpp
50
const std::string Want::
ACTION_HOME
("action.system.home");
468
want->SetAction(
ACTION_HOME
);
in MakeMainAbility()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H
A
D
bms_data_mgr_test.cpp
1477
want.SetAction(OHOS::AAFwk::Want::
ACTION_HOME
);
in HWTEST_F()
1515
want.SetAction(OHOS::AAFwk::Want::
ACTION_HOME
);
in HWTEST_F()
1907
want.SetAction(OHOS::AAFwk::Want::
ACTION_HOME
);
in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H
A
D
distributed_want.cpp
53
const std::string DistributedWant::
ACTION_HOME
("action.system.home");
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_profile.cpp
2345
return action == Constants::
ACTION_HOME
|| action == Constants::WANT_ACTION_HOME;
in ToInnerBundleInfo()
H
A
D
module_profile.cpp
2385
return action == Constants::
ACTION_HOME
|| action == Constants::WANT_ACTION_HOME;
in ToInnerBundleInfo()
H
A
D
inner_bundle_info.cpp
1821
want.SetAction(OHOS::AAFwk::Want::
ACTION_HOME
);
in IsExistLauncherAbility()
H
A
D
bundle_data_mgr.cpp
3870
want.SetAction(Constants::
ACTION_HOME
);
in GetLaunchWantForBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_kit_service_test.cpp
6545
skill.actions.emplace_back(Constants::
ACTION_HOME
);
in HWTEST_F()
6553
want.SetAction(Constants::
ACTION_HOME
);
in HWTEST_F()
Completed in 64 milliseconds