Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dkey_event_injector.cpp21 const uint8_t MAX_LIST_SIZE = 100; variable
61 if (dataList_.Size() >= MAX_LIST_SIZE) { in SetKey()
79 return MAX_LIST_SIZE - dataList_.Size(); in GetLeftSize()
H A Dpoint_event_injector.cpp21 const uint16_t MAX_LIST_SIZE = 500; variable
40 if (dataList_.Size() >= MAX_LIST_SIZE) { in SetPointEvent()
82 return MAX_LIST_SIZE - dataList_.Size(); in GetLeftSize()
/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_policy_file.cpp27 constexpr uint32_t MAX_LIST_SIZE = 10; variable
75 for (uint32_t i = 0; i <= MAX_LIST_SIZE; i++) {
97 for (uint32_t i = 0; i <= MAX_LIST_SIZE; i++) {
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_firewall.cpp27 constexpr uint32_t MAX_LIST_SIZE = 1000; variable
42 if (powerSaveAllowedList_.size() > MAX_LIST_SIZE) { in SetDeviceIdleTrustlist()
59 if (powerSaveAllowedList_.size() > MAX_LIST_SIZE) { in SetPowerSaveTrustlist()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dconfig_multimodal.h43 #define MAX_LIST_SIZE 100 macro
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.h136 static constexpr size_t MAX_LIST_SIZE = 256; variable
H A Dhencoder.cpp1188 if (avaliableBuffers_.size() >= MAX_LIST_SIZE) { in RepeatIfNecessary()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1625 const uint32_t MAX_LIST_SIZE = 50; in OnRemoteRequest() local
1626 if (listSize > MAX_LIST_SIZE) { in OnRemoteRequest()