Home
last modified time | relevance | path

Searched refs:ComputeRoutingParams (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_ce_proxy.cpp42 bool NciCeProxy::ComputeRoutingParams(int defaultPaymentType) in ComputeRoutingParams() function in OHOS::NFC::NCI::NciCeProxy
45 return nciCeInterface_->ComputeRoutingParams(defaultPaymentType); in ComputeRoutingParams()
H A Dnci_ce_proxy.h37 bool ComputeRoutingParams(int defaultPaymentType) override;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_ce_impl_default.cpp29 bool NciCeImplDefault::ComputeRoutingParams(int defaultPaymentType) in ComputeRoutingParams() function in OHOS::NFC::NCI::NciCeImplDefault
31 return NfccNciAdapter::GetInstance().ComputeRoutingParams(defaultPaymentType); in ComputeRoutingParams()
H A Dnfcc_nci_adapter.cpp1040 bool NfccNciAdapter::ComputeRoutingParams(int defaultPaymentType) in ComputeRoutingParams() function in OHOS::NFC::NCI::NfccNciAdapter
1042 return RoutingManager::GetInstance().ComputeRoutingParams(defaultPaymentType); in ComputeRoutingParams()
H A Drouting_manager.cpp152 bool RoutingManager::ComputeRoutingParams(int defaultPaymentType) in ComputeRoutingParams() function in OHOS::NFC::NCI::RoutingManager
154 InfoLog("ComputeRoutingParams"); in ComputeRoutingParams()
/foundation/communication/nfc/services/src/
H A Dnfc_routing_manager.cpp67 void NfcRoutingManager::ComputeRoutingParams(KITS::DefaultPaymentType defaultPaymentType) in ComputeRoutingParams() function in OHOS::NFC::NfcRoutingManager
82 bool result = nciCeProxy_.lock()->ComputeRoutingParams(defaultPaymentType); in HandleComputeRoutingParams()
H A Dnfc_service.cpp329 nfcRoutingManager_->ComputeRoutingParams(ceService_->GetDefaultPaymentType()); in DoTurnOn()
/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/
H A Dnci_ce_proxy_test.cpp64 bool computeRoutingParams = nciCeProxy->ComputeRoutingParams(static_cast<int>(KITS::DefaultPaymentType::TYPE_ESE)); in HWTEST_F()
70 * @tc.desc: Test NciCeProxyTest ComputeRoutingParams.
76 bool computeRoutingParams = nciCeProxy->ComputeRoutingParams(static_cast<int>(KITS::DefaultPaymentType::TYPE_ESE)); in HWTEST_F()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_ce_impl_default.h28 bool ComputeRoutingParams(int defaultPaymentType) override;
H A Dnfcc_nci_adapter.h152 bool ComputeRoutingParams(int defaultPaymentType);
H A Drouting_manager.h38 bool ComputeRoutingParams(int defaultPaymentType);
/foundation/communication/nfc/services/include/
H A Dnfc_routing_manager.h36 void ComputeRoutingParams(KITS::DefaultPaymentType defaultPaymentType);
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_ce_interface.h69 virtual bool ComputeRoutingParams(int defaultPaymentType) = 0;
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp260 manager->ComputeRoutingParams(defaultPaymentType); in FuzzComputeRoutingParams()
/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp385 routingManager.lock()->ComputeRoutingParams(defaultPaymentType_); in ConfigRoutingAndCommit()

Completed in 8 milliseconds