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:launcher
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/ability_timeout_test/
H
A
D
ability_timeout_test.cpp
179
// root
launcher
ability load timeout
in HWTEST_F()
227
auto
launcher
= AbilityRecord::CreateAbilityRecord(abilityRequest);
in HWTEST_F()
local
229
std::make_shared<Mission>(MOCK_MISSION_ID,
launcher
, abilityRequest.abilityInfo.bundleName);
in HWTEST_F()
230
EXPECT_TRUE(
launcher
!= nullptr);
in HWTEST_F()
232
launcher
->SetMissionId(missionLauncher->GetMissionId());
in HWTEST_F()
233
launcher
->SetLauncherRoot();
in HWTEST_F()
235
EXPECT_TRUE(curListManager->launcherList_->GetAbilityRecordByToken(
launcher
->GetToken()) != nullptr);
in HWTEST_F()
283
auto
launcher
= AbilityRecord::CreateAbilityRecord(abilityRequest);
in HWTEST_F()
local
285
std::make_shared<Mission>(MOCK_MISSION_ID,
launcher
, abilityRequest.abilityInfo.bundleName);
in HWTEST_F()
286
launcher
in HWTEST_F()
346
auto
launcher
= AbilityRecord::CreateAbilityRecord(abilityRequest);
HWTEST_F()
local
410
auto
launcher
= AbilityRecord::CreateAbilityRecord(abilityRequest);
HWTEST_F()
local
474
auto
launcher
= AbilityRecord::CreateAbilityRecord(abilityRequest);
HWTEST_F()
local
536
auto
launcher
= AbilityRecord::CreateAbilityRecord(abilityRequest);
HWTEST_F()
local
600
auto
launcher
= AbilityRecord::CreateAbilityRecord(abilityRequest);
HWTEST_F()
local
654
auto
launcher
= AbilityRecord::CreateAbilityRecord(abilityRequest);
HWTEST_F()
local
719
auto
launcher
= AbilityRecord::CreateAbilityRecord(abilityRequest);
HWTEST_F()
local
782
auto
launcher
= AbilityRecord::CreateAbilityRecord(abilityRequest);
HWTEST_F()
local
846
auto
launcher
= AbilityRecord::CreateAbilityRecord(abilityRequest);
HWTEST_F()
local
910
auto
launcher
= AbilityRecord::CreateAbilityRecord(abilityRequest);
HWTEST_F()
local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H
A
D
bms_bundle_data_storage_database_test.cpp
47
const std::string TEST_NAME = "com.ohos.
launcher
";
48
const std::string TEST_ABILITY_NAME = "com.ohos.
launcher
.MainAbility";
777
"com.ohos.
launcher
.com.ohos.
launcher
.com.ohos.
launcher
.MainAbility": {
792
"applicationName": "com.ohos.
launcher
",
794
"bundleName": "com.ohos.
launcher
",
839
"name": "com.ohos.
launcher
.MainAbility",
841
"package": "com.ohos.
launcher
",
846
"resourcePath": "/data/app/el1/bundle/public/com.ohos.
launcher
/co
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H
A
D
js_launcher.cpp
463
APP_LOGE("
launcher
shortcut info is empty");
in ParseShortcutInfo()
483
auto
launcher
= GetLauncherService();
in InnerJSLauncherServiceOn()
local
484
if (
launcher
== nullptr) {
in InnerJSLauncherServiceOn()
485
APP_LOGE("can not get
launcher
");
in InnerJSLauncherServiceOn()
489
auto result =
launcher
->RegisterCallback(callbackRef);
in InnerJSLauncherServiceOn()
602
auto
launcher
= GetLauncherService();
in InnerJSLauncherServiceOff()
local
603
if (
launcher
== nullptr) {
in InnerJSLauncherServiceOff()
604
APP_LOGE("can not get
launcher
");
in InnerJSLauncherServiceOff()
608
auto result =
launcher
->UnRegisterCallback();
in InnerJSLauncherServiceOff()
702
auto
launcher
in InnerJSGetAllLauncherAbilityInfos()
local
800
auto
launcher
= GetLauncherService();
InnerJSGetLauncherAbilityInfos()
local
911
auto
launcher
= GetLauncherService();
InnerJSGetShortcutInfos()
local
[all...]
Completed in 5 milliseconds