Home
last modified time | relevance | path

Searched refs:GetChannel (Results 1 – 11 of 11) sorted by relevance

/system/bt/gd/security/pairing/
Dclassic_pairing_handler.cc84 GetChannel()->SendCommand( in OnConfirmYesNo()
87 GetChannel()->SendCommand( in OnConfirmYesNo()
93GetChannel()->SendCommand(hci::UserPasskeyRequestReplyBuilder::Create(address.GetAddress(), passke… in OnPasskeyEntry()
102GetChannel()->SendCommand(hci::PinCodeRequestReplyBuilder::Create(address.GetAddress(), pin.size()… in OnPinEntry()
132 GetChannel()->Connect(GetRecord()->GetPseudoAddress()->GetAddress()); in Initiate()
195 this->GetChannel()->SendCommand(hci::LinkKeyRequestReplyBuilder::Create( in OnReceive()
201 this->GetChannel()->SendCommand( in OnReceive()
230 this->GetChannel()->SendCommand(std::move(reply_packet)); in OnReceive()
338 GetChannel()->SendCommand( in OnReceive()
346 GetChannel()->SendCommand(hci::RemoteOobExtendedDataRequestReplyBuilder::Create( in OnReceive()
[all …]
Dpairing_handler.h86 channel::SecurityManagerChannel* GetChannel() { in GetChannel() function
/system/update_engine/cros/
Dcommon_service_unittest.cc153 TEST_F(UpdateEngineServiceTest, GetChannel) { in TEST_F() argument
157 EXPECT_TRUE(common_service_.GetChannel( in TEST_F()
162 EXPECT_TRUE(common_service_.GetChannel( in TEST_F()
Ddbus_service.cc131 bool DBusUpdateEngineService::GetChannel(ErrorPtr* error, in GetChannel() function in chromeos_update_engine::DBusUpdateEngineService
134 return common_->GetChannel(error, in_get_current_channel, out_channel); in GetChannel()
Dcommon_service.h104 bool GetChannel(brillo::ErrorPtr* error,
Ddbus_service.h99 bool GetChannel(brillo::ErrorPtr* error,
Dcommon_service.cc210 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */, in GetChannel() function in chromeos_update_engine::UpdateEngineService
Dupdate_engine_client.cc437 if (!client_->GetChannel(&current_channel)) { in ProcessFlags()
/system/update_engine/client_library/
Dclient_dbus.cc238 return proxy_->GetChannel(false, // Get the target channel. in GetTargetChannel()
243 bool DBusUpdateEngineClient::GetChannel(string* out_channel) const { in GetChannel() function in update_engine::internal::DBusUpdateEngineClient
244 return proxy_->GetChannel(true, // Get the current channel. in GetChannel()
Dclient_dbus.h76 bool GetChannel(std::string* out_channel) const override;
/system/update_engine/client_library/include/update_engine/
Dclient.h106 virtual bool GetChannel(std::string* out_channel) const = 0;