Home
last modified time | relevance | path

Searched defs:deviceParamCollect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_param_collect_test.cpp67 std::shared_ptr<DeviceParamCollect> deviceParamCollect = variable
89 std::shared_ptr<DeviceParamCollect> deviceParamCollect = variable
111 std::shared_ptr<DeviceParamCollect> deviceParamCollect = variable
127 sptr<DeviceParamCollect> deviceParamCollect = new DeviceParamCollect(report); variable
144 sptr<DeviceParamCollect> deviceParamCollect = new DeviceParamCollect(report); variable
180 std::shared_ptr<DeviceParamCollect> deviceParamCollect = variable
197 std::shared_ptr<DeviceParamCollect> deviceParamCollect = variable
213 std::shared_ptr<DeviceParamCollect> deviceParamCollect = variable
230 std::shared_ptr<DeviceParamCollect> deviceParamCollect = variable
251 std::shared_ptr<DeviceParamCollect> deviceParamCollect = variable
[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
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() local