Searched refs:g_resourceMap (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/nfc/services/src/notification/ |
H A D | nfc_notification.cpp | 39 static std::map<std::string, std::string> g_resourceMap;
member 94 g_resourceMap.clear();
in UpdateResourceMap() 111 g_resourceMap.insert(std::pair<std::string, std::string>(key->valuestring, value->valuestring));
in UpdateResourceMap() 139 int ret = sprintf_s(buf, MAX_BUFF_LEN, g_resourceMap[KEY_TRANSPORT_CARD_NTF_TEXT].c_str(),
in GetTrafficCardNotificationText() 140 g_resourceMap[cardName].c_str(), static_cast<float>(balance) / NFC_UNIT_CHANGE_CONSTANT);
in GetTrafficCardNotificationText() 153 int ret = sprintf_s(buf, MAX_BUFF_LEN, g_resourceMap[KEY_NFC_WIFI_NTF_TEXT].c_str(), ssid.c_str());
in GetWifiNotificationText() 167 int ret = sprintf_s(buf, MAX_BUFF_LEN, g_resourceMap[KEY_NFC_BT_NTF_TEXT].c_str(), name.c_str());
in GetBtNotificationText() 182 if (g_resourceMap.find(KEY_TAG_DEFAULT_NTF_TITLE) != g_resourceMap.end() &&
in SetTitleAndTextForOtherNotificationId() 183 g_resourceMap in SetTitleAndTextForOtherNotificationId() [all...] |
Completed in 1 milliseconds