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
defs:NANOSECONDS
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/ability_runtime/utils/global/time/include/
H
A
D
time_util.h
26
constexpr int64_t
NANOSECONDS
= 1000000000;
member
/foundation/ability/ability_runtime/test/unittest/lifecycle_test/
H
A
D
lifecycle_test_base.h
63
static constexpr long
NANOSECONDS
= 1000000000;
member in LifecycleTestBase
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H
A
D
ability_util.h
146
static constexpr int64_t
NANOSECONDS
= 1000000000; //
NANOSECONDS
mean 10^9 nano second
member
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H
A
D
napi_form_host.cpp
53
constexpr int64_t
NANOSECONDS
= 1000000000;
member
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H
A
D
app_mgr_service_inner_second_test.cpp
62
static constexpr int64_t
NANOSECONDS
= 1000000000; //
NANOSECONDS
mean 10^9 nano second
member
/foundation/ability/ability_runtime/services/appdfr/src/
H
A
D
appfreeze_manager.cpp
55
static constexpr int64_t
NANOSECONDS
= 1000000000; //
NANOSECONDS
mean 10^9 nano second
member
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H
A
D
ams_app_running_record_test.cpp
60
static constexpr int64_t
NANOSECONDS
= 1000000000; //
NANOSECONDS
mean 10^9 nano second
member
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H
A
D
js_form_host.cpp
49
constexpr int64_t
NANOSECONDS
= 1000000000;
member
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_running_record.cpp
36
constexpr int64_t
NANOSECONDS
= 1000000000; //
NANOSECONDS
mean 10^9 nano second
member
H
A
D
app_mgr_service_inner.cpp
138
constexpr int64_t
NANOSECONDS
= 1000000000;
member
Completed in 34 milliseconds