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:foreground
(Results
1 - 12
of
12
) sorted by relevance
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H
A
D
trace_collector_client_test.cpp
159
appCaller.
foreground
= 1;
in HWTEST_F()
187
appCaller.
foreground
= 1;
in HWTEST_F()
221
appCaller1.
foreground
= 1;
in HWTEST_F()
237
appCaller2.
foreground
= 1;
in HWTEST_F()
271
appCaller1.
foreground
= 1;
in HWTEST_F()
305
appCaller1.
foreground
= 1;
in HWTEST_F()
321
appCaller2.
foreground
= 1;
in HWTEST_F()
355
appCaller1.
foreground
= 1;
in HWTEST_F()
377
appCaller3.
foreground
= 1;
in HWTEST_F()
410
appCaller1.
foreground
in HWTEST_F()
[all...]
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H
A
D
freeze_json_generator_unittest.cpp
97
bool
foreground
= false;
in HWTEST_F()
local
115
.InitForeground(
foreground
)
in HWTEST_F()
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H
A
D
trace_collector_client.h
36
int32_t
foreground
; // app
foreground
member
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H
A
D
freeze_json_generator.cpp
163
FreezeJsonParams::Builder& FreezeJsonParams::Builder::InitForeground(bool
foreground
)
in InitForeground()
argument
165
foreground_ =
foreground
;
in InitForeground()
H
A
D
faultlogger.cpp
574
std::string
foreground
= sysEvent->GetEventValue("FOREGROUND");
in ReportJsErrorToAppEvent()
local
575
if (
foreground
== "Yes") {
in ReportJsErrorToAppEvent()
576
params["
foreground
"] = true;
in ReportJsErrorToAppEvent()
578
params["
foreground
"] = false;
in ReportJsErrorToAppEvent()
890
stackInfoObj["
foreground
"] = (info.sectionMap.at("FOREGROUND") == "Yes") ? true : false;
in GetStackInfo()
1072
std::string
foreground
= info.sectionMap.at("FOREGROUND");
in GetFreezeJsonCollector()
local
1073
collector.
foreground
= (
foreground
== "Yes");
in GetFreezeJsonCollector()
1100
.InitForeground(collector.
foreground
)
in ReportAppFreezeToAppEvent()
H
A
D
freeze_json_generator.h
104
Builder& InitForeground(bool
foreground
);
153
static constexpr const char* const jsonParamsForeground = "
foreground
";
/base/hiviewdfx/hiview/base/utility/include/
H
A
D
freeze_json_util.h
62
"
foreground
",
87
bool
foreground
= false;
member
/base/hiviewdfx/hicollie/frameworks/native/
H
A
D
watchdog_inner.h
149
.
foreground
= 0,
H
A
D
watchdog_inner.cpp
382
appCaller_.
foreground
= isForeground_;
in CollectTrace()
/base/hiviewdfx/hiview/adapter/service/client/src/
H
A
D
hiview_service_ability_proxy.cpp
230
if (!data.WriteInt32(appCaller.
foreground
)) {
in WriteAppCallerBase()
231
errField = "
foreground
";
in WriteAppCallerBase()
/base/hiviewdfx/hiview/adapter/service/server/src/
H
A
D
hiview_service_ability_stub.cpp
444
if (!data.ReadInt32(appCaller.
foreground
)) {
in ReadAppCallerBase()
445
errField = "
foreground
";
in ReadAppCallerBase()
/base/hiviewdfx/hiview/service/
H
A
D
hiview_service.cpp
405
appCallerEvent->foreground_ = appCaller.
foreground
;
in InnerCreateAppCallerEvent()
Completed in 11 milliseconds