Searched refs:GetState (Results 1 - 23 of 23) sorted by relevance

/system/bt/test/suite/adapter/
H A Dadapter_unittest.cpp38 EXPECT_EQ(GetState(), BT_STATE_OFF) <<
43 EXPECT_EQ(GetState(), BT_STATE_ON) << "Adapter did not turn on.";
47 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off.";
51 EXPECT_EQ(GetState(), BT_STATE_OFF)
57 EXPECT_EQ(GetState(), BT_STATE_ON) << "Adapter did not turn on.";
61 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off.";
70 EXPECT_EQ(GetState(), BT_STATE_ON)
112 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off.";
120 EXPECT_EQ(GetState(), BT_STATE_ON)
130 EXPECT_EQ(GetState(), BT_STATE_OF
[all...]
H A Dbluetooth_test.h53 bt_state_t GetState();
H A Dbluetooth_test.cpp77 bt_state_t BluetoothTest::GetState() { function in class:bttest::BluetoothTest
/system/bt/service/test/
H A Dadapter_unittest.cpp127 EXPECT_EQ(bluetooth::ADAPTER_STATE_OFF, adapter_->GetState());
131 EXPECT_EQ(bluetooth::ADAPTER_STATE_OFF, adapter_->GetState());
142 EXPECT_EQ(bluetooth::ADAPTER_STATE_TURNING_ON, adapter_->GetState());
147 EXPECT_EQ(bluetooth::ADAPTER_STATE_ON, adapter_->GetState());
162 EXPECT_EQ(bluetooth::ADAPTER_STATE_OFF, adapter_->GetState());
166 EXPECT_EQ(bluetooth::ADAPTER_STATE_OFF, adapter_->GetState());
182 EXPECT_EQ(bluetooth::ADAPTER_STATE_TURNING_OFF, adapter_->GetState());
186 EXPECT_EQ(bluetooth::ADAPTER_STATE_ON, adapter_->GetState());
H A Dmock_adapter.h33 MOCK_CONST_METHOD0(GetState, AdapterState());
/system/connectivity/shill/binder/android/system/connectivity/shill/
H A DIService.aidl23 * State types that can returned by GetState().
106 int GetState();
/system/bt/service/
H A Dadapter.h75 virtual AdapterState GetState() const = 0;
H A Dadapter.cpp100 AdapterState GetState() const override {
109 AdapterState current_state = GetState();
139 AdapterState current_state = GetState();
232 AdapterState prev_state = GetState();
247 NotifyAdapterStateChanged(prev_state, GetState());
/system/bt/service/common/bluetooth/binder/
H A DIBluetooth.h136 virtual int GetState() = 0;
186 int GetState() override;
H A DIBluetooth.cpp78 int state = GetState();
177 int BpBluetooth::GetState() { function in class:ipc::binder::BpBluetooth
/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cpp48 int BluetoothBinderServer::GetState() { function in class:ipc::binder::BluetoothBinderServer
50 return adapter_->GetState();
H A Dbluetooth_binder_server.h47 int GetState() override;
/system/connectivity/shill/binder/
H A Dservice_binder_adaptor.h77 android::binder::Status GetState(int32_t* _aidl_return);
H A Dservice_binder_adaptor.cc104 Status ServiceBinderAdaptor::GetState(int32_t* _aidl_return) { function in class:shill::ServiceBinderAdaptor
/system/weaved/libweaved/
H A Dcommand.h64 Command::State GetState() const;
H A Dcommand.cc84 Command::State Command::GetState() const { function in class:weaved::Command
/system/bt/test/suite/gatt/
H A Dgatt_test.cpp42 EXPECT_TRUE(GetState() == BT_STATE_ON);
/system/weaved/buffet/
H A Dbinder_command_proxy.cc70 *state = ToString16(EnumToString(command->GetState()));
H A Dbinder_command_proxy_unittest.cc69 EXPECT_CALL(*command_, GetState())
/system/bt/service/client/
H A Dmain.cpp285 bt_iface->GetState());
326 static_cast<bluetooth::AdapterState>(bt_iface->GetState())));
/system/connectivity/shill/dbus/
H A Dchromeos_manager_dbus_adaptor.h77 bool GetState(brillo::ErrorPtr* error, std::string* state) override;
H A Dchromeos_manager_dbus_adaptor.cc136 bool ChromeosManagerDBusAdaptor::GetState(brillo::ErrorPtr* /*error*/, function in class:shill::ChromeosManagerDBusAdaptor
/system/update_engine/include/shill/
H A Ddbus-proxy-mocks.h47 MOCK_METHOD3(GetState,

Completed in 3359 milliseconds