Lines Matching defs:hceSession
49 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy();
50 if (hceSession == nullptr) {
54 return hceSession->RegHceCmdCallback(callback, type);
59 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy();
60 if (hceSession == nullptr) {
64 return hceSession->StopHce(element);
69 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy();
70 if (hceSession == nullptr) {
74 return hceSession->IsDefaultService(element, type, isDefaultService);
79 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy();
80 if (hceSession == nullptr) {
84 return hceSession->SendRawFrame(hexCmdData, raw, hexRespData);
89 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy();
90 if (hceSession == nullptr) {
94 return hceSession->GetPaymentServices(abilityInfos);
100 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy();
101 if (hceSession == nullptr) {
105 return hceSession->StartHce(element, aids);