Lines Matching refs:CeService
36 CeService::CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciCeProxy)
45 DebugLog("CeService constructor end");
48 CeService::~CeService()
62 DebugLog("CeService deconstructor end");
65 void CeService::PublishFieldOnOrOffCommonEvent(bool isFieldOn)
70 bool CeService::RegHceCmdCallback(const sptr<KITS::IHceCmdCallback> &callback, const std::string &type,
80 bool CeService::UnRegHceCmdCallback(const std::string &type, Security::AccessToken::AccessTokenID callerToken)
89 bool CeService::UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken)
98 bool CeService::IsDefaultService(ElementName &element, const std::string &type)
104 bool CeService::SendHostApduData(const std::string &hexCmdData, bool raw, std::string &hexRespData,
114 bool CeService::InitConfigAidRouting(bool forceUpdate)
157 void CeService::HandleAppStateChanged(const std::string &bundleName, const std::string &abilityName,
179 void CeService::BuildAidEntries(std::map<std::string, AidEntry> &aidEntries)
213 void CeService::ClearAidEntriesCache()
220 bool CeService::IsDynamicAid(const std::string &targetAid)
230 void CeService::OnDefaultPaymentServiceChange()
255 void CeService::OnAppAddOrChangeOrRemove(std::shared_ptr<EventFwk::CommonEventData> data)
299 bool CeService::AppEventCheckValid(std::shared_ptr<EventFwk::CommonEventData> data)
325 void CeService::UpdateDefaultPaymentBundleInstalledStatus(bool installed)
332 void CeService::UpdateDefaultPaymentElement(const ElementName &element)
339 KITS::DefaultPaymentType CeService::GetDefaultPaymentType()
361 void CeService::ConfigRoutingAndCommit()
390 void CeService::SearchElementByAid(const std::string &aid, ElementName &aidElement)
444 void CeService::HandleOtherAidConflicted(const std::vector<AppDataParser::HceAppAidInfo> &hceApps)
451 bool CeService::UpdateDefaultPaymentType()
467 bool CeService::IsPaymentAid(const std::string &aid, const AppDataParser::HceAppAidInfo &hceApp)
477 void CeService::HandleFieldActivated()
500 void CeService::HandleFieldDeactivated()
521 void CeService::OnCardEmulationData(const std::vector<uint8_t> &data)
529 void CeService::OnCardEmulationActivated()
537 void CeService::OnCardEmulationDeactivated()
545 OHOS::sptr<OHOS::IRemoteObject> CeService::AsObject()
549 void CeService::Initialize()
551 DebugLog("CeService Initialize start");
561 DebugLog("CeService Initialize end");
564 bool CeService::InitDefaultPaymentApp()
591 void CeService::Deinitialize()
593 DebugLog("CeService Deinitialize start");
608 DebugLog("CeService Deinitialize end");
611 bool CeService::StartHce(const ElementName &element, const std::vector<std::string> &aids)
627 void CeService::SetHceInfo(const ElementName &element, const std::vector<std::string> &aids)
637 void CeService::ClearHceInfo()
649 bool CeService::StopHce(const ElementName &element, Security::AccessToken::AccessTokenID callerToken)
661 bool CeService::HandleWhenRemoteDie(Security::AccessToken::AccessTokenID callerToken)
684 void CeService::NotifyDefaultPaymentType(int paymentType)
694 void CeService::HandleDataShareReady()