Home
last modified time | relevance | path

Searched refs:LoadNfcSa (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_sa_client.h38 sptr<IRemoteObject> LoadNfcSa(int32_t systemAbilityId);
H A Dnfc_sa_client.cpp47 sptr<IRemoteObject> NfcSaClient::LoadNfcSa(int32_t systemAbilityId) in LoadNfcSa() function in OHOS::NFC::NfcSaClient
H A Dnfc_controller.cpp66 remote_ = NfcSaClient::GetInstance().LoadNfcSa(NFC_MANAGER_SYS_ABILITY_ID); in InitNfcRemoteSA()