Home
last modified time | relevance | path

Searched defs:collect (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_switch_collect_test.cpp81 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
100 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
134 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
150 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
167 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
184 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
205 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
224 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
245 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
261 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
[all …]
H A Ddevice_timed_collect_test.cpp69 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
88 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
107 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
126 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
145 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
164 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
183 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
270 sptr<DeviceStatusCollectManager> collect = nullptr; variable
289 sptr<DeviceStatusCollectManager> collect = nullptr; variable
309 sptr<DeviceStatusCollectManager> collect = nullptr; variable
[all …]
H A Ddevice_networking_collect_test.cpp116 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
148 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
182 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
221 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
258 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
296 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
334 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
351 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
371 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
389 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
[all …]
H A Dcommon_event_collect_test.cpp143 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
169 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
319 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
335 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
381 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
399 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
416 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
434 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
455 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
482 sptr<DeviceStatusCollectManager> collect = new DeviceStatusCollectManager(); variable
[all …]
H A Ddevice_param_collect_test.cpp253 sptr<DeviceParamCollect> collect = new DeviceParamCollect(report); variable
H A Ddevice_status_collect_manager_test.cpp51 sptr<DeviceStatusCollectManager> collect; variable
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dio_collector_test.cpp97 std::shared_ptr<IoCollector> collect = IoCollector::Create(); variable
110 std::shared_ptr<IoCollector> collect = IoCollector::Create(); variable
125 std::shared_ptr<IoCollector> collect = IoCollector::Create(); variable
149 std::shared_ptr<IoCollector> collect = IoCollector::Create(); variable
171 std::shared_ptr<IoCollector> collect = IoCollector::Create(); variable
184 std::shared_ptr<IoCollector> collect = IoCollector::Create(); variable
199 std::shared_ptr<IoCollector> collect = IoCollector::Create(); variable
212 std::shared_ptr<IoCollector> collect = IoCollector::Create(); variable
227 std::shared_ptr<IoCollector> collect = IoCollector::Create(); variable
249 std::shared_ptr<IoCollector> collect = IoCollector::Create(); variable
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_networking_collect.h29 explicit DeviceStateCallback(const sptr<ICollectPlugin>& collect) : collect_(collect) {} in DeviceStateCallback()
79 WorkHandler(const sptr<DeviceNetworkingCollect>& collect) : collect_(collect) in WorkHandler()
H A Dcommon_event_collect.h95 CommonHandler(const sptr<CommonEventCollect>& collect) :commonCollect_(collect) in CommonHandler()
/ohos5.0/build/templates/metadata/
H A Dgen_module_info.py104 symlink_target, install_enable, collect, notice, args): argument
/ohos5.0/base/update/packaging_tools/
H A Dupdate_package.py22 import collections as collect namespace
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp605 const sptr<CommonEventCollect>& collect) in CommonEventSubscriber()
612 auto collect = collect_.promote(); in OnReceiveEvent() local