Home
last modified time | relevance | path

Searched refs:NFC_MANAGER_SYS_ABILITY_ID (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/nfc/services/src/
H A Dnfc_sa_manager.cpp25 NfcSaManager::NfcSaManager() : SystemAbility(NFC_MANAGER_SYS_ABILITY_ID, false) {} in NfcSaManager()
H A Dnfc_service.cpp127 InfoLog("%{public}s enter, systemAbilityId = [%{public}d] unloading", __func__, KITS::NFC_MANAGER_SYS_ABILITY_ID); in UnloadNfcSa()
134 int32_t ret = samgr->UnloadSystemAbility(KITS::NFC_MANAGER_SYS_ABILITY_ID); in UnloadNfcSa()
137 __func__, KITS::NFC_MANAGER_SYS_ABILITY_ID, ret); in UnloadNfcSa()
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_sa_client.cpp43 auto object = samgr->CheckSystemAbility(KITS::NFC_MANAGER_SYS_ABILITY_ID); in CheckNfcSystemAbility()
H A Dnfc_controller.cpp64 remote_ = NfcSaClient::GetInstance().LoadNfcSa(NFC_MANAGER_SYS_ABILITY_ID); in InitNfcRemoteSA()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.h26 static const uint32_t NFC_MANAGER_SYS_ABILITY_ID = 1140; member
/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_controller_event.h85 mSaStatusListener_->Init(NFC_MANAGER_SYS_ABILITY_ID); in EventRegister()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h89 NFC_MANAGER_SYS_ABILITY_ID = 1140, enumerator
/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp325 request.SetCreatorUid(KITS::NFC_MANAGER_SYS_ABILITY_ID); in SetBasicOption()
398 Notification::NotificationBundleOption bundle(KITS::NFC_MANAGER_SYS_ABILITY_NAME, KITS::NFC_MANAGER_SYS_ABILITY_ID); in PublishNfcNotification()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs83 pub const NFC_MANAGER_SYS_ABILITY_ID: i32 = 1140; consts

Completed in 7 milliseconds