Searched defs:eventKey (Results 1 – 13 of 13) 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
70 const std::string &eventKey, const std::string &defaultValue) in GetAccountEventStr()
56 const std::string &eventKey, const std::string &defaultValue) in GetAccountEventStr()
67 const std::string &eventKey, const std::string &defaultValue) in GetAccountEventStr()
784 for (uint32_t eventKey = 0; eventKey < KEY_CNT; eventKey++) { in GetEventKeys() local
986 …virtual bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &comm… in GetAllCommonEventInfo()
2783 void InnerBundleInfo::GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &co… in GetCommonEvents() argument
2493 bool BundleMgrHostImpl::GetAllCommonEventInfo(const std::string &eventKey, in GetAllCommonEventInfo()
4898 bool BundleDataMgr::GetAllCommonEventInfo(const std::string &eventKey, in GetAllCommonEventInfo()
2600 bool BundleMgrProxy::GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo… in GetAllCommonEventInfo()
2221 std::string eventKey = data.ReadString(); in HandleGetAllCommonEventInfo() local
1816 std::string eventKey = "eventKey"; variable