Lines Matching refs:CeService
36 CeService::CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciC… in CeService() function in OHOS::NFC::CeService
48 CeService::~CeService() in ~CeService()
65 void CeService::PublishFieldOnOrOffCommonEvent(bool isFieldOn) in PublishFieldOnOrOffCommonEvent()
70 bool CeService::RegHceCmdCallback(const sptr<KITS::IHceCmdCallback> &callback, const std::string &t… in RegHceCmdCallback()
80 bool CeService::UnRegHceCmdCallback(const std::string &type, Security::AccessToken::AccessTokenID c… in UnRegHceCmdCallback()
89 bool CeService::UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken) in UnRegAllCallback()
98 bool CeService::IsDefaultService(ElementName &element, const std::string &type) in IsDefaultService()
104 bool CeService::SendHostApduData(const std::string &hexCmdData, bool raw, std::string &hexRespData, in SendHostApduData()
114 bool CeService::InitConfigAidRouting(bool forceUpdate) in InitConfigAidRouting()
157 void CeService::HandleAppStateChanged(const std::string &bundleName, const std::string &abilityName, in HandleAppStateChanged()
179 void CeService::BuildAidEntries(std::map<std::string, AidEntry> &aidEntries) in BuildAidEntries()
213 void CeService::ClearAidEntriesCache() in ClearAidEntriesCache()
220 bool CeService::IsDynamicAid(const std::string &targetAid) in IsDynamicAid()
230 void CeService::OnDefaultPaymentServiceChange() in OnDefaultPaymentServiceChange()
256 void CeService::OnAppAddOrChangeOrRemove(std::shared_ptr<EventFwk::CommonEventData> data) in OnAppAddOrChangeOrRemove()
302 bool CeService::AppEventCheckValid(std::shared_ptr<EventFwk::CommonEventData> data) in AppEventCheckValid()
328 void CeService::UpdateDefaultPaymentBundleInstalledStatus(bool installed) in UpdateDefaultPaymentBundleInstalledStatus()
335 void CeService::UpdateDefaultPaymentElement(const ElementName &element) in UpdateDefaultPaymentElement()
342 KITS::DefaultPaymentType CeService::GetDefaultPaymentType() in GetDefaultPaymentType()
364 void CeService::ConfigRoutingAndCommit() in ConfigRoutingAndCommit()
393 void CeService::SearchElementByAid(const std::string &aid, ElementName &aidElement) in SearchElementByAid()
447 void CeService::HandleOtherAidConflicted(const std::vector<AppDataParser::HceAppAidInfo> &hceApps) in HandleOtherAidConflicted()
454 bool CeService::UpdateDefaultPaymentType() in UpdateDefaultPaymentType()
470 bool CeService::IsPaymentAid(const std::string &aid, const AppDataParser::HceAppAidInfo &hceApp) in IsPaymentAid()
480 void CeService::HandleFieldActivated() in HandleFieldActivated()
503 void CeService::HandleFieldDeactivated() in HandleFieldDeactivated()
524 void CeService::OnCardEmulationData(const std::vector<uint8_t> &data) in OnCardEmulationData()
532 void CeService::OnCardEmulationActivated() in OnCardEmulationActivated()
540 void CeService::OnCardEmulationDeactivated() in OnCardEmulationDeactivated()
548 OHOS::sptr<OHOS::IRemoteObject> CeService::AsObject() in AsObject()
552 void CeService::Initialize() in Initialize()
567 bool CeService::InitDefaultPaymentApp() in InitDefaultPaymentApp()
594 void CeService::Deinitialize() in Deinitialize()
614 bool CeService::StartHce(const ElementName &element, const std::vector<std::string> &aids) in StartHce()
630 void CeService::SetHceInfo(const ElementName &element, const std::vector<std::string> &aids) in SetHceInfo()
640 void CeService::ClearHceInfo() in ClearHceInfo()
652 bool CeService::StopHce(const ElementName &element, Security::AccessToken::AccessTokenID callerToke… in StopHce()
664 bool CeService::HandleWhenRemoteDie(Security::AccessToken::AccessTokenID callerToken) in HandleWhenRemoteDie()
687 void CeService::NotifyDefaultPaymentType(int paymentType) in NotifyDefaultPaymentType()
697 void CeService::HandleDataShareReady() in HandleDataShareReady()