Searched refs:NapiSppServer (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/ |
H A D | napi_bluetooth_spp_server.cpp | 25 int NapiSppServer::count = 0; 26 std::map<int, std::shared_ptr<NapiSppServer>> NapiSppServer::serverMap; 32 DECLARE_NAPI_FUNCTION("sppListen", NapiSppServer::SppListen), in DefineSppFunctions() 33 DECLARE_NAPI_FUNCTION("sppAccept", NapiSppServer::SppAccept), in DefineSppFunctions() 35 DECLARE_NAPI_FUNCTION("sppCloseServerSocket", NapiSppServer::SppCloseServerSocket), in DefineSppFunctions() 39 DECLARE_NAPI_FUNCTION("on", NapiSppServer::RegisterSocketObserver), in DefineSppFunctions() 40 DECLARE_NAPI_FUNCTION("off", NapiSppServer::DeRegisterSocketObserver), in DefineSppFunctions() 47 napi_value NapiSppServer::RegisterSocketObserver(napi_env env, napi_callback_info info) in RegisterSocketObserver() 52 napi_value NapiSppServer [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_spp_server.h | 38 struct NapiSppServer { struct 46 static std::map<int, std::shared_ptr<NapiSppServer>> serverMap;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | napi_bluetooth_host.cpp | 60 return NapiSppServer::RegisterSocketObserver(env, info); in RegisterHostObserver() 82 return NapiSppServer::DeRegisterSocketObserver(env, info); in DeregisterHostObserver()
|
Completed in 1 milliseconds