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:cost
(Results
1 - 10
of
10
) sorted by relevance
/base/useriam/user_auth_framework/test/unittest/services/src/
H
A
D
relative_timer_test.cpp
55
auto
cost
= duration_cast<milliseconds>(finish - start).count();
in HWTEST_F()
local
H
A
D
schedule_node_test.cpp
356
auto
cost
= duration_cast<milliseconds>(finish - start).count();
in HWTEST_F()
local
410
auto
cost
= duration_cast<milliseconds>(finish - start).count();
in HWTEST_F()
local
463
auto
cost
= duration_cast<milliseconds>(finish - start).count();
in HWTEST_F()
local
516
auto
cost
in HWTEST_F()
local
571
auto
cost
= duration_cast<milliseconds>(finish - start).count();
HWTEST_F()
local
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H
A
D
hap_resource_test.cpp
75
auto
cost
= CurrentTimeUsec() - start;
in HWTEST_F()
local
154
auto
cost
in HWTEST_F()
local
222
auto
cost
= CurrentTimeUsec() - start;
HWTEST_F()
local
[all...]
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H
A
D
hap_resource_test.cpp
71
auto
cost
= CurrentTimeUsec() - start;
in TestGetIdValuesByName()
local
107
auto
cost
= CurrentTimeUsec() - start;
in HWTEST_F()
local
149
auto
cost
in GetIdValuesByNameFuncTest002()
local
183
auto
cost
= CurrentTimeUsec() - start;
HWTEST_F()
local
226
auto
cost
= CurrentTimeUsec() - start;
HWTEST_F()
local
[all...]
/base/security/access_token/interfaces/innerkits/token_setproc/test/unittest/src/
H
A
D
tokensetproc_kit_test.cpp
469
double
cost
= (1000.0 * 1000.0 * ts2.tv_sec + 1e-3 * ts2.tv_nsec) -
in HWTEST_F()
local
/base/hiviewdfx/hiview/base/test/unittest/common/
H
A
D
event_loop_test.cpp
88
auto
cost
= clock() - event->createTime_;
in OnEvent()
local
/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/
H
A
D
app_trace_context.cpp
274
int64_t
cost
= appTraceContext_->traceBegin_ - static_cast<int64_t>(appCallerEvent_->happenTime_);
in DoCaptureTrace()
local
337
int64_t
cost
= appCallerEvent_->taskEndTime_ - static_cast<int64_t>(appCallerEvent_->happenTime_);
in DoCaptureTrace()
local
/base/powermgr/power_manager/services/native/src/shutdown/
H
A
D
shutdown_controller.cpp
305
int64_t
cost
= GetTickCount() - start;
in TriggerAsyncShutdownCallbackInner()
local
329
int64_t
cost
= GetTickCount() - start;
in TriggerSyncShutdownCallbackInner()
local
/base/security/device_security_level/services/dfx/
H
A
D
dslm_hidumper.c
94
uint32_t
cost
= (uint32_t)(endTime - beginTime);
in GetCostTime()
local
249
uint32_t
cost
= (notifyNode->stop > notifyNode->start) ? (notifyNode->stop - notifyNode->start) : 0;
in DumpHistoryCalls()
local
/base/powermgr/power_manager/services/native/src/suspend/
H
A
D
suspend_controller.cpp
113
int64_t
cost
= GetTickCount() - start;
in TriggerSyncSleepCallbackInner()
local
Completed in 8 milliseconds