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:sendHeart
(Results
1 - 2
of
2
) sorted by relevance
/developtools/profiler/device/services/profiler_service/test/unittest/
H
A
D
profiler_service_performance_test.cpp
581
bool
sendHeart
= true;
in HWTEST_F()
local
584
while (
sendHeart
&& loopCount < LOOP_COUNT) {
in HWTEST_F()
593
if (
sendHeart
) {
in HWTEST_F()
706
sendHeart
= false;
in HWTEST_F()
818
bool
sendHeart
= true;
in HWTEST_F()
local
821
while (
sendHeart
&& loopCount < LOOP_COUNT) {
in HWTEST_F()
830
if (
sendHeart
) {
in HWTEST_F()
896
sendHeart
= false;
in HWTEST_F()
1054
bool
sendHeart
= true;
in HWTEST_F()
local
1057
while (
sendHeart
in HWTEST_F()
1199
bool
sendHeart
= true;
HWTEST_F()
local
1330
bool
sendHeart
= true;
HWTEST_F()
local
1472
bool
sendHeart
= true;
HWTEST_F()
local
1630
bool
sendHeart
= true;
HWTEST_F()
local
[all...]
/developtools/profiler/device/cmds/src/
H
A
D
main.cpp
265
void StartThread(std::unique_ptr<IProfilerService::Stub>& profilerStub, uint32_t& id, std::atomic<bool>&
sendHeart
)
in StartThread()
argument
267
while (
sendHeart
.load()) {
in StartThread()
281
void StopThread(std::thread& keepSessionThread, std::atomic<bool>&
sendHeart
)
in StopThread()
argument
283
sendHeart
= false;
in StopThread()
316
std::atomic<bool>
sendHeart
= true;
in DoCapture()
local
317
std::thread keepSessionThread(StartThread, std::ref(profilerStub), std::ref(sessionId), std::ref(
sendHeart
));
in DoCapture()
321
StopThread(keepSessionThread,
sendHeart
);
in DoCapture()
342
StopThread(keepSessionThread,
sendHeart
);
in DoCapture()
Completed in 4 milliseconds