Searched refs:WakeupActionSource (Results 1 – 4 of 4) sorted by relevance
34 class WakeupActionSource {39 explicit WakeupActionSource(std::string scene, uint32_t action) in WakeupActionSource() function44 ~WakeupActionSource() = default;65 void PutSource(const std::string& key, std::shared_ptr<WakeupActionSource>& source);66 std::map<std::string, std::shared_ptr<WakeupActionSource>> GetSourceMap();69 std::map<std::string, std::shared_ptr<WakeupActionSource>> sourceMap_;
114 Json::Value sceneValue = valueObj[WakeupActionSource::SCENE_KEY]; in ParseSourcesProc()115 Json::Value actionValue = valueObj[WakeupActionSource::ACTION_KEY]; in ParseSourcesProc()130 …std::shared_ptr<WakeupActionSource> wakeupActionSource = std::make_shared<WakeupActionSource>(scen… in ParseSourcesProc()
33 void WakeupActionSources::PutSource(const std::string& key, std::shared_ptr<WakeupActionSource>& so… in PutSource()39 std::map<std::string, std::shared_ptr<WakeupActionSource>> WakeupActionSources::GetSourceMap() in GetSourceMap()
46 std::map<std::string, std::shared_ptr<WakeupActionSource>> sourceMap_;