Searched refs:hasKey (Results 1 – 11 of 11) sorted by relevance
59 bool EseConfig::hasKey(const std::string& key) { in hasKey() function in EseConfig60 return getInstance().config_.hasKey(key); in hasKey()69 if (hasKey(key)) return getString(key); in getString()79 if (hasKey(key)) return getUnsigned(key); in getUnsigned()
41 static bool hasKey(const std::string& key);
111 CHECK(!hasKey(key)); in parseFromString()118 bool ConfigFile::hasKey(const std::string& key) { in hasKey() function in ConfigFile
45 bool hasKey(const std::string& key);
125 if (mDeviceNode->hasKey(BTN_MOUSE) in createMappers()143 if (mDeviceNode->hasKey(BTN_TOUCH) || !haveGamepadButtons) { in createMappers()148 } else if (mDeviceNode->hasKey(BTN_TOUCH) in createMappers()154 } else if ((mDeviceNode->hasAbsoluteAxis(ABS_PRESSURE) || mDeviceNode->hasKey(BTN_TOUCH)) in createMappers()
79 if (devNode->hasKey(codeMap[i].scancode)) { in configureInputReport()
79 virtual bool hasKey(int32_t key) const = 0;
91 virtual bool hasKey(int32_t key) const override;259 bool EvdevDeviceNode::hasKey(int32_t key) const { in hasKey() function in android::EvdevDeviceNode
100 if (EseConfig::hasKey(NAME_NXP_WTX_COUNT_VALUE)) { in phNxpEse_init()108 if (EseConfig::hasKey(NAME_NXP_MAX_RNACK_RETRY)) { in phNxpEse_init()117 if (EseConfig::hasKey(NAME_NXP_SPI_INTF_RST_ENABLE)) { in phNxpEse_init()186 if (EseConfig::hasKey(NAME_NXP_TP_MEASUREMENT)) { in phNxpEse_open()196 if (EseConfig::hasKey(NAME_NXP_POWER_SCHEME)) { in phNxpEse_open()363 if (EseConfig::hasKey(NAME_NXP_POWER_SCHEME)) { in phNxpEse_openPrioSession()373 if (EseConfig::hasKey(NAME_NXP_TP_MEASUREMENT)) { in phNxpEse_openPrioSession()710 if (EseConfig::hasKey(NAME_NXP_POWER_SCHEME)) { in phNxpEse_resetJcopUpdate()
134 if (EseConfig::hasKey(NAME_NXP_SOF_WRITE)) { in phPalEse_spi_open_and_configure()140 if (EseConfig::hasKey(NAME_NXP_SPI_WRITE_TIMEOUT)) { in phPalEse_spi_open_and_configure()
55 virtual bool hasKey(int32_t key) const override { return mKeys.count(key); } in hasKey() function