Lines Matching refs:std
64 int32_t GetConfig(const std::string &module, SharingDataGroupByModule::Ptr &values);
65 int32_t GetConfig(const std::string &module, const std::string &tag, SharingDataGroupByTag::Ptr &values);
66 int32_t GetConfig(const std::string &module, const std::string &tag, const std::string &key,
70 int32_t SetConfig(const std::string &module, const SharingDataGroupByModule::Ptr &values);
71 int32_t SetConfig(const std::string &module, const std::string &tag, const SharingDataGroupByTag::Ptr &values);
72 int32_t SetConfig(const std::string &module, const std::string &tag, const std::string &key,
83 std::shared_mutex mutex_;
84 std::string fileName_ = "/etc/sharing_config.json";
87 SharingData::Ptr datas_ = std::make_shared<SharingData>();