Home
last modified time | relevance | path

Searched defs:DISABLE (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/
H A Dhiappevent_cfg.h61 #define DISABLE "disable" macro
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_status.h22 enum InputMethodStatus : uint32_t { DISABLE = 0, ENABLE, ALL }; enumerator
/ohos5.0/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.h30 DISABLE = 0, enumerator
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dslow_motion_session.h28 DISABLE = 0, enumerator
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
H A Dcharger_state_collection.h40 DISABLE = 0, enumerator
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/
H A Dintention_identity.h29 DISABLE, enumerator
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Dintention_identity.h29 DISABLE, enumerator
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_hisysevent.h35 DISABLE, enumerator
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_config.cpp40 const std::string DISABLE = "disable"; variable
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A D_hi_app_event.md117 ### DISABLE subsection
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H A Dimpl_utils.h29 DISABLE = 2, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A D_hi_app_event.md117 ### DISABLE subsection
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h76 DISABLE = 1, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_event_report.cpp93 const std::string DISABLE = "disable"; variable
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_events.h48 DISABLE, enumerator
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_events.h48 DISABLE, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h41 DISABLE = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h98 enum class EdgeDetectionStrategy { OUT_BOUNDARY, IN_BOUNDARY, DISABLE }; enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h547 DISABLE = 4, enumerator
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_proxy.cpp1844 static const int32_t DISABLE = 0; in SetActiveSim() local