Home
last modified time | relevance | path

Searched refs:NotifyDefaultPaymentType (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_ce_proxy.cpp99 void NciCeProxy::NotifyDefaultPaymentType(int paymentType) in NotifyDefaultPaymentType() function in OHOS::NFC::NCI::NciCeProxy
102 nciCeInterface_->NotifyDefaultPaymentType(paymentType); in NotifyDefaultPaymentType()
H A Dnci_ce_proxy.h77 void NotifyDefaultPaymentType(int paymentType) override;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_ce_impl_default.h34 void NotifyDefaultPaymentType(int paymentType) override;
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_ce_interface.h109 virtual void NotifyDefaultPaymentType(int paymentType) = 0;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_ce_impl_default.cpp66 void NciCeImplDefault::NotifyDefaultPaymentType(int paymentType) in NotifyDefaultPaymentType() function in OHOS::NFC::NCI::NciCeImplDefault
/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp463 NotifyDefaultPaymentType(static_cast<int>(defaultPaymentType_)); in UpdateDefaultPaymentType()
558 NotifyDefaultPaymentType(static_cast<int>(defaultPaymentType_)); in Initialize()
684 void CeService::NotifyDefaultPaymentType(int paymentType) in NotifyDefaultPaymentType() function in OHOS::NFC::CeService
686 InfoLog("NotifyDefaultPaymentType: %{public}d", paymentType); in NotifyDefaultPaymentType()
688 ErrorLog("NotifyDefaultPaymentType: nciCeProxy_ is nullptr."); in NotifyDefaultPaymentType()
691 nciCeProxy_.lock()->NotifyDefaultPaymentType(paymentType); in NotifyDefaultPaymentType()
H A Dce_service.h102 void NotifyDefaultPaymentType(int paymentType);
/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/
H A Dnci_ce_proxy_test.cpp123 * @tc.desc: Test NciCeProxyTest NotifyDefaultPaymentType.
130 nciCeProxy->NotifyDefaultPaymentType(paymentType); in HWTEST_F()

Completed in 3 milliseconds