Searched defs:eventKey (Results 1 – 10 of 10) sorted by relevance
48 jerry_value_t eventKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("on")); in SetUp() local
45 jerry_value_t eventKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("on")); in SetUp() local
784 for (uint32_t eventKey = 0; eventKey < KEY_CNT; eventKey++) { in GetEventKeys() local
985 …virtual bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &comm… in GetAllCommonEventInfo()
2779 void InnerBundleInfo::GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &co… in GetCommonEvents() argument
2434 bool BundleMgrHostImpl::GetAllCommonEventInfo(const std::string &eventKey, in GetAllCommonEventInfo()
4863 bool BundleDataMgr::GetAllCommonEventInfo(const std::string &eventKey, in GetAllCommonEventInfo()
2632 bool BundleMgrProxy::GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo… in GetAllCommonEventInfo()
2210 std::string eventKey = data.ReadString(); in HandleGetAllCommonEventInfo() local
1815 std::string eventKey = "eventKey"; variable