Home
last modified time | relevance | path

Searched refs:Enable (Results 1 – 25 of 92) sorted by relevance

1234

/foundation/communication/dsoftbus/
DKconfig18 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/
DREADME.md61 - 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/
Dpower_manager.h82 virtual void Enable() = 0;
167 void Enable() override;
Dadapter_state_machine.cpp83 adapter_.GetContext()->Enable(); in Entry()
97 IPowerManager::GetInstance().Enable(); in Dispatch()
100 ProfileServiceManager::GetInstance()->Enable(transport); in Dispatch()
Dprofile_service_manager.h106 bool Enable(const BTTransport transport) const;
Dadapter_manager.h94 bool Enable(const BTTransport transport) const override;
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/test/unittest/common/componentmanager/src/
Dcomponent_manager_test.cpp58 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/
Dcomponent_manager_test.h29 int32_t Enable(int32_t timeout, int32_t status);
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gatt/
Dgatt_based_services_manager.h31 int Enable() const;
Dgatt_based_services_manager.cpp32 int GattBasedServicesManager::Enable() const in Enable() function in bluetooth::GattBasedServicesManager
Dgatt_client_service.h54 void Enable() override;
Dgatt_server_service.h54 void Enable() override;
Dgatt_server_profile.h51 void Enable() const;
/foundation/communication/bluetooth/services/bluetooth_standard/server/test/moduletest/hosttest/
Dhost_srv_module_test.cpp61 AdapterManager::GetInstance()->Enable(BTTransport::ADAPTER_BREDR);
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/include/componentmanager/
Dcomponent_enable.h30 int32_t Enable(const std::string &uuid, const std::string &dhId, const EnableParam &param,
Dcomponent_manager.h42 int32_t Enable(const std::string &networkId, const std::string &uuid, const std::string &dhId);
/foundation/multimodalinput/input/patch/prebuild_eudev/rules.d/
D61-autosuspend-manual.rules15 # Enable autosuspend
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/sock/
Dsocket_service.h72 void Enable() override;
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/src/task/
Denable_task.cpp60 auto result = ComponentManager::GetInstance().Enable(GetNetworkId(), GetUUID(), GetDhId()); in RegisterHardware()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/di/
Ddi_service.h45 void Enable() override;
/foundation/communication/bluetooth/services/bluetooth_standard/service/include/
Dinterface_adapter_manager.h160 virtual bool Enable(const BTTransport transport) const = 0;
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/util/
Dcontext.h72 virtual void Enable() = 0;
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/src/componentmanager/
Dcomponent_enable.cpp32 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/
Dvirtual_communicator_aggregator.h63 void Enable();
Dvirtual_communicator.h68 void Enable();

1234