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:caller_
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H
A
D
trace_flow_controller.cpp
89
TraceFlowController::TraceFlowController(UCollect::TraceCaller caller) :
caller_
(caller)
in TraceFlowController()
106
return TRACE_QUOTA.find(
caller_
) != TRACE_QUOTA.end() ?
in NeedDump()
107
traceFlowRecord_.usedSize < TRACE_QUOTA.at(
caller_
).second : true;
in NeedDump()
114
if (TRACE_QUOTA.find(
caller_
) == TRACE_QUOTA.end()) {
in NeedUpload()
117
if (IsLowerLimit(traceFlowRecord_.usedSize, traceSize, TRACE_QUOTA.at(
caller_
).second)) {
in NeedUpload()
145
if (TRACE_QUOTA.find(
caller_
) == TRACE_QUOTA.end()) {
in StoreDb()
146
HIVIEW_LOGI("caller %{public}d not need store",
caller_
);
in StoreDb()
179
if (TRACE_QUOTA.find(
caller_
) == TRACE_QUOTA.end()) {
in QueryDb()
182
tmpTraceFlowRecord.callerName = TRACE_QUOTA.at(
caller_
).first;
in QueryDb()
/base/notification/eventhandler/frameworks/eventhandler/src/
H
A
D
inner_event.cpp
118
event->
caller_
= caller;
in Get()
130
event->
caller_
= caller;
in Get()
156
event->
caller_
= caller;
in Get()
173
caller_
.ClearCaller();
in ClearEvent()
272
content.append(", caller = " +
caller_
.ToString());
in Dump()
300
content.append("," +
caller_
.ToString());
in TraceInfo()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_security_guard_info.cpp
25
caller_
= callPkg;
in PrintSecurityGuardInfo()
97
securityGuardInfoJson["caller"] =
caller_
;
in ToJson()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H
A
D
trace_flow_controller.h
73
UCollect::TraceCaller
caller_
;
member in OHOS::HiviewDFX::TraceFlowController
/base/print/print_fwk/services/print_service/include/
H
A
D
print_security_guard_info.h
54
std::string
caller_
{};
/base/notification/eventhandler/interfaces/inner_api/
H
A
D
inner_event.h
632
return
caller_
;
in GetCaller()
879
Caller
caller_
;
member in OHOS::AppExecFwk::final
Completed in 4 milliseconds