Home
last modified time | relevance | path

Searched refs:CjBluetoothAccessObserver (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/cj/access/src/
H A Dbluetooth_access_callback.cpp33 CjBluetoothAccessObserver::CjBluetoothAccessObserver() in CjBluetoothAccessObserver() function in OHOS::CJSystemapi::CJBluetoothAccess::CjBluetoothAccessObserver
36 std::shared_ptr<CjBluetoothAccessObserver> g_bluetoothAccessObserver =
37 std::make_shared<CjBluetoothAccessObserver>();
46 void CjBluetoothAccessObserver::OnStateChanged(const int transport, const int status) in OnStateChanged()
62 bool CjBluetoothAccessObserver::DealStateChange(const int transport, const int status, BluetoothState &state) in DealStateChange()
74 void CjBluetoothAccessObserver::GetBrStateByStatus(const int status, BluetoothState &state, bool &isCallback) in GetBrStateByStatus()
98 void CjBluetoothAccessObserver::GetBleStateByStatus(const int status, BluetoothState &state) in GetBleStateByStatus()
122 void CjBluetoothAccessObserver::RegisterStateChangeFunc(std::function<void(int32_t)> cjCallback) in RegisterStateChangeFunc()
/foundation/communication/bluetooth/frameworks/cj/access/include/
H A Dbluetooth_access_impl.h41 class CjBluetoothAccessObserver : public BluetoothHostObserver { class
43 CjBluetoothAccessObserver();
44 ~CjBluetoothAccessObserver() override = default;

Completed in 1 milliseconds