Searched refs:IpcOwner (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_device_proxy_lite.cpp | 227 struct IpcOwner *data = (struct IpcOwner *)owner; in IpcCallback() 367 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in EnableWifi() 400 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in DisableWifi() 433 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in InitWifiProtect() 468 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in GetWifiProtectRef() 503 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in PutWifiProtectRef() 624 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in AddDeviceConfig() 660 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in UpdateDeviceConfig() 695 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in RemoveDevice() 729 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in RemoveAllDevice() [all …]
|
H A D | wifi_scan_proxy_lite.cpp | 101 struct IpcOwner *data = (struct IpcOwner *)owner; in IpcCallback() 209 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in SetScanControlInfo() 260 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in Scan() 293 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in AdvanceScan() 335 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in IsWifiClosedScan() 369 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in GetScanInfoList() 412 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in RegisterCallBack() 453 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in GetSupportedFeatures()
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_server_proxy_lite.cpp | 52 struct IpcOwner *data = (struct IpcOwner *)owner; in IpcCallback() 174 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in RegisterDhcpServerCallBack() 211 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in StartDhcpServer() 249 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in StopDhcpServer() 288 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in SetDhcpRange() 333 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in SetDhcpName() 372 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in PutDhcpRange() 416 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in RemoveAllDhcpRange() 454 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in UpdateLeasesTime() 492 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in RemoveDhcpRange() [all …]
|
H A D | dhcp_client_proxy_lite.cpp | 68 struct IpcOwner *data = (struct IpcOwner *)owner; in IpcCallback() 104 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in RegisterDhcpClientCallBack() 147 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in StartDhcpClient() 185 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in SetConfiguration() 223 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in StopDhcpClient()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/include/ |
H A D | wifi_ipc_lite_adapter.h | 28 struct IpcOwner { struct
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/include/ |
H A D | dhcp_ipc_lite_adapter.h | 30 struct IpcOwner { struct
|