Home
last modified time | relevance | path

Searched defs:rangeList (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_ability.cpp68 void CameraAbility::SetSupportParameterRange(uint32_t key, list<CameraPicSize> &rangeList) in SetSupportParameterRange()
84 void CameraAbility::SetSupportParameterRange(uint32_t key, list<int32_t> &rangeList) in SetSupportParameterRange()
H A Dcamera_ability_impl.cpp48 void CameraAbilityImpl::SetSupportParameterRange(uint32_t key, const list<CameraPicSize> &rangeList) in SetSupportParameterRange()
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/
H A Dpicker_view.js41 rangeList: ["Aa", "Bb", "Cc", "Dd", "Ee", "Ff", "Gg", "Hh", "Ii"] property in data
/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/
H A Dcamera_ability.h99 template<typename T> int32_t SetParameterRange(uint32_t key, std::list<T> rangeList) in SetParameterRange()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_misc_manager.cpp318 std::string SmsMiscManager::RangeListToString(const std::list<gsmCBRangeInfo> rangeList) in RangeListToString()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1477 std::list<SmsMiscManager::gsmCBRangeInfo> rangeList; variable