Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/interfaces/inner_api/restrictions/src/
Drestrictions_proxy.cpp61 int32_t RestrictionsProxy::DisableMicrophone(const AppExecFwk::ElementName &admin, bool disable) in DisableMicrophone()
73 …t RestrictionsProxy::SetFingerprintAuthDisabled(const AppExecFwk::ElementName &admin, bool disable) in SetFingerprintAuthDisabled()
/base/customization/enterprise_device_management/services/edm_plugin/src/
Ddisable_bluetooth_plugin.cpp40 ErrCode DisableBluetoothPlugin::OnSetPolicy(bool &disable) in OnSetPolicy()
/base/msdp/device_status/rust/modules/coordination/server/src/
Dcoordination.rs45 pub fn disable(&self, context: &CallingContext, in disable() method
Dlib.rs53 fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in disable() method
/base/usb/usb_manager/interfaces/innerkits/native/src/
Dusb_srv_client.cpp426 int32_t UsbSrvClient::ManageGlobalInterface(bool disable) in ManageGlobalInterface()
436 int32_t UsbSrvClient::ManageDevice(int32_t vendorId, int32_t productId, bool disable) in ManageDevice()
446 int32_t UsbSrvClient::ManageInterfaceType(InterfaceType interfaceType, bool disable) in ManageInterfaceType()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_config.cpp161 void HiAppEventConfig::SetDisable(bool disable) in SetDisable()
/base/hiviewdfx/hiappevent/test/unittest/common/napi/
Dnapi_hiappevent.test.js906 disable: true property
923 disable: true property
941 disable: false, property
948 disable: true, property
952 disable: false, property
974 disable: false, property
983 disable: null, property
1010 configureTest({ disable: 123 }, expectErr) property
/base/usb/usb_manager/services/native/src/
Dusb_service.cpp1539 int32_t UsbService::ManageGlobalInterface(bool disable) in ManageGlobalInterface()
1549 int32_t UsbService::ManageDevice(int32_t vendorId, int32_t productId, bool disable) in ManageDevice()
1559 int32_t UsbService::ManageInterfaceType(InterfaceType interfaceType, bool disable) in ManageInterfaceType()
1568 int32_t UsbService::ManageGlobalInterfaceImpl(bool disable) in ManageGlobalInterfaceImpl()
1594 int32_t UsbService::ManageDeviceImpl(int32_t vendorId, int32_t productId, bool disable) in ManageDeviceImpl()
1621 int32_t UsbService::ManageInterfaceTypeImpl(InterfaceType interfaceType, bool disable) in ManageInterfaceTypeImpl()
1660 …t UsbService::ManageInterface(const HDI::Usb::V1_0::UsbDev &dev, uint8_t interfaceId, bool disable) in ManageInterface()
/base/msdp/device_status/rust/data/sys/src/
Dplugin_manager.rs39 …fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParce… in disable() method
/base/msdp/device_status/rust/modules/drag/server/src/
Dlib.rs72 fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in disable() method
/base/msdp/device_status/rust/ipc/service/src/
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
/base/customization/enterprise_device_management/interfaces/inner_api/usb_manager/src/
Dusb_manager_proxy.cpp57 int32_t UsbManagerProxy::DisableUsb(const AppExecFwk::ElementName &admin, bool disable) in DisableUsb()
/base/msdp/device_status/rust/modules/basic/server/src/
Dlib.rs72 fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in disable() method
/base/msdp/device_status/rust/ipc/client/src/
Dlib.rs104 pub fn disable(&self, intention: Intention, data: &dyn Serialize, in disable() method
/base/msdp/device_status/rust/ipc/server/src/
Dfusion_ipc_delegator.rs106 fn disable(&self, intention: Intention, data: &BorrowedMsgParcel, in disable() method
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_stub.cpp880 bool disable = false; in DoManageGlobalInterface() local
893 bool disable = false; in DoManageDevice() local
907 bool disable = false; in DoManageInterfaceType() local
Dusb_srv_proxy.cpp1102 int32_t UsbServerProxy::ManageGlobalInterface(bool disable) in ManageGlobalInterface()
1124 int32_t UsbServerProxy::ManageDevice(int32_t vendorId, int32_t productId, bool disable) in ManageDevice()
1148 int32_t UsbServerProxy::ManageInterfaceType(InterfaceType interfaceType, bool disable) in ManageInterfaceType()
/base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/
Dusb_manager_addon.cpp141 bool disable = false; in DisableUsb() local
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp221 void SetTraceDisabled(bool disable) in SetTraceDisabled()
/base/powermgr/battery_manager/frameworks/napi/
Dbattery_info.cpp366 napi_value disable = nullptr; in CreateEnumChargeState() local