Home
last modified time | relevance | path

Searched defs:disable (Results 1 – 25 of 65) sorted by relevance

123

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/attr/
H A DAttributeArea.js47 addTopInput(searchId, label, default_, disable) { argument
58 addInputFunc(default_, ret, searchId, disable) { argument
71 addInput(searchId, label, default_, disable) { argument
85 disable = false, argument
160 addSelect(searchId, label, selectList, default_, disable) { argument
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbmanageinterface_fuzzer/
H A Dusbmanageinterface_fuzzer.cpp29 bool disable; member
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Ddisable_bluetooth_plugin.cpp47 ErrCode DisableBluetoothPlugin::OnSetPolicy(bool &disable) in OnSetPolicy()
/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.h38 int32_t (*disable)(struct ConnSlideWindowController *self); member
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_polling_manager_test.cpp88 bool disable = nfcPollingManager.lock()->DisableForegroundByDeathRcpt(); variable
102 bool disable = nfcPollingManager.lock()->DisableForegroundDispatch(element); variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_interface_test.cpp175 bool disable = false; variable
/ohos5.0/base/msdp/device_status/rust/modules/coordination/server/src/
H A Dcoordination.rs45 pub fn disable(&self, context: &CallingContext, in disable() method
H A Dlib.rs53 fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in disable() method
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1269 …UsbService::ExecuteManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable) in ExecuteManageInterfaceType()
1297 …id UsbService::ExecuteManageDeviceType(const std::vector<UsbDeviceType> &disableType, bool disable, in ExecuteManageDeviceType()
1903 int32_t UsbService::ManageGlobalInterface(bool disable) in ManageGlobalInterface()
1913 int32_t UsbService::ManageDevice(int32_t vendorId, int32_t productId, bool disable) in ManageDevice()
1923 int32_t UsbService::ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable) in ManageInterfaceType()
1932 int32_t UsbService::ManageGlobalInterfaceImpl(bool disable) in ManageGlobalInterfaceImpl()
1967 int32_t UsbService::ManageDeviceImpl(int32_t vendorId, int32_t productId, bool disable) in ManageDeviceImpl()
2004 int32_t UsbService::ManageInterfaceTypeImpl(InterfaceType interfaceType, bool disable) in ManageInterfaceTypeImpl()
2051 int32_t UsbService::ManageDeviceTypeImpl(InterfaceType interfaceType, bool disable) in ManageDeviceTypeImpl()
2075 …t UsbService::ManageInterface(const HDI::Usb::V1_0::UsbDev &dev, uint8_t interfaceId, bool disable) in ManageInterface()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_interface.cpp52 ErrCode ScanInterface::DisableScan(bool disable) in DisableScan()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/clock/
H A Dclock_core.h47 int32_t (*disable)(struct ClockDevice *device); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/display/
H A Ddisplay_component.h70 void DisableLayer(bool disable) in DisableLayer()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_network_manager.h70 int32_t (*disable)(struct LnnProtocolManager *self, LnnNetIfMgr *netifMgr); member
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dpcie_test.c101 uint8_t disable; in TestPcieReadAndWrite() local
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_dot_config_file.py125 def disable(self, item): member in HdfDotConfigFile
/ohos5.0/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.cpp94 void SetTraceDisabled(int disable) {} in SetTraceDisabled()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h154 void SetDisable(bool disable) in SetDisable()
/ohos5.0/base/msdp/device_status/rust/data/sys/src/
H A Dplugin_manager.rs39 …fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParce… in disable() method
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_config.cpp166 void HiAppEventConfig::SetDisable(bool disable) in SetDisable()
/ohos5.0/base/msdp/device_status/rust/modules/drag/server/src/
H A Dlib.rs72 fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in disable() method
/ohos5.0/base/msdp/device_status/rust/ipc/service/src/
H A Dlib.rs53 …fn disable(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParce… in disable() method
186 fn disable(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in disable() method
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_interface.cpp94 ErrCode ScanInterface::DisableScan(bool disable) in DisableScan()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp479 int32_t UsbSrvClient::ManageGlobalInterface(bool disable) in ManageGlobalInterface()
489 int32_t UsbSrvClient::ManageDevice(int32_t vendorId, int32_t productId, bool disable) in ManageDevice()
499 …32_t UsbSrvClient::ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable) in ManageInterfaceType()
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_app_manager.cpp78 int32_t ScreenLockAppManager::SetScreenLockDisabled(bool disable, int userId) in SetScreenLockDisabled()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp41 int HiAppEventImpl::Configure(bool disable, const std::string& maxStorage) in Configure()

123