Searched refs:OnBluetoothResourceDecision (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_resource_manager_observer.h | 31 virtual void OnBluetoothResourceDecision(uint8_t eventId, const BluetoothSensingInfo &info, uint32_t &result) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_resource_manager_observer_stub.cpp | 80 stub->OnBluetoothResourceDecision(eventId, *info, result); in OnBluetoothResourceDecisionInner()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 285 virtual void OnBluetoothResourceDecision(uint8_t eventId, const SensingInfo &info, uint32_t &result) in OnBluetoothResourceDecision() function in OHOS::Bluetooth::BluetoothResourceManagerObserver
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 401 void OnBluetoothResourceDecision(uint8_t eventId, const BluetoothSensingInfo &info, uint32_t &result) override 413 observer->OnBluetoothResourceDecision(eventId, sensingInfo, result);
|
Completed in 4 milliseconds