Home
last modified time | relevance | path

Searched refs:AppEventCheckValid (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.h96 bool AppEventCheckValid(std::shared_ptr<EventFwk::CommonEventData> data);
H A Dce_service.cpp260 if (!AppEventCheckValid(data)) { in OnAppAddOrChangeOrRemove()
302 bool CeService::AppEventCheckValid(std::shared_ptr<EventFwk::CommonEventData> data) in AppEventCheckValid() function in OHOS::NFC::CeService