Home
last modified time | relevance | path

Searched refs:KEY_NFC_WIFI_BUTTON_NAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.h81 constexpr const char* KEY_NFC_WIFI_BUTTON_NAME = "NfcWifiButtonName"; variable
H A Dnfc_notification.cpp272 if (g_resourceMap.find(KEY_NFC_WIFI_BUTTON_NAME) != g_resourceMap.end()) { in GetButtonName()
273 return g_resourceMap[KEY_NFC_WIFI_BUTTON_NAME]; in GetButtonName()