/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_server_proxy.cpp | 137 int exception = reply.ReadInt32(); in RegisterDhcpServerCallBack() local 138 if (exception) { in RegisterDhcpServerCallBack() 139 DHCP_LOGE("exception failed, exception:%{public}d", exception); in RegisterDhcpServerCallBack() 142 DHCP_LOGI("DhcpServerProxy RegisterDhcpServerCallBack ok, exception:%{public}d", exception); in RegisterDhcpServerCallBack() 175 int exception = reply.ReadInt32(); in StartDhcpServer() local 176 if (exception) { in StartDhcpServer() 177 DHCP_LOGE("exception faile in StartDhcpServer() 217 int exception = reply.ReadInt32(); SetDhcpRange() local 253 int exception = reply.ReadInt32(); SetDhcpName() local 293 int exception = reply.ReadInt32(); PutDhcpRange() local 326 int exception = reply.ReadInt32(); RemoveAllDhcpRange() local 359 int exception = reply.ReadInt32(); UpdateLeasesTime() local 391 int exception = reply.ReadInt32(); StopDhcpServer() local 431 int exception = reply.ReadInt32(); RemoveDhcpRange() local 462 int exception = reply.ReadInt32(); GetDhcpClientInfos() local [all...] |
H A D | dhcp_client_proxy_lite.cpp | 69 (void)ReadInt32(reply, &data->exception); in IpcCallback() 71 if (data->exception != 0 || data->retCode != DHCP_OPT_SUCCESS || data->variable == nullptr) { in IpcCallback() 104 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in RegisterDhcpClientCallBack() 128 if (owner.exception) { in RegisterDhcpClientCallBack() 129 DHCP_LOGE("exception failed, exception:%{public}d", owner.exception); in RegisterDhcpClientCallBack() 133 DHCP_LOGI("RegisterDhcpClientCallBack ok, exception:%{public}d", owner.exception); in RegisterDhcpClientCallBack() 147 struct IpcOwner owner = {.exception in StartDhcpClient() [all...] |
H A D | dhcp_client_proxy.cpp | 131 int exception = reply.ReadInt32(); in RegisterDhcpClientCallBack() local 132 if (exception) { in RegisterDhcpClientCallBack() 133 DHCP_LOGE("exception failed, exception:%{public}d", exception); in RegisterDhcpClientCallBack() 136 DHCP_LOGI("RegisterDhcpClientCallBack ok, exception:%{public}d", exception); in RegisterDhcpClientCallBack() 166 int exception = reply.ReadInt32(); in StartDhcpClient() local 167 if (exception) { in StartDhcpClient() 168 DHCP_LOGE("exception faile in StartDhcpClient() 202 int exception = reply.ReadInt32(); SetConfiguration() local 236 int exception = reply.ReadInt32(); StopDhcpClient() local [all...] |
H A D | dhcp_server_proxy_lite.cpp | 58 (void)ReadInt32(reply, &data->exception); in IpcCallback() 60 if (data->exception != 0 || data->retCode != DHCP_E_SUCCESS || data->variable == nullptr) { in IpcCallback() 179 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in RegisterDhcpServerCallBack() 197 DHCP_LOGD("RegisterCallBack is finished: result=%{public}d", owner.exception); in RegisterDhcpServerCallBack() 198 if (owner.exception) { in RegisterDhcpServerCallBack() 216 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in StartDhcpServer() 236 if (owner.exception) { in StartDhcpServer() 254 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in StopDhcpServer() 274 if (owner.exception) { in StopDhcpServer() 293 struct IpcOwner owner = {.exception in SetDhcpRange() [all...] |
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/ |
H A D | network_agent_template_test.cpp | 53 } catch (const exception &e) { in HWTEST_F() 79 } catch (const exception &e) { in HWTEST_F() 105 } catch (const exception &e) { in HWTEST_F() 125 } catch (const exception &e) { in HWTEST_F() 145 } catch (const exception &e) { in HWTEST_F() 171 } catch (const exception &e) { in HWTEST_F() 197 } catch (const exception &e) { in HWTEST_F() 217 } catch (const exception &e) { in HWTEST_F() 237 } catch (const exception &e) { in HWTEST_F() 257 } catch (const exception in HWTEST_F() [all...] |
H A D | kernel_talker_test.cpp | 81 } catch (const exception &e) { in HWTEST_F() 101 } catch (const exception &e) { in HWTEST_F() 121 } catch (const exception &e) { in HWTEST_F() 141 } catch (const exception &e) { in HWTEST_F() 161 } catch (const exception &e) { in HWTEST_F() 181 } catch (const exception &e) { in HWTEST_F() 202 } catch (const exception &e) { in HWTEST_F() 224 } catch (const exception &e) { in HWTEST_F() 246 } catch (const exception &e) { in HWTEST_F() 268 } catch (const exception in HWTEST_F() [all...] |
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_p2p_proxy.cpp | 94 int exception = reply.ReadInt32(); in EnableP2p() local 95 if (exception) { in EnableP2p() 123 int exception = reply.ReadInt32(); in DisableP2p() local 124 if (exception) { in DisableP2p() 152 int exception = reply.ReadInt32(); in DiscoverDevices() local 153 if (exception) { in DiscoverDevices() 181 int exception = reply.ReadInt32(); in StopDiscoverDevices() local 182 if (exception) { in StopDiscoverDevices() 210 int exception = reply.ReadInt32(); in DiscoverServices() local 211 if (exception) { in DiscoverServices() 239 int exception = reply.ReadInt32(); StopDiscoverServices() local 269 int exception = reply.ReadInt32(); RequestService() local 299 int exception = reply.ReadInt32(); PutLocalP2pService() local 329 int exception = reply.ReadInt32(); DeleteLocalP2pService() local 360 int exception = reply.ReadInt32(); StartP2pListen() local 389 int exception = reply.ReadInt32(); StopP2pListen() local 419 int exception = reply.ReadInt32(); CreateGroup() local 447 int exception = reply.ReadInt32(); RemoveGroup() local 479 int exception = reply.ReadInt32(); RemoveGroupClient() local 508 int exception = reply.ReadInt32(); DeleteGroup() local 686 int exception = reply.ReadInt32(); P2pConnect() local 715 int exception = reply.ReadInt32(); P2pCancelConnect() local 744 int exception = reply.ReadInt32(); QueryP2pLinkedInfo() local 786 int exception = reply.ReadInt32(); GetCurrentGroup() local 820 int exception = reply.ReadInt32(); GetP2pEnableStatus() local 854 int exception = reply.ReadInt32(); GetP2pDiscoverStatus() local 888 int exception = reply.ReadInt32(); GetP2pConnectedStatus() local 922 int exception = reply.ReadInt32(); QueryP2pDevices() local 967 int exception = reply.ReadInt32(); QueryP2pLocalDevice() local 1001 int exception = reply.ReadInt32(); QueryP2pGroups() local 1046 int exception = reply.ReadInt32(); QueryP2pServices() local 1092 int exception = reply.ReadInt32(); SetP2pDeviceName() local 1128 int exception = reply.ReadInt32(); SetP2pWfdInfo() local 1183 int exception = reply.ReadInt32(); RegisterCallBack() local 1213 int exception = reply.ReadInt32(); GetSupportedFeatures() local 1248 int exception = reply.ReadInt32(); Hid2dRequestGcIp() local 1282 int exception = reply.ReadInt32(); Hid2dSharedlinkIncrease() local 1310 int exception = reply.ReadInt32(); Hid2dSharedlinkDecrease() local 1342 int exception = reply.ReadInt32(); Hid2dCreateGroup() local 1373 int exception = reply.ReadInt32(); Hid2dRemoveGcGroup() local 1408 int exception = reply.ReadInt32(); Hid2dConnect() local 1440 int exception = reply.ReadInt32(); Hid2dConfigIPAddr() local 1469 int exception = reply.ReadInt32(); Hid2dReleaseIPAddr() local 1504 int exception = reply.ReadInt32(); Hid2dGetRecommendChannel() local 1542 int exception = reply.ReadInt32(); Hid2dGetChannelListFor5G() local 1591 int exception = reply.ReadInt32(); Hid2dGetSelfWifiCfgInfo() local 1644 int exception = reply.ReadInt32(); Hid2dSetPeerWifiCfgInfo() local 1676 int exception = reply.ReadInt32(); Hid2dSetUpperScene() local 1705 int exception = reply.ReadInt32(); DiscoverPeers() local 1734 int exception = reply.ReadInt32(); DisableRandomMac() local 1762 int exception = reply.ReadInt32(); CheckCanUseP2p() local 1809 int exception = reply.ReadInt32(); Hid2dIsWideBandwidthSupported() local [all...] |
H A D | wifi_device_proxy.cpp | 100 int exception = reply.ReadInt32(); in EnableWifi() local 101 if (exception) { in EnableWifi() 128 int exception = reply.ReadInt32(); in DisableWifi() local 129 if (exception) { in DisableWifi() 158 int exception = reply.ReadInt32(); in InitWifiProtect() local 159 if (exception) { in InitWifiProtect() 193 int exception = reply.ReadInt32(); in GetWifiProtectRef() local 194 if (exception) { in GetWifiProtectRef() 227 int exception = reply.ReadInt32(); in PutWifiProtectRef() local 228 if (exception) { in PutWifiProtectRef() 262 int exception = reply.ReadInt32(); IsHeldWifiProtectRef() local 380 int exception = reply.ReadInt32(); RemoveCandidateConfig() local 416 int exception = reply.ReadInt32(); RemoveCandidateConfig() local 447 int exception = reply.ReadInt32(); AddDeviceConfig() local 483 int exception = reply.ReadInt32(); UpdateDeviceConfig() local 517 int exception = reply.ReadInt32(); RemoveDevice() local 546 int exception = reply.ReadInt32(); RemoveAllDevice() local 696 int exception = reply.ReadInt32(); GetDeviceConfigs() local 731 int exception = reply.ReadInt32(); SetTxPower() local 761 int exception = reply.ReadInt32(); EnableDeviceConfig() local 790 int exception = reply.ReadInt32(); DisableDeviceConfig() local 821 int exception = reply.ReadInt32(); ConnectToNetwork() local 850 int exception = reply.ReadInt32(); ConnectToDevice() local 881 int exception = reply.ReadInt32(); StartRoamToNetwork() local 919 int exception = reply.ReadInt32(); StartConnectToUserSelectNetwork() local 953 int exception = reply.ReadInt32(); IsConnected() local 986 int exception = reply.ReadInt32(); ReConnect() local 1014 int exception = reply.ReadInt32(); ReAssociate() local 1042 int exception = reply.ReadInt32(); Disconnect() local 1073 int exception = reply.ReadInt32(); StartWps() local 1101 int exception = reply.ReadInt32(); CancelWps() local 1129 int exception = reply.ReadInt32(); IsWifiActive() local 1163 int exception = reply.ReadInt32(); GetWifiState() local 1251 int exception = reply.ReadInt32(); GetDisconnectedReason() local 1289 int exception = reply.ReadInt32(); IsMeteredHotspot() local 1324 int exception = reply.ReadInt32(); GetLinkedInfo() local 1358 int exception = reply.ReadInt32(); GetIpInfo() local 1398 int exception = reply.ReadInt32(); GetIpv6Info() local 1440 int exception = reply.ReadInt32(); SetCountryCode() local 1468 int exception = reply.ReadInt32(); GetCountryCode() local 1527 int exception = reply.ReadInt32(); RegisterCallBack() local 1558 int exception = reply.ReadInt32(); GetSignalLevel() local 1593 int exception = reply.ReadInt32(); GetSupportedFeatures() local 1629 int exception = reply.ReadInt32(); GetDeviceMacAddress() local 1664 int exception = reply.ReadInt32(); SetLowLatencyMode() local 1716 int exception = reply.ReadInt32(); IsBandTypeSupported() local 1751 int exception = reply.ReadInt32(); Get5GHzChannelList() local 1798 int exception = reply.ReadInt32(); SetAppFrozen() local 1826 int exception = reply.ReadInt32(); ResetAllFrozenApp() local 1855 int exception = reply.ReadInt32(); DisableAutoJoin() local 1884 int exception = reply.ReadInt32(); EnableAutoJoin() local 1947 int exception = reply.ReadInt32(); StartPortalCertification() local 1981 int exception = reply.ReadInt32(); GetChangeDeviceConfig() local 2022 int exception = reply.ReadInt32(); FactoryReset() local 2058 int exception = reply.ReadInt32(); LimitSpeed() local 2098 int exception = reply.ReadInt32(); SetLowTxPower() local 2139 int exception = reply.ReadInt32(); EnableHiLinkHandshake() local 2174 int exception = reply.ReadInt32(); SetSatelliteState() local 2208 int exception = reply.ReadInt32(); EnableSemiWifi() local 2236 int exception = reply.ReadInt32(); GetWifiDetailState() local 2321 int exception = reply.ReadInt32(); GetDeviceConfig() local 2358 int exception = reply.ReadInt32(); SetDpiMarkRule() local [all...] |
H A D | wifi_hotspot_proxy.cpp | 96 int exception = reply.ReadInt32(); in IsHotspotActive() local 97 if (exception) { in IsHotspotActive() 129 int exception = reply.ReadInt32(); in IsHotspotDualBandSupported() local 130 if (exception) { in IsHotspotDualBandSupported() 164 int exception = reply.ReadInt32(); in GetHotspotState() local 165 if (exception) { in GetHotspotState() 199 int exception = reply.ReadInt32(); in GetHotspotConfig() local 200 if (exception) { in GetHotspotConfig() 252 int exception = reply.ReadInt32(); in SetHotspotConfig() local 253 if (exception) { in SetHotspotConfig() 282 int exception = reply.ReadInt32(); SetHotspotIdleTimeout() local 316 int exception = reply.ReadInt32(); GetStationList() local 371 int exception = reply.ReadInt32(); DisassociateSta() local 397 int exception = reply.ReadInt32(); EnableHotspot() local 428 int exception = reply.ReadInt32(); DisableHotspot() local 459 int exception = reply.ReadInt32(); GetBlockLists() local 515 int exception = reply.ReadInt32(); AddBlockList() local 548 int exception = reply.ReadInt32(); DelBlockList() local 577 int exception = reply.ReadInt32(); GetValidBands() local 622 int exception = reply.ReadInt32(); GetValidChannels() local 675 int exception = reply.ReadInt32(); RegisterCallBack() local 704 int exception = reply.ReadInt32(); GetSupportedFeatures() local 739 int exception = reply.ReadInt32(); GetSupportedPowerModel() local 783 int exception = reply.ReadInt32(); GetPowerModel() local 818 int exception = reply.ReadInt32(); SetPowerModel() local 865 int exception = reply.ReadInt32(); GetApIfaceName() local [all...] |
H A D | wifi_device_proxy_lite.cpp | 228 (void)ReadInt32(reply, &data->exception); in IpcCallback() 230 if (data->exception != 0 || data->retCode != WIFI_OPT_SUCCESS || data->variable == nullptr) { in IpcCallback() 367 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in EnableWifi() 384 if (owner.exception) { in EnableWifi() 400 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in DisableWifi() 417 if (owner.exception) { in DisableWifi() 433 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in InitWifiProtect() 452 if (owner.exception) { in InitWifiProtect() 468 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in GetWifiProtectRef() 487 if (owner.exception) { in GetWifiProtectRef() [all...] |
H A D | wifi_scan_proxy.cpp | 121 int exception = reply.ReadInt32(); in SetScanControlInfo() local 122 if (exception) { in SetScanControlInfo() 123 WIFI_LOGE("SetScanControlInfo Reply exception failed!"); in SetScanControlInfo() 156 int exception = reply.ReadInt32(); in Scan() local 157 if (exception) { in Scan() 199 int exception = reply.ReadInt32(); in AdvanceScan() local 200 if (exception) { in AdvanceScan() 233 int exception = reply.ReadInt32(); in IsWifiClosedScan() local 234 if (exception) { in IsWifiClosedScan() 235 WIFI_LOGE("IsWifiClosedScan Reply exception faile in IsWifiClosedScan() 336 int exception = reply.ReadInt32(); global() local 429 int exception = reply.ReadInt32(); GetSupportedFeatures() local 483 int exception = reply.ReadInt32(); SetScanOnlyAvailable() local 511 int exception = reply.ReadInt32(); GetScanOnlyAvailable() local 549 int exception = reply.ReadInt32(); StartWifiPnoScan() local [all...] |
H A D | wifi_scan_proxy_lite.cpp | 102 (void)ReadInt32(reply, &data->exception); in IpcCallback() 104 if (data->exception != 0 || data->retCode != WIFI_OPT_SUCCESS || data->variable == nullptr) { in IpcCallback() 209 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in SetScanControlInfo() 244 if (owner.exception) { in SetScanControlInfo() 260 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in Scan() 277 if (owner.exception) { in Scan() 293 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in AdvanceScan() 318 if (owner.exception) { in AdvanceScan() 335 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in IsWifiClosedScan() 353 if (owner.exception) { in IsWifiClosedScan() [all...] |
H A D | wifi_scan_callback_stub_lite.cpp | 52 int exception = WIFI_OPT_FAILED; in OnRemoteRequest() local 53 (void)ReadInt32(data, &exception); in OnRemoteRequest() 54 if (exception) { in OnRemoteRequest() 55 WIFI_LOGD("OnRemoteRequest exception! %{public}d!", exception); in OnRemoteRequest()
|
/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/ |
H A D | nfc_tag_session_proxy.cpp | 58 int exception = reply.ReadInt32(); in Init() local 59 if (exception) { in Init() 84 int exception = reply.ReadInt32(); in Uninit() local 85 if (exception) { in Uninit() 110 int exception = reply.ReadInt32(); in ReadNdefTag() local 111 if (exception) { in ReadNdefTag() 139 int exception = reply.ReadInt32(); in WriteNdefTag() local 140 if (exception) { in WriteNdefTag()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
H A D | softbus_session_test.cpp | 66 } catch (const exception &e) { in HWTEST_F() 84 } catch (const exception &e) { in HWTEST_F() 102 } catch (const exception &e) { in HWTEST_F() 120 } catch (const exception &e) { in HWTEST_F() 140 } catch (const exception &e) { in HWTEST_F() 158 } catch (const exception &e) { in HWTEST_F()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/ |
H A D | device_manager_agent_test.cpp | 18 #include <exception> 112 } catch (const exception &e) { in HWTEST_F() 142 } catch (const exception &e) { in HWTEST_F() 164 } catch (const exception &e) { in HWTEST_F() 187 } catch (const exception &e) { in HWTEST_F() 209 } catch (const exception &e) { in HWTEST_F() 234 } catch (const exception &e) { in HWTEST_F() 279 } catch (const exception &e) { in HWTEST_F() 320 } catch (const exception &e) { in HWTEST_F() 341 } catch (const exception in HWTEST_F() [all...] |
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 264 int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_MODEL_ID); in GetDeviceProductId() local 265 if (exception == BT_NO_ERROR && info != nullptr) { in GetDeviceProductId() 268 return exception; in GetDeviceProductId() 372 int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_CUSTOM_TYPE); in GetDeviceCustomType() local 373 if (exception == BT_NO_ERROR && info != nullptr) { in GetDeviceCustomType() 376 return exception; in GetDeviceCustomType() 387 int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_VENDOR_ID); in GetDeviceVendorId() local 388 if (exception == BT_NO_ERROR && info != nullptr) { in GetDeviceVendorId() 391 return exception; in GetDeviceVendorId() 402 int32_t exception in GetDeviceProductId() local 416 int32_t exception = hostProxy->IsSupportVirtualAutoConnect(address_, outSupport); IsSupportVirtualAutoConnect() local 427 int32_t exception = hostProxy->SetVirtualAutoConnectType(address_, connType, businessType); SetVirtualAutoConnectType() local [all...] |
/foundation/communication/nfc/interfaces/inner_api/controller/ |
H A D | ndef_msg_callback_stub.cpp | 55 int exception = data.ReadInt32(); in OnRemoteRequest() local 56 if (exception) { in OnRemoteRequest() 57 ErrorLog("NdefMsgCallbackStub::OnRemoteRequest, got exception: (%{public}d))", exception); in OnRemoteRequest() 58 return exception; in OnRemoteRequest()
|
H A D | nfc_controller_callback_stub.cpp | 55 int exception = data.ReadInt32(); in OnRemoteRequest() local 56 if (exception) { in OnRemoteRequest() 57 ErrorLog("NfcControllerCallBackStub::OnRemoteRequest, got exception: (%{public}d))", exception); in OnRemoteRequest() 58 return exception; in OnRemoteRequest() 97 reply.WriteInt32(KITS::ERR_NONE); /* Reply 0 to indicate that no exception occurs. */ in RemoteNfcStateChanged()
|
H A D | on_card_emulation_notify_cb_stub.cpp | 56 int exception = data.ReadInt32(); in OnRemoteRequest() local 57 if (exception) { in OnRemoteRequest() 58 ErrorLog("OnRemoteRequest:got exception: (%{public}d).", exception); in OnRemoteRequest() 59 return exception; in OnRemoteRequest()
|
/foundation/communication/nfc/interfaces/inner_api/cardEmulation/ |
H A D | hce_cmd_callback_stub.cpp | 66 int exception = data.ReadInt32(); in OnRemoteRequest() local 67 if (exception) { in OnRemoteRequest() 68 ErrorLog("HceCmdCallbackStub::OnRemoteRequest, got exception: (%{public}d))", exception); in OnRemoteRequest() 69 return exception; in OnRemoteRequest() 91 reply.WriteInt32(KITS::ERR_NONE); /* Reply 0 to indicate that no exception occurs. */ in RemoteOnCeApduData()
|
/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | foreground_callback_stub.cpp | 69 int exception = data.ReadInt32(); in OnRemoteRequest() local 70 if (exception) { in OnRemoteRequest() 71 ErrorLog("ForegroundCallbackStub::OnRemoteRequest, got exception: (%{public}d))", exception); in OnRemoteRequest() 72 return exception; in OnRemoteRequest() 105 reply.WriteInt32(KITS::ERR_NFC_PARAMETERS); /* Reply 0 to indicate that no exception occurs. */ in RemoteTagDiscovered() 110 reply.WriteInt32(KITS::ERR_NONE); /* Reply 0 to indicate that no exception occurs. */ in RemoteTagDiscovered()
|
H A D | reader_mode_callback_stub.cpp | 69 int exception = data.ReadInt32(); in OnRemoteRequest() local 70 if (exception) { in OnRemoteRequest() 71 ErrorLog("ReaderModeCallbackStub::OnRemoteRequest, got exception: (%{public}d))", exception); in OnRemoteRequest() 72 return exception; in OnRemoteRequest() 105 reply.WriteInt32(KITS::ERR_NFC_PARAMETERS); /* Reply 0 to indicate that no exception occurs. */ in RemoteTagDiscovered() 110 reply.WriteInt32(KITS::ERR_NONE); /* Reply 0 to indicate that no exception occurs. */ in RemoteTagDiscovered()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_callback_proxy.cpp | 51 int exception = reply.ReadInt32(); in OnServerStatusChanged() local 52 if (exception) { in OnServerStatusChanged() 91 int exception = reply.ReadInt32(); in OnServerSuccess() local 92 if (exception) { in OnServerSuccess()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_callback_proxy.cpp | 71 int exception = reply.ReadInt32(); in OnIpSuccessChanged() local 72 if (exception) { in OnIpSuccessChanged() 100 int exception = reply.ReadInt32(); in OnIpFailChanged() local 101 if (exception) { in OnIpFailChanged() 150 int exception = reply.ReadInt32(); in OnDhcpOfferReport() local 151 if (exception) { in OnDhcpOfferReport()
|