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:memoryCaller
(Results
1 - 12
of
12
) sorted by relevance
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/src/
H
A
D
memory_collector_client_impl.cpp
30
CollectResult<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller&
memoryCaller
) override;
39
CollectResult<int32_t> MemoryCollectorImpl::SetAppResourceLimit(UCollectClient::MemoryCaller&
memoryCaller
)
in SetAppResourceLimit()
argument
41
return HiViewServiceMemoryDelegate::SetAppResourceLimit(
memoryCaller
);
in SetAppResourceLimit()
/base/hiviewdfx/hiview/adapter/service/client/src/
H
A
D
hiview_service_memory_delegate.cpp
22
CollectResult<int32_t> HiViewServiceMemoryDelegate::SetAppResourceLimit(UCollectClient::MemoryCaller&
memoryCaller
)
in SetAppResourceLimit()
argument
31
return proxy.SetAppResourceLimit(
memoryCaller
).result_;
in SetAppResourceLimit()
H
A
D
hiview_service_ability_proxy.cpp
304
UCollectClient::MemoryCaller&
memoryCaller
)
in SetAppResourceLimit()
306
auto parcelHandler = [&
memoryCaller
] (MessageParcel& data) {
in SetAppResourceLimit()
307
if (!data.WriteInt32(
memoryCaller
.pid)) {
in SetAppResourceLimit()
312
if (!data.WriteString(
memoryCaller
.resourceType)) {
in SetAppResourceLimit()
317
if (!data.WriteInt32(
memoryCaller
.limitValue)) {
in SetAppResourceLimit()
322
if (!data.WriteBool(
memoryCaller
.enabledDebugLog)) {
in SetAppResourceLimit()
303
SetAppResourceLimit( UCollectClient::MemoryCaller&
memoryCaller
)
SetAppResourceLimit()
argument
/base/hiviewdfx/hiview/adapter/service/client/include/
H
A
D
hiview_service_memory_delegate.h
26
static CollectResult<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller&
memoryCaller
);
H
A
D
hiview_service_ability_proxy.h
48
CollectResultParcelable<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller&
memoryCaller
) override;
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H
A
D
memory_collector_client.h
40
virtual CollectResult<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller&
memoryCaller
) = 0;
/base/hiviewdfx/hiview/adapter/service/server/src/
H
A
D
hiview_service_ability_stub.cpp
523
UCollectClient::MemoryCaller
memoryCaller
;
in HandleSetAppResourceLimitRequest()
local
524
if (!data.ReadInt32(
memoryCaller
.pid)) {
in HandleSetAppResourceLimitRequest()
529
if (!data.ReadString(
memoryCaller
.resourceType)) {
in HandleSetAppResourceLimitRequest()
534
if (!data.ReadInt32(
memoryCaller
.limitValue)) {
in HandleSetAppResourceLimitRequest()
539
if (!data.ReadBool(
memoryCaller
.enabledDebugLog)) {
in HandleSetAppResourceLimitRequest()
543
memoryCaller
.pid = IPCObjectStub::GetCallingPid();
in HandleSetAppResourceLimitRequest()
544
if (
memoryCaller
.pid < 0) {
in HandleSetAppResourceLimitRequest()
547
auto ret = SetAppResourceLimit(
memoryCaller
);
in HandleSetAppResourceLimitRequest()
H
A
D
hiview_service_ability.cpp
347
CollectResultParcelable<int32_t> HiviewServiceAbility::SetAppResourceLimit(UCollectClient::MemoryCaller&
memoryCaller
)
in SetAppResourceLimit()
argument
349
auto handler = [&
memoryCaller
] (HiviewService* service) {
in SetAppResourceLimit()
350
return service->SetAppResourceLimit(
memoryCaller
);
in SetAppResourceLimit()
/base/hiviewdfx/hiview/service/
H
A
D
hiview_service.cpp
480
CollectResult<int32_t> HiviewService::SetAppResourceLimit(UCollectClient::MemoryCaller&
memoryCaller
)
in SetAppResourceLimit()
argument
488
HIVIEW_LOGE("XPower plugin does not exists. pid=%{public}d",
memoryCaller
.pid);
in SetAppResourceLimit()
495
sysEventCreator.SetKeyValue("PID",
memoryCaller
.pid);
in SetAppResourceLimit()
496
sysEventCreator.SetKeyValue("RESOURCE_TYPE",
memoryCaller
.resourceType);
in SetAppResourceLimit()
497
sysEventCreator.SetKeyValue("RESOURCE_LIMIT",
memoryCaller
.limitValue);
in SetAppResourceLimit()
498
sysEventCreator.SetKeyValue("RESOURCE_DEBUG_ENABLE",
memoryCaller
.enabledDebugLog ? "true" : "false");
in SetAppResourceLimit()
502
HIVIEW_LOGE("%{public}s failed for pid=%{public}d error", eventName.c_str(),
memoryCaller
.pid);
in SetAppResourceLimit()
H
A
D
hiview_service.h
55
CollectResult<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller&
memoryCaller
);
/base/hiviewdfx/hiview/adapter/service/common/include/
H
A
D
ihiview_service_ability.h
49
virtual CollectResultParcelable<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller&
memoryCaller
) = 0;
/base/hiviewdfx/hiview/adapter/service/server/include/
H
A
D
hiview_service_ability.h
61
CollectResultParcelable<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller&
memoryCaller
) override;
Completed in 6 milliseconds