Lines Matching refs:std
52 virtual void OnAddSystemAbility(int32_t systemAbilityId, const std::string& deviceId) override;
59 int32_t Dump(int fd, const std::vector<std::u16string> &args) override;
66 std::string GetTechnology() override;
75 bool ChangePath(const std::string path);
76 BatteryError SetBatteryConfig(const std::string& sceneName, const std::string& value) override;
77 BatteryError GetBatteryConfig(const std::string& sceneName, std::string& result) override;
78 BatteryError IsBatteryConfigSupported(const std::string& sceneName, bool& result) override;
87 void MockUevent(const std::string& uevent);
93 bool FillCommonEvent(std::string& ueventName, std::string& type);
113 static std::atomic_bool isBootCompleted_;
114 std::shared_mutex mutex_;
115 std::unique_ptr<BatteryNotify> batteryNotify_ { nullptr };