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:PerfStat
(Results
1 - 6
of
6
) sorted by relevance
/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H
A
D
account_perf_stat_test.cpp
69
PerfStat
::GetInstance().Reset();
in SetUp()
86
PerfStat
::GetInstance().SetAccountBindStartTime(ACCOUNT_BIND_START_TIME);
in HWTEST_F()
87
int64_t bindStartTime =
PerfStat
::GetInstance().GetAccountBindStartTime();
in HWTEST_F()
93
PerfStat
::GetInstance().SetAccountBindEndTime(ACCOUNT_BIND_END_TIME);
in HWTEST_F()
94
PerfStat
::GetInstance().Dump(result);
in HWTEST_F()
95
int64_t bindEndTime =
PerfStat
::GetInstance().GetAccountBindEndTime();
in HWTEST_F()
101
PerfStat
::GetInstance().SetAccountAddStartTime(ACCOUNT_ADD_START_TIME);
in HWTEST_F()
102
int64_t addStartTime =
PerfStat
::GetInstance().GetAccountAddStartTime();
in HWTEST_F()
108
PerfStat
::GetInstance().SetAccountAddEndTime(ACCOUNT_ADD_END_TIME);
in HWTEST_F()
109
PerfStat
in HWTEST_F()
[all...]
/base/account/os_account/frameworks/common/perf_stat/src/
H
A
D
perf_stat.cpp
22
PerfStat
::
PerfStat
()
in PerfStat()
function in OHOS::AccountSA::PerfStat
25
PerfStat
::~
PerfStat
()
in ~PerfStat()
31
int64_t
PerfStat
::GetAccountBindStartTime() const
in GetAccountBindStartTime()
36
void
PerfStat
::SetAccountBindStartTime(int64_t time)
in SetAccountBindStartTime()
41
int64_t
PerfStat
::GetAccountBindEndTime() const
in GetAccountBindEndTime()
46
void
PerfStat
::SetAccountBindEndTime(int64_t time)
in SetAccountBindEndTime()
52
int64_t
PerfStat
::GetAccountAddStartTime() const
in GetAccountAddStartTime()
57
void
PerfStat
[all...]
/base/account/os_account/frameworks/common/perf_stat/include/
H
A
D
perf_stat.h
25
class
PerfStat
: public Singleton<
PerfStat
> {
class
26
DECLARE_SINGLETON(
PerfStat
);
/base/account/os_account/services/accountmgr/src/
H
A
D
account_mgr_service.cpp
69
PerfStat
::GetInstance().SetInstanceCreateTime(GetTickCount());
in AccountMgrService()
220
PerfStat
::GetInstance().SetInstanceStartTime(GetTickCount());
in OnStart()
239
PerfStat
::GetInstance().SetInstanceStopTime(GetTickCount());
in OnStop()
334
PerfStat
::GetInstance().SetInstanceInitTime(GetTickCount());
in Init()
H
A
D
account_state_machine.cpp
132
PerfStat
::GetInstance().SetAccountStateChangeTime(stateRecordStr, processTicks);
in StateChangeProcess()
/base/account/os_account/dfx/hidumper_adapter/
H
A
D
account_dump_helper.cpp
185
PerfStat
::GetInstance().Dump(result);
in ProcessOneParameter()
Completed in 6 milliseconds