Home
last modified time | relevance | path

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

123

/foundation/communication/wifi/wifi/frameworks/native/src/
Dwifi_p2p_proxy.cpp90 int exception = reply.ReadInt32(); in EnableP2p() local
91 if (exception) { in EnableP2p()
117 int exception = reply.ReadInt32(); in DisableP2p() local
118 if (exception) { in DisableP2p()
144 int exception = reply.ReadInt32(); in DiscoverDevices() local
145 if (exception) { in DiscoverDevices()
172 int exception = reply.ReadInt32(); in StopDiscoverDevices() local
173 if (exception) { in StopDiscoverDevices()
199 int exception = reply.ReadInt32(); in DiscoverServices() local
200 if (exception) { in DiscoverServices()
[all …]
Dwifi_hotspot_proxy.cpp92 int exception = reply.ReadInt32(); in IsHotspotActive() local
93 if (exception) { in IsHotspotActive()
123 int exception = reply.ReadInt32(); in IsHotspotDualBandSupported() local
124 if (exception) { in IsHotspotDualBandSupported()
156 int exception = reply.ReadInt32(); in GetHotspotState() local
157 if (exception) { in GetHotspotState()
189 int exception = reply.ReadInt32(); in GetHotspotConfig() local
190 if (exception) { in GetHotspotConfig()
236 int exception = reply.ReadInt32(); in SetHotspotConfig() local
237 if (exception) { in SetHotspotConfig()
[all …]
Dwifi_device_proxy.cpp94 int exception = reply.ReadInt32(); in EnableWifi() local
95 if (exception) { in EnableWifi()
120 int exception = reply.ReadInt32(); in DisableWifi() local
121 if (exception) { in DisableWifi()
148 int exception = reply.ReadInt32(); in InitWifiProtect() local
149 if (exception) { in InitWifiProtect()
180 int exception = reply.ReadInt32(); in GetWifiProtectRef() local
181 if (exception) { in GetWifiProtectRef()
211 int exception = reply.ReadInt32(); in PutWifiProtectRef() local
212 if (exception) { in PutWifiProtectRef()
[all …]
Dwifi_device_proxy_lite.cpp176 (void)ReadInt32(reply, &data->exception); in IpcCallback()
178 if (data->exception != 0 || data->retCode != WIFI_OPT_SUCCESS || data->variable == nullptr) { in IpcCallback()
307 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in EnableWifi()
322 if (owner.exception) { in EnableWifi()
338 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in DisableWifi()
353 if (owner.exception) { in DisableWifi()
369 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in InitWifiProtect()
386 if (owner.exception) { in InitWifiProtect()
402 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in GetWifiProtectRef()
419 if (owner.exception) { in GetWifiProtectRef()
[all …]
Dwifi_scan_callback_stub_lite.cpp51 int exception = WIFI_OPT_FAILED; in OnRemoteRequest() local
52 (void)ReadInt32(data, &exception); in OnRemoteRequest()
53 if (exception) { in OnRemoteRequest()
54 WIFI_LOGD("OnRemoteRequest exception! %{public}d!", exception); in OnRemoteRequest()
Dwifi_scan_proxy_lite.cpp101 (void)ReadInt32(reply, &data->exception); in IpcCallback()
103 if (data->exception != 0 || data->retCode != WIFI_OPT_SUCCESS || data->variable == nullptr) { in IpcCallback()
208 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in SetScanControlInfo()
241 if (owner.exception) { in SetScanControlInfo()
257 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in Scan()
273 if (owner.exception) { in Scan()
289 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in AdvanceScan()
312 if (owner.exception) { in AdvanceScan()
329 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in IsWifiClosedScan()
345 if (owner.exception) { in IsWifiClosedScan()
[all …]
Dwifi_scan_proxy.cpp117 int exception = reply.ReadInt32(); in SetScanControlInfo() local
118 if (exception) { in SetScanControlInfo()
148 int exception = reply.ReadInt32(); in Scan() local
149 if (exception) { in Scan()
188 int exception = reply.ReadInt32(); in AdvanceScan() local
189 if (exception) { in AdvanceScan()
220 int exception = reply.ReadInt32(); in IsWifiClosedScan() local
221 if (exception) { in IsWifiClosedScan()
251 int exception = reply.ReadInt32(); in GetScanInfoList() local
252 if (exception) { in GetScanInfoList()
[all …]
Dwifi_scan_callback_stub.cpp45 int exception = data.ReadInt32(); in OnRemoteRequest() local
46 if (exception) { in OnRemoteRequest()
47 WIFI_LOGE("WifiScanCallbackStub::OnRemoteRequest exception! %{public}d!", exception); in OnRemoteRequest()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
Dwifi_p2p_callback_proxy.cpp48 int exception = reply.ReadInt32(); in OnP2pStateChanged() local
49 if (exception) { in OnP2pStateChanged()
71 int exception = reply.ReadInt32(); in OnP2pPersistentGroupsChanged() local
72 if (exception) { in OnP2pPersistentGroupsChanged()
111 int exception = reply.ReadInt32(); in OnP2pThisDeviceChanged() local
112 if (exception) { in OnP2pThisDeviceChanged()
139 int exception = reply.ReadInt32(); in OnP2pPeersChanged() local
140 if (exception) { in OnP2pPeersChanged()
174 int exception = reply.ReadInt32(); in OnP2pServicesChanged() local
175 if (exception) { in OnP2pServicesChanged()
[all …]
Dwifi_device_callback_proxy.cpp45 int exception = reply.ReadInt32(); in OnWifiStateChanged() local
46 if (exception) { in OnWifiStateChanged()
89 int exception = reply.ReadInt32(); in OnWifiConnectionChanged() local
90 if (exception) { in OnWifiConnectionChanged()
113 int exception = reply.ReadInt32(); in OnWifiRssiChanged() local
114 if (exception) { in OnWifiRssiChanged()
138 int exception = reply.ReadInt32(); in OnWifiWpsStateChanged() local
139 if (exception) { in OnWifiWpsStateChanged()
162 int exception = reply.ReadInt32(); in OnStreamChanged() local
163 if (exception) { in OnStreamChanged()
[all …]
Dwifi_hotspot_callback_proxy.cpp44 int exception = reply.ReadInt32(); in OnHotspotStateChanged() local
45 if (exception) { in OnHotspotStateChanged()
71 int exception = reply.ReadInt32(); in OnHotspotStaJoin() local
72 if (exception) { in OnHotspotStaJoin()
97 int exception = reply.ReadInt32(); in OnHotspotStaLeave() local
98 if (exception) { in OnHotspotStaLeave()
/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/
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()
Dnfc_tag_callback_stub.cpp53 int exception = data.ReadInt32(); in OnRemoteRequest() local
54 if (exception) { in OnRemoteRequest()
55 HILOGE("NfcTagCallbackStub::OnRemoteRequest, got exception: %{public}d!", exception); in OnRemoteRequest()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
Dsoftbus_session_test.cpp65 } catch (const exception &e) {
83 } catch (const exception &e) {
101 } catch (const exception &e) {
119 } catch (const exception &e) {
139 } catch (const exception &e) {
157 } catch (const exception &e) {
Dsoftbus_session_dispatcher_test.cpp66 } catch (const exception &e) {
87 } catch (const exception &e) {
106 } catch (const exception &e) {
128 } catch (const exception &e) {
150 } catch (const exception &e) {
Dkernel_talker_test.cpp73 } catch (const exception &e) {
93 } catch (const exception &e) {
113 } catch (const exception &e) {
133 } catch (const exception &e) {
153 } catch (const exception &e) {
Dsoftbus_agent_test.cpp114 } catch (const exception &e) {
138 } catch (const exception &e) {
162 } catch (const exception &e) {
186 } catch (const exception &e) {
210 } catch (const exception &e) {
241 } catch (const exception &e) {
272 } catch (const exception &e) {
298 } catch (const exception &e) {
322 } catch (const exception &e) {
Ddevsl_dispatcher_test.cpp52 } catch (const exception &e) {
79 } catch (const exception &e) {
106 } catch (const exception &e) {
Dsession_pool_test.cpp61 } catch (const exception &e) {
87 } catch (const exception &e) {
113 } catch (const exception &e) {
139 } catch (const exception &e) {
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
Ddevice_manager_agent_test.cpp78 } catch (const exception &e) {
100 } catch (const exception &e) {
123 } catch (const exception &e) {
145 } catch (const exception &e) {
167 } catch (const exception &e) {
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/ipc/
Ddaemon_test.cpp77 catch(const std::exception& e) {
99 catch(const std::exception& e) {
121 catch(const std::exception& e) {
157 catch(const std::exception& e) {
177 catch(const std::exception& e) {
/foundation/communication/nfc/interfaces/inner_api/src/controller/
Dnfc_controller_callback_stub.cpp54 int exception = data.ReadInt32(); in OnRemoteRequest() local
55 if (exception) { in OnRemoteRequest()
56 … ErrorLog("ConnectedTagCallBackStub::OnRemoteRequest, got exception: (%{public}d))", exception); in OnRemoteRequest()
57 return exception; in OnRemoteRequest()
/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/entry/src/main/ets/DialogExtensionAbility/
DDialogExtensionAbility.ts115 } catch (exception) {
116 hilog.error(0, TAG, 'Failed to load the content. Cause:' + JSON.stringify(exception));
119 } catch (exception) {
120 hilog.error(0, TAG, 'Failed to create the window. Cause: ' + JSON.stringify(exception));
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Devent_report.cpp74 const std::string &abilityName, int32_t userId, bool isEnable, bool exception) in SendComponentStateSysEvent() argument
82 if (exception) { in SendComponentStateSysEvent()
92 const std::string &bundleName, int32_t userId, bool isCleanCache, bool exception) in SendCleanCacheSysEvent() argument
99 if (exception) { in SendCleanCacheSysEvent()
/foundation/communication/connected_nfc_tag/services/src/
Dnfc_tag_callback_proxy.cpp42 int exception = reply.ReadInt32(); in OnNotify() local
43 if (exception) { in OnNotify()

123