Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_spp_client.h72 static std::map<int, std::shared_ptr<NapiSppClient>> clientMap; member
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_client.cpp30 std::map<int, std::shared_ptr<NapiSppClient>> NapiSppClient::clientMap; member in OHOS::Bluetooth::NapiSppClient
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp1188 auto clientMap = GetClientMap(); in OnPanelStatusChange() local