Home
last modified time | relevance | path

Searched refs:FUNCTION_GET_CONNECTION_PROPERTIES (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp179 DECLARE_NAPI_FUNCTION(FUNCTION_GET_CONNECTION_PROPERTIES, GetConnectionProperties), in InitConnectionModule()
293 …env, info, FUNCTION_GET_CONNECTION_PROPERTIES, nullptr, ConnectionAsyncWork::ExecGetConnectionProp… in GetConnectionProperties()
300 …env, info, FUNCTION_GET_CONNECTION_PROPERTIES, nullptr, ConnectionExec::ExecGetConnectionPropertie… in GetConnectionPropertiesSync()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/include/
H A Dconnection_module.h39 static constexpr const char *FUNCTION_GET_CONNECTION_PROPERTIES = "getConnectionProperties"; variable