Home
last modified time | relevance | path

Searched defs:disabled (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_checkable_painter.cpp45 float RosenCheckablePainter::ConfigureOpacity(bool disabled) in ConfigureOpacity()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_timer.h38 uint8_t disabled; member
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Ddisable_camera_plugin.cpp62 bool disabled = system::GetBoolParameter(PARAM_EDM_CAMERA_DISABLE, false); in OnGetPolicy() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Dtoggle_component.h127 void SetDisabled(bool disabled) in SetDisabled()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bluetooth_manager/src/
H A Dbluetooth_manager_proxy.cpp64 …_t BluetoothManagerProxy::SetBluetoothDisabled(const AppExecFwk::ElementName &admin, bool disabled) in SetBluetoothDisabled()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.h102 bool disabled; member
H A Drender_preprocessor_system.cpp294 vector<bool> disabled; in GatherSortData() local
361 …if (std::any_of(disabled.cbegin(), disabled.cend(), [](const bool disabled) { return !disabled; })… in GatherSortData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dattribute.h64 bool disabled = false; member
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp507 int32_t disabled = CellularDataTest::EnableCellularDataTest(false); variable
547 int32_t disabled = CellularDataTest::EnableCellularDataTest(false); variable
587 int32_t disabled = CellularDataTest::EnableCellularDataTest(false); variable
623 int32_t disabled = CellularDataTest::EnableCellularDataTest(false); variable
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/bluetooth_manager/src/
H A Dbluetooth_manager_addon.cpp105 bool disabled = false; in SetBluetoothDisabled() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h68 void SetDisabled(bool disabled) in SetDisabled()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h185 void SetDisabled(bool disabled) in SetDisabled()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/
H A Dusb_manager_addon.cpp61 napi_value disabled; in CreateUsbPolicyEnum() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/
H A Dwifi_native_struct.h235 int disabled; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1562 void RSSurfaceRenderNode::UpdateHardwareDisabledState(bool disabled) in UpdateHardwareDisabledState()