/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_switch_collect_test.cpp | 81 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 D | device_timed_collect_test.cpp | 69 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 D | device_networking_collect_test.cpp | 116 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 D | common_event_collect_test.cpp | 143 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 D | device_param_collect_test.cpp | 253 sptr<DeviceParamCollect> collect = new DeviceParamCollect(report); variable
|
H A D | device_status_collect_manager_test.cpp | 51 sptr<DeviceStatusCollectManager> collect; variable
|
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/ |
H A D | io_collector_test.cpp | 97 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 D | device_networking_collect.h | 29 explicit DeviceStateCallback(const sptr<ICollectPlugin>& collect) : collect_(collect) {} in DeviceStateCallback() 79 WorkHandler(const sptr<DeviceNetworkingCollect>& collect) : collect_(collect) in WorkHandler()
|
H A D | common_event_collect.h | 95 CommonHandler(const sptr<CommonEventCollect>& collect) :commonCollect_(collect) in CommonHandler()
|
/ohos5.0/build/templates/metadata/ |
H A D | gen_module_info.py | 104 symlink_target, install_enable, collect, notice, args): argument
|
/ohos5.0/base/update/packaging_tools/ |
H A D | update_package.py | 22 import collections as collect namespace
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | common_event_collect.cpp | 605 const sptr<CommonEventCollect>& collect) in CommonEventSubscriber() 612 auto collect = collect_.promote(); in OnReceiveEvent() local
|