Home
last modified time | relevance | path

Searched refs:limitValue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Drange_test.cpp67 int64_t* limitValue = new (std::nothrow) int64_t [1]{3}; in SaveLimit() local
68 EXPECT_NE(nullptr, limitValue); in SaveLimit()
69 limitTensor->SetBuffer(limitValue, sizeof(int64_t)); in SaveLimit()
219 float* limitValue = new (std::nothrow) float [1]{3.0f}; in __anonfb2cd37e0202() variable
220 EXPECT_NE(nullptr, limitValue);
221 limitTensor->SetBuffer(limitValue, sizeof(float));
380 int64_t limitValue = 3; variable
390 EXPECT_EQ(returnLimitValue, limitValue);
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H A Dmemory_collector.h30 int32_t limitValue; member
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dmemory_collector_client_test.cpp57 …MemoryCaller caller = {.pid = 100, .resourceType = "pss_memory", .limitValue = 100, .enabledDebugL…
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/decision_center/include/
H A Dlnn_decision_center.h99 int32_t limitValue; // Unit: Milliseconds/Times/None member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_pattern.cpp171 auto limitValue = in InitLimitValueText() local
181 out << std::setiosflags(std::ios::fixed) << std::setprecision(0) << limitValue; in InitLimitValueText()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_ability_proxy.cpp317 if (!data.WriteInt32(memoryCaller.limitValue)) { in SetAppResourceLimit()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability_stub.cpp534 if (!data.ReadInt32(memoryCaller.limitValue)) { in HandleSetAppResourceLimitRequest()
/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp497 sysEventCreator.SetKeyValue("RESOURCE_LIMIT", memoryCaller.limitValue); in SetAppResourceLimit()