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:TypeAttribute
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/services/appdfr/include/
H
A
D
appfreeze_manager.h
45
enum
TypeAttribute
{
enum in OHOS::AppExecFwk::AppfreezeManager
64
int typeId =
TypeAttribute
::NORMAL_TIMEOUT;
/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/
H
A
D
appfreeze_manager_test.cpp
136
.typeId = AppfreezeManager::
TypeAttribute
::NORMAL_TIMEOUT,
in HWTEST_F()
144
.typeId = AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT,
in HWTEST_F()
152
.typeId = AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT,
in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
resource_adapter_impl.cpp
187
using RawAttrMap = std::unordered_map<std::string, std::unique_ptr<Global::Resource::
TypeAttribute
>>;
/foundation/ability/ability_runtime/services/appdfr/src/
H
A
D
appfreeze_manager.cpp
227
if (info.typeId != AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT) {
in LifecycleTimeoutHandle()
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H
A
D
ui_ability_lifecycle_manager.cpp
1119
int typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::NORMAL_TIMEOUT;
in PrintTimeOutLog()
1167
typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT;
in GetContentAndTypeId()
1171
typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT;
in GetContentAndTypeId()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H
A
D
mission_list_manager.cpp
2225
int typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::NORMAL_TIMEOUT;
in PrintTimeOutLog()
2273
typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT;
in GetContentAndTypeId()
2283
typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT;
in GetContentAndTypeId()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_connect_manager.cpp
2759
int typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::NORMAL_TIMEOUT;
in PrintTimeOutLog()
2764
typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT;
in PrintTimeOutLog()
2774
typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT;
in PrintTimeOutLog()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service_inner.cpp
4815
int typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::NORMAL_TIMEOUT;
in SendHiSysEvent()
4825
typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT;
in SendHiSysEvent()
4829
typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT;
in SendHiSysEvent()
4833
typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT;
in SendHiSysEvent()
4837
typeId = AppExecFwk::AppfreezeManager::
TypeAttribute
::CRITICAL_TIMEOUT;
in SendHiSysEvent()
Completed in 36 milliseconds