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 D | connection_module.cpp | 179 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 D | connection_module.h | 39 static constexpr const char *FUNCTION_GET_CONNECTION_PROPERTIES = "getConnectionProperties"; variable
|