Searched refs:IpcCallback (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_device_proxy_lite.cpp | 219 static int IpcCallback(void *owner, int code, IpcIo *reply) in IpcCallback() function 377 IpcCallback); in EnableWifi() 410 &owner, IpcCallback); in DisableWifi() 445 &owner, IpcCallback); in InitWifiProtect() 480 &owner, IpcCallback); in GetWifiProtectRef() 514 &owner, IpcCallback); in PutWifiProtectRef() 637 &owner, IpcCallback); in AddDeviceConfig() 672 &req, &owner, IpcCallback); in UpdateDeviceConfig() 706 &req, &owner, IpcCallback); in RemoveDevice() 739 &req, &owner, IpcCallback); in RemoveAllDevice() [all...] |
H A D | wifi_scan_proxy_lite.cpp | 93 static int IpcCallback(void *owner, int code, IpcIo *reply) in IpcCallback() function 237 &request, &owner, IpcCallback); in SetScanControlInfo() 271 &request, &owner, IpcCallback); in Scan() 311 &request, &owner, IpcCallback); in AdvanceScan() 346 &request, &owner, IpcCallback); in IsWifiClosedScan() 380 &request, &owner, IpcCallback); in GetScanInfoList() 430 &request, &owner, IpcCallback); in RegisterCallBack() 464 &request, &owner, IpcCallback); in GetSupportedFeatures()
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_client_proxy_lite.cpp | 60 static int IpcCallback(void *owner, int code, IpcIo *reply) in IpcCallback() function 122 &req, &owner, IpcCallback); in RegisterDhcpClientCallBack() 161 &owner, IpcCallback); in StartDhcpClient() 200 &owner, IpcCallback); in SetConfiguration() 237 &owner, IpcCallback); in StopDhcpClient()
|
H A D | dhcp_server_proxy_lite.cpp | 49 static int IpcCallback(void *owner, int code, IpcIo *reply) in IpcCallback() function 192 &request, &owner, IpcCallback); in RegisterDhcpServerCallBack() 229 &request, &owner, IpcCallback); in StartDhcpServer() 267 &request, &owner, IpcCallback); in StopDhcpServer() 312 &request, &owner, IpcCallback); in SetDhcpRange() 352 &request, &owner, IpcCallback); in SetDhcpName() 396 &request, &owner, IpcCallback); in PutDhcpRange() 434 &request, &owner, IpcCallback); in RemoveAllDhcpRange() 472 &request, &owner, IpcCallback); in UpdateLeasesTime() 516 &request, &owner, IpcCallback); in RemoveDhcpRange() [all...] |
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/ |
H A D | lite_ipc.h | 110 } IpcCallback; typedef 127 IpcCallback *GetIpcCb(void);
|
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/ |
H A D | serializer_inner.c | 79 static int32_t AddList(IpcObjectStub *stub, uint32_t *token, IpcCallback *ipcCallback) in AddList() 129 IpcCallback *ipcCallback = GetIpcCb(); in WriteRemoteObject()
|
H A D | ipc_invoker.c | 48 IpcCallback g_ipcCallback = { 437 IpcCallback *GetIpcCb(void) in GetIpcCb()
|
Completed in 6 milliseconds