Home
last modified time | relevance | path

Searched defs:MAX_INDEX (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dkill_process.cpp31 constexpr int32_t MAX_INDEX = 22; variable
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_utils.h64 static const int64_t MAX_INDEX = 0x7FFFFFFF; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity_tracker.cpp20 static constexpr int32_t MAX_INDEX = 4; variable
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_audio_codec_impl.cpp33 constexpr uint32_t MAX_INDEX = 1000000000; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.cpp68 MAX_INDEX enumerator
/ohos5.0/drivers/peripheral/wlan/client/src/
H A Dwifi_common_cmd.h172 MAX_INDEX, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp572 enum propertyIndices { LOCATION = 0, VERTEX_REF = 1, FRAGMENT_REF = 2, MAX_INDEX }; in FilterInputs() enumerator