Home
last modified time | relevance | path

Searched refs:MAX_CAPACITY (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_const.h24 constexpr const size_t MAX_CAPACITY = (1U << 20); member
/foundation/ai/intelligent_voice_framework/utils/
H A Dqueue_util.h30 constexpr uint32_t MAX_CAPACITY = 500; member
40 bool Init(uint32_t capacity = MAX_CAPACITY) in Init() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dsend_task_scheduler.cpp25 static constexpr uint32_t MAX_CAPACITY = 67108864; // 64 M bytes member
70 if (curTotalSizeByByte_ >= MAX_CAPACITY + extraCapacityInByteByPrio_[inPrio]) { in AddSendTaskIntoSchedule()
148 bool isFullBefore = (curTotalSizeByByte_ >= MAX_CAPACITY); in FinalizeLastScheduleTask()
151 bool isFullAfter = (curTotalSizeByByte_ >= MAX_CAPACITY); in FinalizeLastScheduleTask()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_common.h136 constexpr uint32_t MAX_CAPACITY = 64 * 1024 * 1024; // 64 MBytes, 1024 is scale variable
H A Ddistributeddb_communicator_send_receive_test.cpp305 int expectSendCount = MAX_CAPACITY / (HUGE_SIZE + HEADER_SIZE) + in HWTEST_F()
306 (MAX_CAPACITY % (HUGE_SIZE + HEADER_SIZE) == 0 ? 0 : 1); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_proxy.cpp734 reply.SetMaxCapacity(MAX_CAPACITY); in ScheduleDumpFfrt()

Completed in 4 milliseconds