Searched refs:DeviceParamCollect (Results 1 – 4 of 4) sorted by relevance
68 std::make_shared<DeviceParamCollect>(report);90 std::make_shared<DeviceParamCollect>(report);112 std::make_shared<DeviceParamCollect>(report);127 sptr<DeviceParamCollect> deviceParamCollect = new DeviceParamCollect(report);144 sptr<DeviceParamCollect> deviceParamCollect = new DeviceParamCollect(report);161 sptr<DeviceParamCollect> deviceParamCollect = new DeviceParamCollect(report);181 std::make_shared<DeviceParamCollect>(report);198 std::make_shared<DeviceParamCollect>(report);214 std::make_shared<DeviceParamCollect>(report);231 std::make_shared<DeviceParamCollect>(report);[all …]
34 DeviceParamCollect* deviceParamCollect = static_cast<DeviceParamCollect*>(context); in DeviceParamCallback()41 DeviceParamCollect::DeviceParamCollect(const sptr<IReport>& report) in DeviceParamCollect() function in OHOS::DeviceParamCollect46 bool DeviceParamCollect::CheckCondition(const OnDemandCondition& condition) in CheckCondition()52 void DeviceParamCollect::Init(const std::list<SaProfile>& saProfiles) in Init()70 int32_t DeviceParamCollect::OnStart() in OnStart()80 int32_t DeviceParamCollect::OnStop() in OnStop()86 void DeviceParamCollect::WatchParameters() in WatchParameters()101 int32_t DeviceParamCollect::AddCollectEvent(const OnDemandEvent& event) in AddCollectEvent()116 int32_t DeviceParamCollect::RemoveUnusedEvent(const OnDemandEvent& event) in RemoveUnusedEvent()157 void SystemAbilityStatusChange::Init(const sptr<DeviceParamCollect>& deviceParamCollect) in Init()
43 sptr<ICollectPlugin> deviceParamCollect = new DeviceParamCollect(this); in Init()
25 class DeviceParamCollect : public ICollectPlugin {27 explicit DeviceParamCollect(const sptr<IReport>& report);28 ~DeviceParamCollect() = default;46 void Init(const sptr<DeviceParamCollect>& deviceParamCollect);48 sptr<DeviceParamCollect> deviceParamCollect_;