Home
last modified time | relevance | path

Searched refs:SetAppResourceLimit (Results 1 - 13 of 13) sorted by relevance

/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/src/
H A Dmemory_collector_client_impl.cpp30 CollectResult<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) override;
39 CollectResult<int32_t> MemoryCollectorImpl::SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) in SetAppResourceLimit() function in OHOS::HiviewDFX::UCollectClient::MemoryCollectorImpl
41 return HiViewServiceMemoryDelegate::SetAppResourceLimit(memoryCaller); in SetAppResourceLimit()
/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_memory_delegate.cpp22 CollectResult<int32_t> HiViewServiceMemoryDelegate::SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) in SetAppResourceLimit() function in OHOS::HiviewDFX::HiViewServiceMemoryDelegate
31 return proxy.SetAppResourceLimit(memoryCaller).result_; in SetAppResourceLimit()
H A Dhiview_service_ability_proxy.cpp303 CollectResultParcelable<int32_t> HiviewServiceAbilityProxy::SetAppResourceLimit( in SetAppResourceLimit() function in OHOS::HiviewDFX::HiviewServiceAbilityProxy
308 HIVIEW_LOGE("SetAppResourceLimit failed. write pid failed"); in SetAppResourceLimit()
313 HIVIEW_LOGE("SetAppResourceLimit failed. write type failed"); in SetAppResourceLimit()
318 HIVIEW_LOGE("SetAppResourceLimit failed. write value failed"); in SetAppResourceLimit()
323 HIVIEW_LOGE("SetAppResourceLimit failed. write enabledDebugLog failed"); in SetAppResourceLimit()
/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) override;
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H A Dmemory_collector_client.h40 virtual CollectResult<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) = 0;
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dmemory_collector_client_test.cpp47 * @tc.desc: used to test the function of MemoryCollector.SetAppResourceLimit;
58 auto collectResult = collector->SetAppResourceLimit(caller); in HWTEST_F()
/base/hiviewdfx/hiview/adapter/service/common/include/
H A Dihiview_service_ability.h49 virtual CollectResultParcelable<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) = 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& memoryCaller) in SetAppResourceLimit() function in OHOS::HiviewDFX::HiviewService
/base/hiviewdfx/hiview/adapter/service/server/include/
H A Dhiview_service_ability.h61 CollectResultParcelable<int32_t> SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) override;
/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability.cpp347 CollectResultParcelable<int32_t> HiviewServiceAbility::SetAppResourceLimit(UCollectClient::MemoryCaller& memoryCaller) in SetAppResourceLimit() function in OHOS::HiviewServiceAbility
350 return service->SetAppResourceLimit(memoryCaller); in SetAppResourceLimit()
H A Dhiview_service_ability_stub.cpp547 auto ret = SetAppResourceLimit(memoryCaller); in HandleSetAppResourceLimitRequest()

Completed in 7 milliseconds