Home
last modified time | relevance | path

Searched refs:DeviceParamCollect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_param_collect_test.cpp68 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 …]
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_param_collect.cpp34 DeviceParamCollect* deviceParamCollect = static_cast<DeviceParamCollect*>(context); in DeviceParamCallback()
41 DeviceParamCollect::DeviceParamCollect(const sptr<IReport>& report) in DeviceParamCollect() function in OHOS::DeviceParamCollect
46 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()
H A Ddevice_status_collect_manager.cpp43 sptr<ICollectPlugin> deviceParamCollect = new DeviceParamCollect(this); in Init()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_param_collect.h25 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_;