Home
last modified time | relevance | path

Searched refs:OnBluetoothResourceDecision (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_resource_manager_observer.h31 …virtual void OnBluetoothResourceDecision(uint8_t eventId, const BluetoothSensingInfo &info, uint32…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_resource_manager_observer_stub.cpp83 stub->OnBluetoothResourceDecision(eventId, *info, result); in OnBluetoothResourceDecisionInner()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h285 …virtual void OnBluetoothResourceDecision(uint8_t eventId, const SensingInfo &info, uint32_t &resul… in OnBluetoothResourceDecision() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp405 …void OnBluetoothResourceDecision(uint8_t eventId, const BluetoothSensingInfo &info, uint32_t &resu… in OnBluetoothResourceDecision() function in OHOS::Bluetooth::BluetoothHost::impl::BluetoothResourceManagerObserverImp
417 observer->OnBluetoothResourceDecision(eventId, sensingInfo, result); in OnBluetoothResourceDecision()