/system/core/libmemunreachable/ |
D | ScopedDisableMalloc.h | 35 void Disable() { in Disable() function 63 disable_malloc_.Disable(); in ScopedDisableMalloc() 79 Disable(); in timeout_() 95 void Disable() { in Disable() function 102 disable_malloc_.Disable(); in Disable()
|
/system/core/crash_reporter/ |
D | unclean_shutdown_collector_test.cc | 129 TEST_F(UncleanShutdownCollectorTest, Disable) { in TEST_F() argument 132 ASSERT_TRUE(collector_.Disable()); in TEST_F() 138 ASSERT_TRUE(collector_.Disable()); in TEST_F() 151 ASSERT_FALSE(collector_.Disable()); in TEST_F()
|
D | unclean_shutdown_collector.h | 42 bool Disable();
|
D | unclean_shutdown_collector.cc | 80 bool UncleanShutdownCollector::Disable() { in Disable() function in UncleanShutdownCollector
|
D | crash_reporter.cc | 310 unclean_shutdown_collector.Disable(); in main() 311 user_collector.Disable(); in main()
|
D | user_collector.h | 56 bool Disable() { return SetUpInternal(false); } in Disable() function
|
/system/bt/service/test/ |
D | adapter_unittest.cpp | 157 TEST_F(AdapterTest, Disable) { in TEST_F() argument 165 EXPECT_FALSE(adapter_->Disable()); in TEST_F() 175 EXPECT_TRUE(adapter_->Disable()); in TEST_F() 183 EXPECT_FALSE(adapter_->Disable()); in TEST_F() 194 EXPECT_FALSE(adapter_->Disable()); in TEST_F()
|
D | mock_adapter.h | 36 MOCK_METHOD0(Disable, bool());
|
/system/connectivity/shill/test-scripts/ |
D | disable-device | 21 device.Disable()
|
/system/connectivity/shill/wimax/ |
D | mock_wimax_device_proxy.cc | 28 ON_CALL(*this, Disable(_, _, _)) in MockWiMaxDeviceProxy()
|
D | mock_wimax_device_proxy.h | 37 MOCK_METHOD3(Disable, void(Error* error,
|
D | wimax_device_proxy_interface.h | 48 virtual void Disable(Error* error,
|
D | wimax.cc | 121 proxy_->Disable( in Stop()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_binder_server.cpp | 64 bool BluetoothBinderServer::Disable() { in Disable() function in ipc::binder::BluetoothBinderServer 66 return adapter_->Disable(); in Disable()
|
D | bluetooth_binder_server.h | 50 bool Disable() override;
|
/system/bt/vendor_libs/test_vendor_lib/include/ |
D | test_channel_transport.h | 50 void Disable();
|
/system/bt/service/common/bluetooth/binder/ |
D | IBluetooth.h | 139 virtual bool Disable() = 0; 189 bool Disable() override;
|
D | IBluetooth.cpp | 91 bool result = Disable(); in onTransact() 206 bool BpBluetooth::Disable() { in Disable() function in ipc::binder::BpBluetooth
|
/system/bt/service/ |
D | adapter.h | 92 virtual bool Disable() = 0;
|
D | adapter.cpp | 133 bool Disable() override { in Disable() function in bluetooth::AdapterImpl
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | vendor_manager.cc | 74 test_channel_transport_.Disable(); in Run()
|
D | test_channel_transport.cc | 134 void TestChannelTransport::Disable() { in Disable() function in test_vendor_lib::TestChannelTransport
|
/system/connectivity/shill/dbus/ |
D | chromeos_wimax_device_proxy.h | 41 void Disable(Error* error,
|
D | chromeos_device_dbus_adaptor.h | 79 void Disable(DBusMethodResponsePtr<> response) override;
|
D | chromeos_wimax_device_proxy.cc | 109 void ChromeosWiMaxDeviceProxy::Disable(Error* /*error*/, in Disable() function in shill::ChromeosWiMaxDeviceProxy
|