Home
last modified time | relevance | path

Searched refs:enabledDebugLog (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H A Dmemory_collector.h31 bool enabledDebugLog; member
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dmemory_collector_client_test.cpp57 …r caller = {.pid = 100, .resourceType = "pss_memory", .limitValue = 100, .enabledDebugLog = false};
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_ability_proxy.cpp322 if (!data.WriteBool(memoryCaller.enabledDebugLog)) { in SetAppResourceLimit()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability_stub.cpp539 if (!data.ReadBool(memoryCaller.enabledDebugLog)) { in HandleSetAppResourceLimitRequest()
/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp498 …sysEventCreator.SetKeyValue("RESOURCE_DEBUG_ENABLE", memoryCaller.enabledDebugLog ? "true" : "fals… in SetAppResourceLimit()