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:dialogWant
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H
A
D
ability_jump_interceptor.cpp
72
Want
dialogWant
= sysDialogScheduler->GetJumpInterceptorDialogWant(targetWant);
in DoProcess()
local
73
AbilityUtil::ParseJumpInterceptorWant(
dialogWant
, controlRule.callerPkg);
in DoProcess()
74
LoadAppLabelInfo(
dialogWant
, controlRule, param.userId);
in DoProcess()
75
int ret = IN_PROCESS_CALL(AbilityManagerClient::GetInstance()->StartAbility(
dialogWant
,
in DoProcess()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
system_dialog_scheduler.cpp
605
AAFwk::Want
dialogWant
;
in GetSwitchUserDialogWant()
local
606
dialogWant
.SetElementName(BUNDLE_NAME_DIALOG, ABILITY_NAME_FREEZE_DIALOG);
in GetSwitchUserDialogWant()
608
return
dialogWant
;
in GetSwitchUserDialogWant()
H
A
D
implicit_start_processor.cpp
186
Want
dialogWant
= sysDialogScheduler->GetTipsDialogWant(request.callerToken);
in ImplicitStartAbility()
local
187
abilityMgr->StartAbility(
dialogWant
);
in ImplicitStartAbility()
216
Want
dialogWant
= sysDialogScheduler->GetTipsDialogWant(request.callerToken);
in ImplicitStartAbility()
local
217
abilityMgr->StartAbility(
dialogWant
);
in ImplicitStartAbility()
H
A
D
ability_manager_service.cpp
7993
Want
dialogWant
= sysDialog->GetSwitchUserDialogWant();
in StartSwitchUserDialog()
local
7994
StartSwitchUserDialogInner(
dialogWant
, userController_->GetFreezingNewUserId());
in StartSwitchUserDialog()
Completed in 24 milliseconds