Lines Matching defs:Opp
80 struct Opp::impl {
245 Opp::Opp()
250 Opp::~Opp()
253 Opp *Opp::GetProfile()
256 static BluetoothNoDestructor<Opp> instance;
259 static Opp instance;
264 int32_t Opp::GetDevicesByStates(const std::vector<int32_t> &states,
282 int32_t Opp::GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) const
293 int32_t Opp::SendFile(std::string device, std::vector<std::string> filePaths,
304 int32_t Opp::SetIncomingFileConfirmation(bool accept)
315 int32_t Opp::GetCurrentTransferInformation(BluetoothOppTransferInformation &transferInformation)
330 int32_t Opp::CancelTransfer(bool &result)
341 void Opp::RegisterObserver(std::shared_ptr<OppObserver> observer)
348 void Opp::DeregisterObserver(std::shared_ptr<OppObserver> observer)