Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 92) sorted by relevance

1234

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_proxy.cpp94 int exception = reply.ReadInt32(); in EnableP2p() local
123 int exception = reply.ReadInt32(); in DisableP2p() local
152 int exception = reply.ReadInt32(); in DiscoverDevices() local
181 int exception = reply.ReadInt32(); in StopDiscoverDevices() local
210 int exception = reply.ReadInt32(); in DiscoverServices() local
239 int exception = reply.ReadInt32(); in StopDiscoverServices() local
269 int exception = reply.ReadInt32(); in RequestService() local
299 int exception = reply.ReadInt32(); in PutLocalP2pService() local
329 int exception = reply.ReadInt32(); in DeleteLocalP2pService() local
360 int exception = reply.ReadInt32(); in StartP2pListen() local
[all …]
H A Dwifi_device_proxy.cpp101 int exception = reply.ReadInt32(); in EnableWifi() local
128 int exception = reply.ReadInt32(); in DisableWifi() local
157 int exception = reply.ReadInt32(); in InitWifiProtect() local
191 int exception = reply.ReadInt32(); in GetWifiProtectRef() local
224 int exception = reply.ReadInt32(); in PutWifiProtectRef() local
258 int exception = reply.ReadInt32(); in IsHeldWifiProtectRef() local
375 int exception = reply.ReadInt32(); in RemoveCandidateConfig() local
410 int exception = reply.ReadInt32(); in RemoveCandidateConfig() local
440 int exception = reply.ReadInt32(); in AddDeviceConfig() local
475 int exception = reply.ReadInt32(); in UpdateDeviceConfig() local
[all …]
H A Dwifi_hotspot_proxy.cpp96 int exception = reply.ReadInt32(); in IsHotspotActive() local
129 int exception = reply.ReadInt32(); in IsHotspotDualBandSupported() local
164 int exception = reply.ReadInt32(); in GetHotspotState() local
199 int exception = reply.ReadInt32(); in GetHotspotConfig() local
252 int exception = reply.ReadInt32(); in SetHotspotConfig() local
282 int exception = reply.ReadInt32(); in SetHotspotIdleTimeout() local
316 int exception = reply.ReadInt32(); in GetStationList() local
371 int exception = reply.ReadInt32(); in DisassociateSta() local
397 int exception = reply.ReadInt32(); in EnableHotspot() local
428 int exception = reply.ReadInt32(); in DisableHotspot() local
[all …]
H A Dwifi_scan_proxy.cpp121 int exception = reply.ReadInt32(); in SetScanControlInfo() local
156 int exception = reply.ReadInt32(); in Scan() local
199 int exception = reply.ReadInt32(); in AdvanceScan() local
233 int exception = reply.ReadInt32(); in IsWifiClosedScan() local
365 int exception = reply.ReadInt32(); in GetScanInfoList() local
460 int exception = reply.ReadInt32(); in GetSupportedFeatures() local
514 int exception = reply.ReadInt32(); in SetScanOnlyAvailable() local
542 int exception = reply.ReadInt32(); in GetScanOnlyAvailable() local
580 int exception = reply.ReadInt32(); in StartWifiPnoScan() local
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy.cpp135 int exception = reply.ReadInt32(); in RegisterDhcpServerCallBack() local
173 int exception = reply.ReadInt32(); in StartDhcpServer() local
215 int exception = reply.ReadInt32(); in SetDhcpRange() local
251 int exception = reply.ReadInt32(); in SetDhcpName() local
291 int exception = reply.ReadInt32(); in PutDhcpRange() local
324 int exception = reply.ReadInt32(); in RemoveAllDhcpRange() local
357 int exception = reply.ReadInt32(); in UpdateLeasesTime() local
389 int exception = reply.ReadInt32(); in StopDhcpServer() local
429 int exception = reply.ReadInt32(); in RemoveDhcpRange() local
460 int exception = reply.ReadInt32(); in GetDhcpClientInfos() local
H A Ddhcp_client_proxy.cpp131 int exception = reply.ReadInt32(); in RegisterDhcpClientCallBack() local
166 int exception = reply.ReadInt32(); in StartDhcpClient() local
202 int exception = reply.ReadInt32(); in SetConfiguration() local
236 int exception = reply.ReadInt32(); in StopDhcpClient() local
/ohos5.0/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/
H A Dnfc_tag_session_proxy.cpp58 int exception = reply.ReadInt32(); in Init() local
84 int exception = reply.ReadInt32(); in Uninit() local
110 int exception = reply.ReadInt32(); in ReadNdefTag() local
139 int exception = reply.ReadInt32(); in WriteNdefTag() local
H A Dnfc_tag_callback_stub.cpp53 int exception = data.ReadInt32(); in OnRemoteRequest() local
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp226 napi_value exception; variable
348 napi_value exception = nullptr; variable
1183 napi_value exception = nullptr; variable
1218 napi_value exception = nullptr; variable
1354 napi_value exception = nullptr; variable
1478 napi_value exception = nullptr; variable
1499 napi_value exception = nullptr; variable
1520 napi_value exception = nullptr; variable
1539 napi_value exception = nullptr; variable
1560 napi_value exception = nullptr; variable
[all …]
H A Dtest.h87 napi_value exception = nullptr; in ~ExceptionScope() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy.cpp71 int exception = reply.ReadInt32(); in OnIpSuccessChanged() local
100 int exception = reply.ReadInt32(); in OnIpFailChanged() local
150 int exception = reply.ReadInt32(); in OnDhcpOfferReport() local
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session_stub.cpp68 int exception = data.ReadInt32(); in HandleRegHceCmdCallback() local
129 int exception = data.ReadInt32(); in HandleGetPaymentServices() local
161 int exception = data.ReadInt32(); in HandleStopHce() local
190 int exception = data.ReadInt32(); in HandleStartHce() local
235 int exception = data.ReadInt32(); in HandleIsDefaultService() local
H A Dhce_cmd_callback_proxy.cpp51 int exception = reply.ReadInt32(); in OnCeApduData() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_callback_proxy.cpp51 int exception = reply.ReadInt32(); in OnServerStatusChanged() local
91 int exception = reply.ReadInt32(); in OnServerSuccess() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp267 …int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_MODEL_ID… in GetDeviceProductId() local
375 …int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_CUSTOM_T… in GetDeviceCustomType() local
390 …int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_VENDOR_I… in GetDeviceVendorId() local
405 …int32_t exception = hostProxy->GetRemoteDeviceInfo(address_, info, DeviceInfoType::DEVICE_PRODUCT_… in GetDeviceProductId() local
419 int32_t exception = hostProxy->IsSupportVirtualAutoConnect(address_, outSupport); in IsSupportVirtualAutoConnect() local
430 int32_t exception = hostProxy->SetVirtualAutoConnectType(address_, connType, businessType); in SetVirtualAutoConnectType() local
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_data_type.h50 std::shared_ptr<void> exception = nullptr; member
99 std::shared_ptr<void> exception = nullptr; member
113 std::shared_ptr<void> exception = nullptr; member
138 std::shared_ptr<void> exception = nullptr; member
153 std::shared_ptr<void> exception = nullptr; member
180 std::shared_ptr<void> exception = nullptr; member
/ohos5.0/foundation/communication/connected_nfc_tag/services/src/
H A Dnfc_tag_callback_proxy.cpp42 int exception = reply.ReadInt32(); in OnNotify() local
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_callback_proxy.cpp47 int exception = reply.ReadInt32(); in OnNfcStateChanged() local
H A Dnfc_controller_stub.cpp120 int exception = data.ReadInt32(); in HandleRegisterCallBack() local
179 int exception = data.ReadInt32(); in HandleUnRegisterCallBack() local
319 int exception = data.ReadInt32(); in HandleNotifyEventStatus() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfreeze_json_generator_unittest.cpp52 FreezeJsonException exception = FreezeJsonException::Builder() variable
102 std::string exception = "{}"; variable
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dforeground_callback_proxy.cpp46 int exception = reply.ReadInt32(); in OnTagDiscovered() local
H A Dreader_mode_callback_proxy.cpp46 int exception = reply.ReadInt32(); in OnTagDiscovered() local
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/include/
H A Dwifi_ipc_lite_adapter.h30 int exception; member
/ohos5.0/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_ipc_lite_adapter.h32 int exception; member
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signalhandler_exception.c100 int ReportException(struct CrashDumpException exception) in ReportException()

1234