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.cpp74 deviceParamCollect->pendingParams_.clear();
75 deviceParamCollect->Init(SaProfiles);
96 deviceParamCollect->pendingParams_.clear();
97 deviceParamCollect->Init(SaProfiles);
113 int32_t ret = deviceParamCollect->OnStop();
129 statusChangeListener->Init(deviceParamCollect);
216 deviceParamCollect->params_.insert(TEST_NAME);
217 deviceParamCollect->RemoveUnusedEvent(event);
234 deviceParamCollect->WatchParameters();
236 deviceParamCollect->RemoveUnusedEvent(event);
[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() local
35 if (deviceParamCollect == nullptr) { in DeviceParamCallback()
38 deviceParamCollect->ReportEvent(event); in DeviceParamCallback()
157 void SystemAbilityStatusChange::Init(const sptr<DeviceParamCollect>& deviceParamCollect) in Init() argument
159 deviceParamCollect_ = deviceParamCollect; in Init()
H A Ddevice_status_collect_manager.cpp43 sptr<ICollectPlugin> deviceParamCollect = new DeviceParamCollect(this); in Init() local
44 deviceParamCollect->Init(saProfiles); in Init()
45 collectPluginMap_[PARAM] = deviceParamCollect; in Init()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_param_collect.h46 void Init(const sptr<DeviceParamCollect>& deviceParamCollect);