/foundation/communication/dsoftbus/ |
D | Kconfig | 18 bool "Enable discovery with coap" 24 bool "Enable discovery with ble" 31 bool "Enable connection with tcp" 37 bool "Enable connection with br" 43 bool "Enable connection with ble" 50 bool "Enable transmission with udp" 56 bool "Enable file transmission" 63 bool "Enable stream transmission" 71 bool "Enable auth account" 77 bool "Enable automatic networking"
|
/foundation/communication/bluetooth/ |
D | README.md | 61 - Enable or disable Bluetooth. 64 /* Enable classic Bluetooth.*/ 68 /* Enable BLE. */ 97 - Enable the GATT server feature and start the GATT service. 115 - Enable BLE advertising. 124 - Enable BLE scan.
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/common/ |
D | power_manager.h | 82 virtual void Enable() = 0; 167 void Enable() override;
|
D | adapter_state_machine.cpp | 83 adapter_.GetContext()->Enable(); in Entry() 97 IPowerManager::GetInstance().Enable(); in Dispatch() 100 ProfileServiceManager::GetInstance()->Enable(transport); in Dispatch()
|
D | profile_service_manager.h | 106 bool Enable(const BTTransport transport) const;
|
D | adapter_manager.h | 94 bool Enable(const BTTransport transport) const override;
|
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/test/unittest/common/componentmanager/src/ |
D | component_manager_test.cpp | 58 int32_t ComponentManagerTest::Enable(int32_t timeout, int32_t status) in Enable() function in OHOS::DistributedHardware::ComponentManagerTest 78 auto ret = compEnable->Enable(DEV_ID_TEST, DH_ID_TEST, parameters, &stub); in Enable() 216 auto result = Enable(ENABLE_TIMEOUT_MS / 2, DH_FWK_SUCCESS); 229 auto result = Enable(ENABLE_TIMEOUT_MS / 2, ERR_DH_FWK_COMPONENT_ENABLE_FAILED); 241 auto result = Enable(ENABLE_TIMEOUT_MS * 2, ERR_DH_FWK_COMPONENT_ENABLE_FAILED); 254 auto ret = this->Enable(time, status); in __anon83cbaae10702()
|
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/test/unittest/common/componentmanager/include/ |
D | component_manager_test.h | 29 int32_t Enable(int32_t timeout, int32_t status);
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gatt/ |
D | gatt_based_services_manager.h | 31 int Enable() const;
|
D | gatt_based_services_manager.cpp | 32 int GattBasedServicesManager::Enable() const in Enable() function in bluetooth::GattBasedServicesManager
|
D | gatt_client_service.h | 54 void Enable() override;
|
D | gatt_server_service.h | 54 void Enable() override;
|
D | gatt_server_profile.h | 51 void Enable() const;
|
/foundation/communication/bluetooth/services/bluetooth_standard/server/test/moduletest/hosttest/ |
D | host_srv_module_test.cpp | 61 AdapterManager::GetInstance()->Enable(BTTransport::ADAPTER_BREDR);
|
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/include/componentmanager/ |
D | component_enable.h | 30 int32_t Enable(const std::string &uuid, const std::string &dhId, const EnableParam ¶m,
|
D | component_manager.h | 42 int32_t Enable(const std::string &networkId, const std::string &uuid, const std::string &dhId);
|
/foundation/multimodalinput/input/patch/prebuild_eudev/rules.d/ |
D | 61-autosuspend-manual.rules | 15 # Enable autosuspend
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/sock/ |
D | socket_service.h | 72 void Enable() override;
|
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/src/task/ |
D | enable_task.cpp | 60 auto result = ComponentManager::GetInstance().Enable(GetNetworkId(), GetUUID(), GetDhId()); in RegisterHardware()
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/di/ |
D | di_service.h | 45 void Enable() override;
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/include/ |
D | interface_adapter_manager.h | 160 virtual bool Enable(const BTTransport transport) const = 0;
|
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/util/ |
D | context.h | 72 virtual void Enable() = 0;
|
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/src/componentmanager/ |
D | component_enable.cpp | 32 int32_t ComponentEnable::Enable(const std::string &networkId, const std::string &dhId, const Enable… in Enable() function in OHOS::DistributedHardware::ComponentEnable
|
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/syncer/ |
D | virtual_communicator_aggregator.h | 63 void Enable();
|
D | virtual_communicator.h | 68 void Enable();
|