Home
last modified time | relevance | path

Searched defs:ScanCallbackInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp73 struct BluetoothBleCentralManagerServer::impl::ScanCallbackInfo { struct in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl
74 int pid;
75 int uid;
76 bool isStart; // Indicates the process for which scanning is started or not.
77 ScanSettingsParam param;
78 sptr<IBluetoothBleCentralManagerCallback> callback;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.h38 using ScanCallbackInfo = std::map<sptr<IRemoteObject>, WifiCallingInfo>; variable