Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy.cpp135 int exception = reply.ReadInt32(); in RegisterDhcpServerCallBack() local
136 if (exception) { in RegisterDhcpServerCallBack()
174 if (exception) { in StartDhcpServer()
216 if (exception) { in SetDhcpRange()
252 if (exception) { in SetDhcpName()
292 if (exception) { in PutDhcpRange()
325 if (exception) { in RemoveAllDhcpRange()
358 if (exception) { in UpdateLeasesTime()
390 if (exception) { in StopDhcpServer()
430 if (exception) { in RemoveDhcpRange()
[all …]
H A Ddhcp_client_proxy.cpp131 int exception = reply.ReadInt32(); in RegisterDhcpClientCallBack() local
132 if (exception) { in RegisterDhcpClientCallBack()
133 DHCP_LOGE("exception failed, exception:%{public}d", exception); in RegisterDhcpClientCallBack()
166 int exception = reply.ReadInt32(); in StartDhcpClient() local
167 if (exception) { in StartDhcpClient()
171 DHCP_LOGI("StartDhcpClient ok, exception:%{public}d", exception); in StartDhcpClient()
202 int exception = reply.ReadInt32(); in SetConfiguration() local
203 if (exception) { in SetConfiguration()
236 int exception = reply.ReadInt32(); in StopDhcpClient() local
237 if (exception) { in StopDhcpClient()
[all …]
H A Ddhcp_client_proxy_lite.cpp69 (void)ReadInt32(reply, &data->exception); in IpcCallback()
128 if (owner.exception) { in RegisterDhcpClientCallBack()
129 DHCP_LOGE("exception failed, exception:%{public}d", owner.exception); in RegisterDhcpClientCallBack()
167 if (owner.exception) { in StartDhcpClient()
168 DHCP_LOGE("exception failed, exception:%{public}d", owner.exception); in StartDhcpClient()
171 DHCP_LOGI("StartDhcpClient ok, exception:%{public}d", owner.exception); in StartDhcpClient()
206 if (owner.exception) { in SetConfiguration()
207 DHCP_LOGE("exception failed, exception:%{public}d", owner.exception); in SetConfiguration()
210 DHCP_LOGI("SetConfiguration ok, exception:%{public}d", owner.exception); in SetConfiguration()
244 if (owner.exception) { in StopDhcpClient()
[all …]
H A Ddhcp_server_proxy_lite.cpp53 (void)ReadInt32(reply, &data->exception); in IpcCallback()
193 if (owner.exception) { in RegisterDhcpServerCallBack()
231 if (owner.exception) { in StartDhcpServer()
269 if (owner.exception) { in StopDhcpServer()
314 if (owner.exception) { in SetDhcpRange()
354 if (owner.exception) { in SetDhcpName()
398 if (owner.exception) { in PutDhcpRange()
436 if (owner.exception) { in RemoveAllDhcpRange()
474 if (owner.exception) { in UpdateLeasesTime()
518 if (owner.exception) { in RemoveDhcpRange()
[all …]
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp226 napi_value exception; variable
1226 exception = nullptr;
2181 exception = nullptr;
2213 exception = nullptr;
2220 exception = nullptr;
2226 exception = nullptr;
2290 exception = nullptr;
2299 exception = nullptr;
2307 exception = nullptr;
2331 exception = nullptr;
[all …]
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_proxy.cpp95 if (exception) { in EnableP2p()
124 if (exception) { in DisableP2p()
153 if (exception) { in DiscoverDevices()
182 if (exception) { in StopDiscoverDevices()
211 if (exception) { in DiscoverServices()
240 if (exception) { in StopDiscoverServices()
270 if (exception) { in RequestService()
300 if (exception) { in PutLocalP2pService()
330 if (exception) { in DeleteLocalP2pService()
361 if (exception) { in StartP2pListen()
[all …]
H A Dwifi_hotspot_proxy.cpp97 if (exception) { in IsHotspotActive()
130 if (exception) { in IsHotspotDualBandSupported()
165 if (exception) { in GetHotspotState()
200 if (exception) { in GetHotspotConfig()
253 if (exception) { in SetHotspotConfig()
283 if (exception) { in SetHotspotIdleTimeout()
317 if (exception) { in GetStationList()
372 if (exception) { in DisassociateSta()
398 if (exception) { in EnableHotspot()
429 if (exception) { in DisableHotspot()
[all …]
H A Dwifi_device_proxy.cpp102 if (exception) { in EnableWifi()
129 if (exception) { in DisableWifi()
158 if (exception) { in InitWifiProtect()
192 if (exception) { in GetWifiProtectRef()
225 if (exception) { in PutWifiProtectRef()
259 if (exception) { in IsHeldWifiProtectRef()
376 if (exception) { in RemoveCandidateConfig()
411 if (exception) { in RemoveCandidateConfig()
441 if (exception) { in AddDeviceConfig()
476 if (exception) { in UpdateDeviceConfig()
[all …]
H A Dwifi_device_proxy_lite.cpp384 if (owner.exception) { in EnableWifi()
417 if (owner.exception) { in DisableWifi()
452 if (owner.exception) { in InitWifiProtect()
487 if (owner.exception) { in GetWifiProtectRef()
521 if (owner.exception) { in PutWifiProtectRef()
644 if (owner.exception) { in AddDeviceConfig()
679 if (owner.exception) { in UpdateDeviceConfig()
713 if (owner.exception) { in RemoveDevice()
746 if (owner.exception) { in RemoveAllDevice()
781 if (owner.exception) { in GetDeviceConfigs()
[all …]
H A Dwifi_scan_proxy_lite.cpp102 (void)ReadInt32(reply, &data->exception); 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()
353 if (owner.exception) { in IsWifiClosedScan()
387 if (owner.exception) { in GetScanInfoList()
436 if (owner.exception) { in RegisterCallBack()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dnetwork_agent_template_test.cpp53 } catch (const exception &e) {
79 } catch (const exception &e) {
105 } catch (const exception &e) {
125 } catch (const exception &e) {
145 } catch (const exception &e) {
171 } catch (const exception &e) {
197 } catch (const exception &e) {
217 } catch (const exception &e) {
237 } catch (const exception &e) {
257 } catch (const exception &e) {
[all …]
H A Dkernel_talker_test.cpp81 } catch (const exception &e) {
101 } catch (const exception &e) {
121 } catch (const exception &e) {
141 } catch (const exception &e) {
161 } catch (const exception &e) {
181 } catch (const exception &e) {
202 } catch (const exception &e) {
224 } catch (const exception &e) {
246 } catch (const exception &e) {
268 } catch (const exception &e) {
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_test.cpp112 } catch (const exception &e) {
142 } catch (const exception &e) {
164 } catch (const exception &e) {
187 } catch (const exception &e) {
209 } catch (const exception &e) {
234 } catch (const exception &e) {
279 } catch (const exception &e) {
320 } catch (const exception &e) {
341 } catch (const exception &e) {
382 } catch (const exception &e) {
[all …]
/ohos5.0/build/hb/containers/
H A Dstatus.py48 except OHOSException and Exception as exception:
54 if isinstance(exception, OHOSException):
55 _code = exception._code
56 _type = exception.get_type()
57 _desc = exception.get_desc()
58 _solution = exception.get_solution()
65 _print_formatted_tracebak(_code, str(exception), _type, _desc, _solution)
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.56/
H A Dchangelogs-window.md73 } catch (exception) {
74 … set the window layout to full-screen mode. Cause code: ${exception.code}, message: ${exception.me…
84 } catch (exception) {
85 …nsole.error(`Failed to maximize the window. Cause code: ${exception.code}, message: ${exception.me…
111 } catch (exception) {
112 …t the window immersive mode enabled status. Cause code: ${exception.code}, message: ${exception.me…
122 } catch (exception) {
123 …nsole.error(`Failed to maximize the window. Cause code: ${exception.code}, message: ${exception.me…
/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
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()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-distributed-account-sys.md46 | 12300001 | System service exception. |
59 console.log('getOsAccountDistributedInfoByLocalId exception: ' + JSON.stringify(err));
65 console.log('getOsAccountDistributedInfoByLocalId exception: ' + JSON.stringify(err));
94 | 12300001 | System service exception. |
108 console.log('getOsAccountDistributedInfoByLocalId exception: ' + JSON.stringify(err));
111 console.log('getOsAccountDistributedInfoByLocalId exception: ' + JSON.stringify(err));
142 | 12300001 | System service exception. |
158 console.log('setOsAccountDistributedInfoByLocalId exception: ' + JSON.stringify(err));
164 console.log('setOsAccountDistributedInfoByLocalId exception: ' + JSON.stringify(err));
200 | 12300001 | System service exception. |
[all …]
H A Djs-apis-distributed-account.md60 | 12300001 | System service exception. |
71 console.log('getOsAccountDistributedInfo exception: ' + JSON.stringify(err));
77 console.log('getOsAccountDistributedInfo exception: ' + JSON.stringify(err));
102 | 12300001 | System service exception. |
113 console.log('getOsAccountDistributedInfo exception: ' + JSON.stringify(err));
116 console.log('getOsAccountDistributedInfo exception: ' + JSON.stringify(err));
209 | 12300001 | System service exception. |
223 console.log('setOsAccountDistributedInfo exception: ' + JSON.stringify(err));
229 console.log('setOsAccountDistributedInfo exception: ' + JSON.stringify(err));
261 | 12300001 | System service exception. |
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_stack_info_formatter.cpp102 Json::Value exception; in GetNativeCrashInfo() local
103 exception["signal"] = signal; in GetNativeCrashInfo()
104 exception["message"] = process_->GetFatalMessage(); in GetNativeCrashInfo()
106 exception["thread_name"] = ""; in GetNativeCrashInfo()
107 exception["tid"] = 0; in GetNativeCrashInfo()
109 exception["thread_name"] = process_->keyThread_->threadInfo_.threadName; in GetNativeCrashInfo()
110 exception["tid"] = process_->keyThread_->threadInfo_.tid; in GetNativeCrashInfo()
119 exception["frames"] = frames; in GetNativeCrashInfo()
120 jsonInfo["exception"] = exception; in GetNativeCrashInfo()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signalhandler_exception.c100 int ReportException(struct CrashDumpException exception) in ReportException() argument
105 request.pid = exception.pid; in ReportException()
106 request.uid = (uint32_t)(exception.uid); in ReportException()
124 if (OHOS_TEMP_FAILURE_RETRY(write(fd, &exception, in ReportException()
125 sizeof(exception))) != (long)sizeof(exception)) { in ReportException()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_session_test.cpp66 } catch (const exception &e) {
84 } catch (const exception &e) {
102 } catch (const exception &e) {
120 } catch (const exception &e) {
140 } catch (const exception &e) {
158 } catch (const exception &e) {
H A Dsoftbus_session_dispatcher_test.cpp70 } catch (const exception &e) {
100 } catch (const exception &e) {
129 } catch (const exception &e) {
151 } catch (const exception &e) {
172 } catch (const exception &e) {
192 } catch (const exception &e) {
223 } catch (const exception &e) {
248 } catch (const exception &e) {
275 } catch (const exception &e) {
297 } catch (const exception &e) {
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhiappevent-watcher-crash-events.md22 | exception | object | 异常信息,详见exception属性。NativeCrash类型的崩溃事件详见exception属性(NativeCrash类型)。exception只…
28 **exception属性:**
36 **exception属性(NativeCrash类型):**
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-window-sys.md230 } catch (exception) {
283 } catch (exception) {
406 } catch (exception) {
454 } catch (exception) {
492 } catch (exception) {
535 } catch (exception) {
575 } catch (exception) {
619 } catch (exception) {
658 } catch (exception) {
701 } catch (exception) {
[all …]
H A Djs-apis-window.md401 } catch (exception) {
465 } catch (exception) {
507 } catch (exception) {
784 } catch (exception) {
1416 } catch (exception) {
1470 } catch (exception) {
1527 } catch (exception) {
1583 } catch (exception) {
1641 } catch (exception) {
1702 } catch (exception) {
[all …]

12345678910>>...26