Searched refs:FreezeByRss (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_proxy_manager.cpp | 38 bool BluetoothProxyManager::FreezeByRss(std::set<int> pidSet, bool isProxy) in FreezeByRss() function in OHOS::Bluetooth::BluetoothProxyManager 47 return proxy->FreezeByRss(pidSet, isProxy); in FreezeByRss()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_proxy_manager.h | 31 bool FreezeByRss(std::set<int> pidSet, bool isProxy);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_ble_central_manager_proxy.h | 39 bool FreezeByRss(std::set<int> pidSet, bool isProxy) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager.h | 60 virtual bool FreezeByRss(std::set<int> pidSet, bool isProxy) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_central_manager_server.h | 44 bool FreezeByRss(std::set<int> pidSet, bool isProxy) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_central_manager_stub.cpp | 198 bool ret = FreezeByRss(pidSet, isProxy); in FreezeByRssInner()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_proxy.cpp | 165 bool BluetoothBleCentralManagerProxy::FreezeByRss(std::set<int> pidSet, bool isProxy) in FreezeByRss() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy 169 HILOGW("[FreezeByRss] fail: write interface token failed."); in FreezeByRss() 175 HILOGE("[FreezeByRss] fail: write data failed"); in FreezeByRss() 183 HILOGW("[FreezeByRss] fail: transact ErrCode=%{public}d", result); in FreezeByRss()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_central_manager_server.cpp | 321 bool BluetoothBleCentralManagerServer::FreezeByRss(std::set<int> pidSet, bool isProxy) in FreezeByRss() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer
|
Completed in 4 milliseconds