| /foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
| D | tag_host.cpp | 65 DebugLog("TagHost::Connect tech = %{public}d", technology); in Connect() 85 DebugLog("TagHost::Connect, connected to index = %{public}zu", i); in Connect() 94 DebugLog("TagHost::Connect exit, result = %{public}d", result); in Connect() 100 DebugLog("TagHost::Disconnect"); in Disconnect() 111 DebugLog("TagHost::Disconnect exit, result = %{public}d", result); in Disconnect() 117 DebugLog("TagHost::Reconnect"); in Reconnect() 126 DebugLog("TagHost::Reconnect exit, result = %{public}d", result); in Reconnect() 132 DebugLog("TagHost::Transceive"); in Transceive() 137 DebugLog("TagHost::Transceive exit, result = %{public}d", status); in Transceive() 143 DebugLog("TagHost::FieldOnCheckingThread"); in FieldOnCheckingThread() [all …]
|
| D | nfcc_nci_adapter.cpp | 84 DebugLog("NfccNciAdapter::StartRfDiscovery: isStart= %{public}d", isStart); in StartRfDiscovery() 104 DebugLog("NfccNciAdapter::StartPolling, techMask = 0x%{public}02X", techMask); in StartPolling() 107 DebugLog("StartPolling: wait for enable event"); in StartPolling() 122 DebugLog("NfccNciAdapter::StopPolling"); in StopPolling() 259 DebugLog("DoNfaDiscResultEvt: status = 0x%{public}X", status); in DoNfaDiscResultEvt() 270 DebugLog("DoNfaDiscResultEvt: valid more value"); in DoNfaDiscResultEvt() 369 … DebugLog("NfaConnectionCallback: NFA_POLL_ENABLED_EVT: status = %{public}u", eventData->status); in NfcConnectionCallback() 375 … DebugLog("NfaConnectionCallback: NFA_POLL_DISABLED_EVT: status = %{public}u", eventData->status); in NfcConnectionCallback() 381 …DebugLog("NfaConnectionCallback: NFA_RF_DISCOVERY_STARTED_EVT: status = %{public}u", eventData->st… in NfcConnectionCallback() 387 …DebugLog("NfaConnectionCallback: NFA_RF_DISCOVERY_STOPPED_EVT: status = %{public}u", eventData->st… in NfcConnectionCallback() [all …]
|
| D | synchronize_event.cpp | 45 DebugLog("SynchronizeEvent::start: fail lock; error=0x%{public}X", res); in Start() 53 DebugLog("SynchronizeEvent::end: fail unlock; error=0x%{public}X", res); in End() 61 DebugLog("CondVar::wait: fail wait; error=0x%{public}X", res); in Wait() 82 DebugLog("SynchronizeEvent::wait: fail timed wait; error=0x%{public}X", waitResult); in Wait() 92 DebugLog("SynchronizeEvent::notifyOne: fail signal; error=0x%{public}X", res); in NotifyOne()
|
| D | tag_nci_adapter.cpp | 91 …DebugLog("TagNciAdapter::TagNciAdapter: isLegacyMifareReader_ = %{public}d", isLegacyMifareReader_… in TagNciAdapter() 96 …DebugLog("TagNciAdapter::TagNciAdapter: timediff[%{public}d] = %{public}d", i, nonStdTimeDiff.at(i… in TagNciAdapter() 99 DebugLog("TagNciAdapter::TagNciAdapter:timediff not configured, use default"); in TagNciAdapter() 153 DebugLog("NdefCallback: NFA_NDEF_REGISTER_EVT; status=0x%{public}X; handle=0x%{public}X", in DoNfaNdefRegisterEvt() 160 DebugLog("NdefCallback: NFA_NDEF_DATA_EVT; data_len = %u", eventData->ndef_data.len); in DoNfaNdefDataEvt() 168 DebugLog("TagNciAdapter::NdefCallback"); in NdefCallback() 179 DebugLog("%{public}s: Unknown event %{public}u", "NdefCallback", event); in NdefCallback() 187 DebugLog("TagNciAdapter::RegisterNdefHandler"); in RegisterNdefHandler() 216 DebugLog("TagNciAdapter::Connect: do nothing for non ISO_DEP"); in Connect() 224 DebugLog("TagNciAdapter::Connect: switch rf interface to frame"); in Connect() [all …]
|
| /foundation/communication/nfc/interfaces/inner_api/cardEmulation/ |
| D | cardEmulation.cpp | 25 DebugLog("[cardEmulation::cardEmulation] new ability manager"); in CardEmulation() 30 DebugLog("destruct cardEmulation"); in ~CardEmulation() 41 DebugLog("cardEmulation::IsSupported in."); in IsSupported() 44 DebugLog("cardEmulation::HCE card emulation is supported."); in IsSupported() 48 DebugLog("cardEmulation::UICC card emulation is supported."); in IsSupported() 52 DebugLog("cardEmulation::ESE card emulation is supported."); in IsSupported() 56 DebugLog("cardEmulation:: card emulation is not supported."); in IsSupported()
|
| D | hce_service.cpp | 32 DebugLog("[HceService] new HceService"); in HceService() 37 DebugLog("destruct HceService"); in ~HceService() 48 DebugLog("HceService::RegHceCmdCallback"); in RegHceCmdCallback() 58 DebugLog("HceService::StopHce"); in StopHce() 68 DebugLog("HceService::IsDefaultService"); in IsDefaultService() 78 DebugLog("HceService::SendRawFrame"); in SendRawFrame() 88 DebugLog("HceService::GetPaymentServices"); in GetPaymentServices()
|
| D | hce_cmd_callback_stub.cpp | 41 DebugLog("HceCmdCallbackStub RegisterCallBack"); in RegHceCmdCallback() 58 DebugLog("HceCmdCallbackStub::OnRemoteRequest,code = %{public}d", code); in OnRemoteRequest() 97 DebugLog("HceCmdCallbackStub callback_"); in OnCeApduData()
|
| /foundation/communication/nfc/interfaces/inner_api/tags/ |
| D | tag_foreground.cpp | 31 DebugLog("TagForeground: new ability TagForeground"); in TagForeground() 36 DebugLog("destruct TagForeground"); in ~TagForeground() 52 DebugLog("TagForeground::GetInstance in."); in GetInstance() 60 DebugLog("TagForeground::RegForeground"); in RegForeground() 71 DebugLog("TagForeground::UnregForeground"); in UnregForeground() 84 DebugLog("TagForeground::RegReaderMode"); in RegReaderMode() 95 DebugLog("TagForeground::UnregReaderMode"); in UnregReaderMode()
|
| D | foreground_callback_stub.cpp | 35 DebugLog("g_foregroundCallbackStub != nullptr"); in ~ForegroundCallbackStub() 44 DebugLog("new ForegroundCallbackStub"); in GetInstance() 53 DebugLog(" callback_"); in OnTagDiscovered() 61 DebugLog("ForegroundCallbackStub::OnRemoteRequest,code = %{public}d", code); in OnRemoteRequest() 90 DebugLog("ForegroundCallbackStub RegForegroundCallback"); in RegForegroundDispatch()
|
| D | reader_mode_callback_stub.cpp | 35 DebugLog("g_readerModeCallbackStub != nullptr"); in ~ReaderModeCallbackStub() 44 DebugLog("new ReaderModeCallbackStub"); in GetInstance() 53 DebugLog("callback_ is not null"); in OnTagDiscovered() 61 DebugLog("ReaderModeCallbackStub::OnRemoteRequest,code = %{public}d", code); in OnRemoteRequest() 90 DebugLog("ReaderModeCallbackStub RegReaderMode"); in RegReaderMode()
|
| /foundation/communication/nfc/interfaces/inner_api/controller/ |
| D | nfc_controller.cpp | 51 DebugLog("[NfcController::NfcController] new ability manager"); in NfcController() 57 DebugLog("destruct NfcController"); in ~NfcController() 62 …DebugLog("NfcController::%{public}s in, initialized_ = %{public}d, nfcControllerService_ = %{publi… in InitNfcRemoteSA() 82 DebugLog("NfcController::%{public}s success.", __func__); in InitNfcRemoteSA() 87 DebugLog("NfcController::GetInstance in."); in GetInstance() 164 DebugLog("NfcController::RegListener"); in RegListener() 175 DebugLog("NfcController::UnregListener"); in UnregListener() 192 DebugLog("NfcController::RegNdefMsgCb"); in RegNdefMsgCb() 205 DebugLog("NfcController::RegQueryApplicationCb"); in RegQueryApplicationCb() 221 DebugLog("NfcController::RegCardEmulationNotifyCb"); in RegCardEmulationNotifyCb() [all …]
|
| D | nfc_sa_client.cpp | 30 DebugLog("NfcSaClient::%{public}s enter", __func__); in GetInstance() 37 …DebugLog("NfcSaClient::%{public}s enter, systemAbilityId [%{public}d] loading", __func__, systemAb… in LoadNfcSa() 107 DebugLog("NfcSaClient Load SA success, systemAbilityId = [%{public}d]", systemAbilityId); in OnLoadSystemAbilitySuccess() 113 DebugLog("NfcSaClient Load SA failed, systemAbilityId = [%{public}d]", systemAbilityId); in OnLoadSystemAbilityFail()
|
| D | nfc_controller_callback_stub.cpp | 39 DebugLog("NfcControllerCallBackStub callback_"); in OnNfcStateChanged() 47 DebugLog("NfcControllerCallBackStub::OnRemoteRequest,code = %{public}d", code); in OnRemoteRequest() 76 DebugLog("NfcControllerCallBackStub RegisterCallBack"); in RegisterCallBack()
|
| D | ndef_msg_callback_stub.cpp | 38 DebugLog("NdefMsgCallbackStub callback_"); in OnNdefMsgDiscovered() 47 DebugLog("NdefMsgCallbackStub::OnRemoteRequest,code = %{public}d", code); in OnRemoteRequest() 76 DebugLog("NdefMsgCallbackStub RegisterCallBack"); in RegisterCallback()
|
| /foundation/communication/nfc/services/src/external_deps/ |
| D | nfc_preferences.cpp | 39 DebugLog("Getting preference from distributed data management system"); in GetPreference() 50 DebugLog("Set preference with key %{public}s, value %{public}s", key.c_str(), value.c_str()); in SetString() 62 DebugLog("Get preference with key %{public}s", key.c_str()); in GetString() 73 DebugLog("Set preference with key %{public}s, value %{public}d", key.c_str(), value); in SetInt() 85 DebugLog("Get preference with key %{public}s", key.c_str()); in GetInt() 97 DebugLog("NfcPreferences: Clear preferences"); in Clear() 108 DebugLog("NfcPreferences: Delete preference with key %{public}s", key.c_str()); in Delete()
|
| D | app_data_parser.cpp | 77 DebugLog("HandleAppAddOrChangedEvent bundlename: %{public}s", bundleName.c_str()); in HandleAppAddOrChangedEvent() 96 …DebugLog("HandleAppRemovedEvent, bundleName %{public}s tag size %{public}zu, hce size %{public}zu", in HandleAppRemovedEvent() 265 DebugLog("UpdateTagAppList from metadata, push tech %{public}s", data.value.c_str()); in UpdateTagAppList() 271 … DebugLog("UpdateTagAppList from customizeData, push tech %{public}s", data.value.c_str()); in UpdateTagAppList() 292 DebugLog("UpdateTagAppList from skillUri, push tech %{public}s", nfcType.c_str()); in UpdateTagAppList() 297 …DebugLog("UpdateTagAppList, ignore for app %{public}s %{public}s", element.GetBundleName().c_str(), in UpdateTagAppList() 306 … DebugLog("UpdateTagAppList, push for app %{public}s %{public}s", element.GetBundleName().c_str(), in UpdateTagAppList() 323 DebugLog("UpdateHceAppList from metadata, push aid %{public}s", data.value.c_str()); in UpdateHceAppList() 331 … DebugLog("UpdateHceAppList from customizeData, push aid %{public}s", data.value.c_str()); in UpdateHceAppList() 335 …DebugLog("UpdateHceAppList, ignore for app %{public}s %{public}s", element.GetBundleName().c_str(), in UpdateHceAppList() [all …]
|
| /foundation/communication/nfc/frameworks/js/napi/controller/ |
| D | nfc_napi_controller_event.cpp | 91 DebugLog("Report event to Js failed"); in after_work_cb() 110 DebugLog("Enter nfc event notify"); in EventNotify() 112 DebugLog("asyncEvent is null."); in EventNotify() 120 DebugLog("uv_work_t work is null."); in EventNotify() 224 DebugLog("argv[1] is null or undefined, handle as no argv[1] input"); in Off() 244 DebugLog("RegisterNfcStateChangedEvents nfcListenerEvent failed!"); in RegisterNfcStateChangedEvents() 255 DebugLog("UnRegisterNfcEvents nfcListenerEvent failed!"); in UnRegisterNfcEvents() 276 DebugLog("Register type error or not support!"); in Register() 292 DebugLog("Register, add new type."); in Register() 303 DebugLog("handler function is same"); in Register() [all …]
|
| /foundation/communication/nfc/interfaces/inner_api/common/ |
| D | loghelper.h | 37 #ifdef DebugLog 38 #undef DebugLog 69 #define DebugLog(fmt, ...) \ macro 78 #define DebugLog(...) macro
|
| /foundation/communication/nfc/services/src/ipc/controller/ |
| D | nfc_controller_callback_proxy.cpp | 29 DebugLog("NfcControllerCallBackProxy::OnNotify"); in OnNfcStateChanged() 34 DebugLog("Write interface token error: %{public}s", __func__); in OnNfcStateChanged() 49 DebugLog("notify COMMAND_ON_NOTIFY state change failed!"); in OnNfcStateChanged()
|
| /foundation/communication/nfc/services/src/ipc/tags/ |
| D | reader_mode_callback_proxy.cpp | 28 DebugLog("ReaderModeCallbackProxy::OnNotify"); in OnTagDiscovered() 33 DebugLog("Write interface token error: %{public}s", __func__); in OnTagDiscovered() 48 DebugLog("notify COMMAND_TAG_FOUND_READER_MODE failed!"); in OnTagDiscovered()
|
| D | foreground_callback_proxy.cpp | 28 DebugLog("ForegroundCallbackProxy::OnNotify"); in OnTagDiscovered() 33 DebugLog("Write interface token error: %{public}s", __func__); in OnTagDiscovered() 48 DebugLog("notify COMMAND_TAG_FOUND_FOREGROUND failed!"); in OnTagDiscovered()
|
| /foundation/communication/nfc/services/src/ipc/card_emulation/ |
| D | hce_cmd_callback_proxy.cpp | 31 DebugLog("HceCmdCallbackProxy::OnNotify"); in OnCeApduData() 36 DebugLog("Write interface token error: %{public}s", __func__); in OnCeApduData() 53 DebugLog("notify COMMAND_ON_CE_APDU_DATA failed!"); in OnCeApduData()
|
| /foundation/communication/nfc/services/src/card_emulation/ |
| D | ce_service.cpp | 39 DebugLog("CeService constructor end"); in CeService() 46 DebugLog("CeService deconstructor end"); in ~CeService() 84 DebugLog("AddAidRoutingHceAids: start"); in InitConfigAidRouting() 117 DebugLog("AddAidRoutingHceAids: end"); in InitConfigAidRouting() 148 DebugLog("ClearAidEntriesCache end"); in ClearAidEntriesCache() 178 DebugLog("OnAppAddOrChangeOrRemove start"); in OnAppAddOrChangeOrRemove() 211 DebugLog("OnAppAddOrChangeOrRemove end"); in OnAppAddOrChangeOrRemove() 286 DebugLog("CeService Initialize start"); in Initialize() 292 DebugLog("CeService Initialize end"); in Initialize() 296 DebugLog("CeService Deinitialize start"); in Deinitialize() [all …]
|
| /foundation/communication/nfc/services/src/ |
| D | nfc_polling_manager.cpp | 124 DebugLog("Screen changed screenState %{public}d", screenState_); in HandleScreenChanged() 142 DebugLog("not need event."); in HandlePackageUpdated() 163 DebugLog("EnableForegroundDispatch: element: %{public}s/%{public}s", in EnableForegroundDispatch() 177 DebugLog("DisableForegroundDispatch: element: %{public}s/%{public}s", in DisableForegroundDispatch() 204 …DebugLog("SendTagToForeground: OnTagDiscovered, tagInfo = %{public}s", tagInfo->ToString().c_str()… in SendTagToForeground() 224 DebugLog("EnableReaderMode: element: %{public}s/%{public}s", in EnableReaderMode() 238 DebugLog("DisableReaderMode: element: %{public}s/%{public}s", in DisableReaderMode() 265 …DebugLog("SendTagToReaderApp: OnTagDiscovered, tagInfo = %{public}s", tagInfo->ToString().c_str()); in SendTagToReaderApp()
|
| D | nfc_routing_manager.cpp | 45 DebugLog("HandleCommitRouting: NOT Handle CommitRouting in state off or turning off."); in HandleCommitRouting() 56 DebugLog("HandleCommitRouting: result = %{public}d", result); in HandleCommitRouting() 75 DebugLog("HandleComputeRoutingParams result = %{public}d", result); in HandleComputeRoutingParams()
|