Searched refs:GetChannel (Results 1 – 11 of 11) sorted by relevance
/system/bt/gd/security/pairing/ |
D | classic_pairing_handler.cc | 84 GetChannel()->SendCommand( in OnConfirmYesNo() 87 GetChannel()->SendCommand( in OnConfirmYesNo() 93 …GetChannel()->SendCommand(hci::UserPasskeyRequestReplyBuilder::Create(address.GetAddress(), passke… in OnPasskeyEntry() 102 …GetChannel()->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 …]
|
D | pairing_handler.h | 86 channel::SecurityManagerChannel* GetChannel() { in GetChannel() function
|
/system/update_engine/cros/ |
D | common_service_unittest.cc | 153 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()
|
D | dbus_service.cc | 131 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()
|
D | common_service.h | 104 bool GetChannel(brillo::ErrorPtr* error,
|
D | dbus_service.h | 99 bool GetChannel(brillo::ErrorPtr* error,
|
D | common_service.cc | 210 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */, in GetChannel() function in chromeos_update_engine::UpdateEngineService
|
D | update_engine_client.cc | 437 if (!client_->GetChannel(¤t_channel)) { in ProcessFlags()
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 238 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()
|
D | client_dbus.h | 76 bool GetChannel(std::string* out_channel) const override;
|
/system/update_engine/client_library/include/update_engine/ |
D | client.h | 106 virtual bool GetChannel(std::string* out_channel) const = 0;
|