Home
last modified time | relevance | path

Searched refs:FreezeByRss (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_proxy_manager.cpp38 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 Dbluetooth_proxy_manager.h31 bool FreezeByRss(std::set<int> pidSet, bool isProxy);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h39 bool FreezeByRss(std::set<int> pidSet, bool isProxy) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h60 virtual bool FreezeByRss(std::set<int> pidSet, bool isProxy) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h44 bool FreezeByRss(std::set<int> pidSet, bool isProxy) override;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_stub.cpp198 bool ret = FreezeByRss(pidSet, isProxy); in FreezeByRssInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp165 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 Dbluetooth_ble_central_manager_server.cpp321 bool BluetoothBleCentralManagerServer::FreezeByRss(std::set<int> pidSet, bool isProxy) in FreezeByRss() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer

Completed in 4 milliseconds