Home
last modified time | relevance | path

Searched refs:GetBalance (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/include/
H A Disodep_card_handler.h60 void GetBalance(uint32_t rfDiscId, uint8_t cardIndex, int &balance);
/ohos5.0/foundation/communication/nfc/test/unittest/services/isodep_card_handler_test/
H A Disodep_card_handler_test.cpp93 isodepCardHandler->GetBalance(rfDiscId, cardIndex, balance);
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Disodep_card_handler.cpp245 void IsodepCardHandler::GetBalance(uint32_t rfDiscId, uint8_t cardIndex, int &balance) in GetBalance() function in OHOS::NFC::TAG::IsodepCardHandler
H A Dtag_dispatcher.cpp319 isodepCardHandler_->GetBalance(tagDiscId, cardIndex, balance); in PublishTagNotification()