Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/dfx/
H A Dpoint_event_injector.cpp21 const uint16_t MAX_LIST_SIZE = 500; member
40 if (dataList_.Size() >= MAX_LIST_SIZE) { in SetPointEvent()
82 return MAX_LIST_SIZE - dataList_.Size(); in GetLeftSize()
H A Dkey_event_injector.cpp21 const uint8_t MAX_LIST_SIZE = 100; member
61 if (dataList_.Size() >= MAX_LIST_SIZE) { in SetKey()
79 return MAX_LIST_SIZE - dataList_.Size(); in GetLeftSize()
/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; member
75 for (uint32_t i = 0; i <= MAX_LIST_SIZE; i++) { in HWTEST_F()
97 for (uint32_t i = 0; i <= MAX_LIST_SIZE; i++) { in HWTEST_F()
/foundation/multimodalinput/input/util/common/include/
H A Dconfig_multimodal.h43 #define MAX_LIST_SIZE 100 macro
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_firewall.cpp27 constexpr uint32_t MAX_LIST_SIZE = 1000; member
42 if (powerSaveAllowedList_.size() > MAX_LIST_SIZE) { in SetDeviceIdleTrustlist()
59 if (powerSaveAllowedList_.size() > MAX_LIST_SIZE) { in SetPowerSaveTrustlist()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.h144 static constexpr size_t MAX_LIST_SIZE = 256; member in OHOS::MediaAVCodec::HEncoder
H A Dhencoder.cpp1238 if (avaliableBuffers_.size() >= MAX_LIST_SIZE) { in RepeatIfNecessary()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1606 const uint32_t MAX_LIST_SIZE = 50; in OnRemoteRequest() local
1607 if (listSize > MAX_LIST_SIZE) { in OnRemoteRequest()

Completed in 8 milliseconds