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:bundleLabelId
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
dialog_session_info.h
35
int32_t
bundleLabelId
= 0;
member
/foundation/ability/ability_runtime/services/abilitymgr/src/dialog_session/
H
A
D
dialog_session_info.cpp
29
std::to_string(bundleIconId) + "/" + std::to_string(
bundleLabelId
) + "/" +
in GetURI()
52
bundleLabelId
= static_cast<int32_t>(std::stoi(uriVec[index++]));
in ParseURI()
H
A
D
dialog_session_manager.cpp
144
callerAbilityInfo.
bundleLabelId
= callerRecord->GetApplicationInfo().labelId;
in GenerateCallerAbilityInfo()
162
targetDialogAbilityInfo.
bundleLabelId
= dialogAppInfo.
bundleLabelId
;
in GenerateSelectorTargetAbilityInfos()
180
targetDialogAbilityInfo.
bundleLabelId
= abilityRequest.abilityInfo.applicationInfo.labelId;
in GenerateJumpTargetAbilityInfos()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
system_dialog_scheduler.h
58
int32_t
bundleLabelId
= 0;
member
/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_session/
H
A
D
js_dialog_session_utils.cpp
62
jsValue = WrapInt32ToJS(env, dialogAbilityInfo.
bundleLabelId
);
in WrapDialogAbilityInfo()
63
SetPropertyValueByPropertyName(env, jsObject, "
bundleLabelId
", jsValue);
in WrapDialogAbilityInfo()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
implicit_start_processor.cpp
522
dialogAppInfo.
bundleLabelId
= info.applicationInfo.labelId;
in GenerateAbilityRequestByAction()
567
dialogAppInfo.
bundleLabelId
= info.applicationInfo.labelId;
in GenerateAbilityRequestByAppIndexes()
632
dialogAppInfo.
bundleLabelId
= abilityInfo.applicationInfo.labelId;
in QueryBmsAppInfos()
878
dialogAppInfo.
bundleLabelId
= param.info.applicationInfo.labelId;
in AddAbilityInfoToDialogInfos()
H
A
D
system_dialog_scheduler.cpp
343
aObj["bundleLabel"] = std::to_string(aInfo.
bundleLabelId
);
in GetSelectorParams()
396
aObj["bundleLabel"] = std::to_string(info.
bundleLabelId
);
in GetPcSelectorParams()
/foundation/ability/ability_runtime/test/unittest/dialog_session_info_test/
H
A
D
dialog_session_info_test.cpp
61
dialogAbilityInfo.
bundleLabelId
= 2;
in HWTEST_F()
Completed in 8 milliseconds