Lines Matching refs:HceService
30 HceService::HceService()
32 DebugLog("[HceService] new HceService");
35 HceService::~HceService()
37 DebugLog("destruct HceService");
40 HceService &HceService::GetInstance()
42 static HceService instance;
46 ErrorCode HceService::RegHceCmdCallback(const sptr<IHceCmdCallback> &callback, const std::string &type)
48 DebugLog("HceService::RegHceCmdCallback");
51 ErrorLog("HceService::RegHceCmdCallback, ERR_HCE_STATE_UNBIND");
56 ErrorCode HceService::StopHce(ElementName &element)
58 DebugLog("HceService::StopHce");
61 ErrorLog("HceService::StopHce, ERR_HCE_STATE_UNBIND");
66 ErrorCode HceService::IsDefaultService(ElementName &element, const std::string &type, bool &isDefaultService)
68 DebugLog("HceService::IsDefaultService");
71 ErrorLog("HceService::IsDefaultService, ERR_HCE_STATE_UNBIND");
76 int HceService::SendRawFrame(std::string hexCmdData, bool raw, std::string &hexRespData)
78 DebugLog("HceService::SendRawFrame");
81 ErrorLog("HceService::SendRawFrame, ERR_HCE_STATE_UNBIND");
86 int HceService::GetPaymentServices(std::vector<AbilityInfo> &abilityInfos)
88 DebugLog("HceService::GetPaymentServices");
91 ErrorLog("HceService::GetPaymentServices, ERR_HCE_STATE_UNBIND");
97 KITS::ErrorCode HceService::StartHce(const ElementName &element, const std::vector<std::string> &aids)
99 DebugLog("HceService::StartHce");
102 ErrorLog("HceService::StartHce, ERR_HCE_STATE_UNBIND");
107 OHOS::sptr<HCE::IHceSession> HceService::GetHceSessionProxy()