Home
last modified time | relevance | path

Searched defs:MAX_CAPACITY (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/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); variable
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dqueue_util.h30 constexpr uint32_t MAX_CAPACITY = 500; variable
/ohos5.0/foundation/window/window_manager/utils/include/
H A Devent_tracker.h31 const int32_t MAX_CAPACITY = 6; variable
/ohos5.0/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
/ohos5.0/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 variable