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:START_ABILITIES
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H
A
D
want_agent_constant.h
110
START_ABILITIES
,
member in OHOS::AbilityRuntime::WantAgent::final::OperationType
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
pending_want_record.cpp
108
case static_cast<int32_t>(OperationType::
START_ABILITIES
): {
in ExecuteOperation()
196
static_cast<int32_t>(OperationType::
START_ABILITIES
) == currType)) {
in CheckAppInstanceKey()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
pending_want_manager.h
52
START_ABILITIES
,
member in OHOS::AAFwk::OperationType
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H
A
D
want_agent_helper.cpp
117
case WantAgentConstant::OperationType::
START_ABILITIES
:
in GetWantAgent()
H
A
D
pending_want.cpp
110
wantSenderInfo.type = static_cast<int32_t>(WantAgentConstant::OperationType::
START_ABILITIES
);
in GetAbilities()
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H
A
D
panding_want_manager_test.cpp
169
wantSenderInfo.type = (int32_t)WantAgentConstant::OperationType::
START_ABILITIES
;
in GetAbilities()
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H
A
D
pending_want_record_test.cpp
380
* @tc.desc : 1.SenderInner,pendingWantManager_ != nullptr,flags:CONSTANT_FLAG,type:OperationType::
START_ABILITIES
388
MakeWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::
START_ABILITIES
);
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
H
A
D
want_agent_helper_test.cpp
295
* 4.Type is WantAgentConstant::OperationType::
START_ABILITIES
308
wantAgentInfo.operationType_ = WantAgentConstant::OperationType::
START_ABILITIES
;
in HWTEST_F()
Completed in 8 milliseconds