Home
last modified time | relevance | path

Searched defs:MIN (Results 1 - 25 of 25) sorted by relevance

/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_message.h30 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h32 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/
H A Dtrans_auth_manager.h30 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dapp_device_change_listener.h25 MIN, member in OHOS::AppDistributedKv::ChangeLevelType
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dapp_device_status_change_listener.h26 MIN, member in OHOS::ObjectStore::ChangeLevelType
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/
H A Ddistributed_hardware_fwk_kit_paras.h32 MIN = 0, member in OHOS::DistributedHardware::QueryLocalSysSpecType
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_box_progress_unit_test.cpp25 const int16_t MIN = 100; member
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_defines.h18 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_builder_test_ng.cpp48 constexpr float MIN = 0.0f; member
[all...]
H A Dgauge_pattern_test_ng.cpp48 constexpr float MIN = 0.0f; member
[all...]
H A Dgauge_test_ng.cpp64 constexpr float MIN = 0.0f; member
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddms_continue_send_manager.h71 MIN = -1, member in OHOS::DistributedSchedule::FocusedReason
81 MIN = -1, member in OHOS::DistributedSchedule::UnfocusedReason
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.h162 static const char * const MIN; member in OHOS::ACELite::final
H A Dchart_component.cpp45 const char * const ChartComponent::MIN = "min"; member in OHOS::ACELite::ChartComponent
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_test_ng.cpp56 constexpr float MIN = 0.0f; member
[all...]
H A Dslider_modifier_test_ng.cpp58 constexpr float MIN = 0.0f; member
H A Dslider_Extend_test_ng.cpp56 constexpr float MIN = 0.0f; member
[all...]
H A Dslider_pattern_test_ng.cpp65 constexpr float MIN = 0.0f; member
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddistributed_device_profile_enums.h24 MIN = 0, member in OHOS::DistributedDeviceProfile::DPInterfaceCode
65 MIN = 0, member in OHOS::DistributedDeviceProfile::DPInterfaceCode::DeviceIdType
72 MIN = 0, member in OHOS::DistributedDeviceProfile::DPInterfaceCode::DeviceIdType::AuthenticationType
78 MIN = 0, member in OHOS::DistributedDeviceProfile::DPInterfaceCode::DeviceIdType::AuthenticationType::BindType
86 MIN = 0, member in OHOS::DistributedDeviceProfile::DPInterfaceCode::DeviceIdType::AuthenticationType::BindType::BindLevel
93 MIN = -1, member in OHOS::DistributedDeviceProfile::DPInterfaceCode::DeviceIdType::AuthenticationType::BindType::BindLevel::Status
103 MIN = -1, member in OHOS::DistributedDeviceProfile::DPInterfaceCode::DeviceIdType::AuthenticationType::BindType::BindLevel::Status::SyncMode
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp86 constexpr size_t MIN = 5; in KvStoreDataService() local
98 constexpr size_t MIN = 5; in KvStoreDataService() local
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_device_info.h544 MIN = 1000, member in OHOS::AudioStandard::AudioStreamDeviceChangeReason::AudioStreamDeviceChangeReasonExt::ExtEnum
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c41 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp31 #define MIN(A, B) (((A) >= (B)) ? (B) : (A)) macro
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_base.h59 static const GLenum MIN = 0x8007; member in OHOS::Rosen::WebGL2RenderingContextBase
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h113 MIN, member in OHOS::Ace::MainAxisSize
121 MIN, member in OHOS::Ace::CrossAxisSize
184 enum class MainStackSize { MAX, MIN, NORMAL, LAST_CHILD_HEIGHT, MATCH_CHILDREN, MAX_X, MAX_Y }; member in OHOS::Ace::MainStackSize
186 enum class MainSwiperSize { MAX, MAX_X, MAX_Y, MIN, AUTO }; member in OHOS::Ace::MainSwiperSize

Completed in 33 milliseconds