Home
last modified time | relevance | path

Searched refs:MemoryCaller (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H A Dmemory_collector.h27 struct MemoryCaller { struct
40 …virtual CollectResult<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) = 0; argument
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/src/
H A Dmemory_collector_impl.cpp30 CollectResult<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) override;
39 CollectResult<int32_t> MemoryCollectorImpl::SetAppResourceLimit(UCollectClient::MemoryCaller& memor… in SetAppResourceLimit()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/include/
H A Dhiview_service_memory_delegate.h26 static CollectResult<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller);
H A Dhiview_service_ability_proxy.h48 …CollectResultParcelable<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) o…
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_memory_delegate.cpp22 …t32_t> HiViewServiceMemoryDelegate::SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) in SetAppResourceLimit()
H A Dhiview_service_ability_proxy.cpp304 UCollectClient::MemoryCaller& memoryCaller) in SetAppResourceLimit()
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dmemory_collector_client_test.cpp57MemoryCaller caller = {.pid = 100, .resourceType = "pss_memory", .limitValue = 100, .enabledDebugL…
/ohos5.0/base/hiviewdfx/hiview/adapter/service/common/include/
H A Dihiview_service_ability.h49 …virtual CollectResultParcelable<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller& memoryC…
/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.h55 CollectResult<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller);
H A Dhiview_service.cpp480 CollectResult<int32_t> HiviewService::SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCalle… in SetAppResourceLimit()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/include/
H A Dhiview_service_ability.h61 …CollectResultParcelable<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) o…
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability.cpp347 …able<int32_t> HiviewServiceAbility::SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) in SetAppResourceLimit()
H A Dhiview_service_ability_stub.cpp523 UCollectClient::MemoryCaller memoryCaller; in HandleSetAppResourceLimitRequest()