Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/include/
Dnapi_bluetooth_spp_client.h72 static std::map<int, std::shared_ptr<NapiSppClient>> clientMap; member
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
Dnapi_bluetooth_spp_client.cpp26 std::map<int, std::shared_ptr<NapiSppClient>> NapiSppClient::clientMap; member in OHOS::Bluetooth::NapiSppClient