/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_notify_two.cpp | 443 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 481 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 521 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 561 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 601 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 641 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 679 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 719 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 759 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 799 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; [all …]
|
H A D | UTTest_device_manager_notify.cpp | 451 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 479 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 505 std::shared_ptr<DeviceStateCallback> callback = nullptr; 507 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 539 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 575 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 612 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 650 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 690 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; 736 std::shared_ptr<DeviceStateCallback> checkMap = nullptr; [all …]
|
H A D | UTTest_device_manager_impl.h | 64 class DeviceStateCallbackTest : public DeviceStateCallback { 66 DeviceStateCallbackTest() : DeviceStateCallback() {} in DeviceStateCallbackTest()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_networking_collect.cpp | 59 stateCallback_ = std::make_shared<DeviceStateCallback>(this); in OnStart() 193 void DeviceStateCallback::OnDeviceOnline(const DmDeviceInfo& deviceInfo) in OnDeviceOnline() 210 void DeviceStateCallback::OnDeviceOffline(const DmDeviceInfo& deviceInfo) in OnDeviceOffline() 231 void DeviceStateCallback::ClearDeviceOnlineSet() in ClearDeviceOnlineSet() 237 bool DeviceStateCallback::IsOnline() in IsOnline() 243 void DeviceStateCallback::UpdateDeviceOnlineSet(const std::string& deviceId) in UpdateDeviceOnlineSet() 249 void DeviceStateCallback::OnDeviceChanged(const DmDeviceInfo& deviceInfo) in OnDeviceChanged() 254 void DeviceStateCallback::OnDeviceReady(const DmDeviceInfo& deviceInfo) in OnDeviceReady()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_networking_collect.h | 27 class DeviceStateCallback : public DistributedHardware::DeviceStateCallback { 29 explicit DeviceStateCallback(const sptr<ICollectPlugin>& collect) : collect_(collect) {} in DeviceStateCallback() function 30 ~DeviceStateCallback() = default; 66 std::shared_ptr<DeviceStateCallback> stateCallback_;
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/notify/ |
H A D | device_manager_notify.h | 43 …sterDeviceStateCallback(const std::string &pkgName, std::shared_ptr<DeviceStateCallback> callback); 77 …oid DeviceInfoOnline(const DmDeviceInfo &deviceInfo, std::shared_ptr<DeviceStateCallback> tempCbk); 78 …id DeviceInfoOffline(const DmDeviceInfo &deviceInfo, std::shared_ptr<DeviceStateCallback> tempCbk); 79 …id DeviceInfoChanged(const DmDeviceInfo &deviceInfo, std::shared_ptr<DeviceStateCallback> tempCbk); 80 …static void DeviceInfoReady(const DmDeviceInfo &deviceInfo, std::shared_ptr<DeviceStateCallback> t… 124 std::map<std::string, std::shared_ptr<DeviceStateCallback>> deviceStateCallback_;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/ |
H A D | dp_device_manager.h | 55 std::shared_ptr<DistributedHardware::DeviceStateCallback> GetStateCallback(); 72 std::shared_ptr<DistributedHardware::DeviceStateCallback> stateCallback_; 81 class DpDeviceStateCallback : public DistributedHardware::DeviceStateCallback {
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/ |
H A D | device_manager_callback.h | 33 class DeviceStateCallback { 35 virtual ~DeviceStateCallback() in ~DeviceStateCallback()
|
H A D | device_manager.h | 49 std::shared_ptr<DeviceStateCallback> callback) in RegisterDevStateCallback()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/dm_adapter/ |
H A D | dm_adapter.h | 38 std::shared_ptr<DistributedHardware::DeviceStateCallback> deviceStateCallback_; 39 class DpDeviceStateCallback : public DistributedHardware::DeviceStateCallback {
|
/ohos5.0/foundation/distributedhardware/device_manager/test/smallunittest/ |
H A D | device_manager_linux_test.h | 42 class DmDeviceStateCallbackTest : public DeviceStateCallback { 44 DmDeviceStateCallbackTest() : DeviceStateCallback() {} in DmDeviceStateCallbackTest()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/adapter/ |
H A D | dnetwork_adapter.h | 75 std::shared_ptr<DistributedHardware::DeviceStateCallback> stateCallback_; 81 class DmsDeviceStateCallback : public DistributedHardware::DeviceStateCallback {
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ |
H A D | device_manager_impl_mock.h | 37 const std::string &extra, std::shared_ptr<DeviceStateCallback> callback) = 0; 54 const std::string &extra, std::shared_ptr<DeviceStateCallback> callback));
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | device_manager_callback.h | 34 class DeviceStateCallback { 36 virtual ~DeviceStateCallback() in ~DeviceStateCallback()
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/ |
H A D | device_manager_notify.cpp | 57 std::shared_ptr<DeviceStateCallback> callback) in RegisterDeviceStateCallback() 271 std::shared_ptr<DeviceStateCallback> tempCbk; in OnDeviceOnline() 337 std::shared_ptr<DeviceStateCallback> tempCbk; in OnDeviceOffline() 403 std::shared_ptr<DeviceStateCallback> tempCbk; in OnDeviceChanged() 469 std::shared_ptr<DeviceStateCallback> tempCbk; in OnDeviceReady() 1012 …ify::DeviceInfoOnline(const DmDeviceInfo &deviceInfo, std::shared_ptr<DeviceStateCallback> tempCbk) in DeviceInfoOnline() 1018 std::shared_ptr<DeviceStateCallback> tempCbk) in DeviceInfoOffline() 1024 std::shared_ptr<DeviceStateCallback> tempCbk) in DeviceInfoChanged() 1029 …tify::DeviceInfoReady(const DmDeviceInfo &deviceInfo, std::shared_ptr<DeviceStateCallback> tempCbk) in DeviceInfoReady()
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_device_connection_listener.h | 35 class SoftBusDeviceConnectionListener final : public DistributedHardware::DeviceStateCallback {
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/ |
H A D | distributed_device_callback.h | 26 class DistributedDeviceCallback : public DistributedHardware::DeviceStateCallback {
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/ |
H A D | mock_device_manager_impl.cpp | 56 std::shared_ptr<DeviceStateCallback> callback) in RegisterDevStateCallback()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/accessmanager/ |
H A D | access_manager.h | 32 public DeviceStateCallback {
|
/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/binding/include/ |
H A D | dm_binding_internal.h | 48 class DmDeviceStateCallback : public OHOS::DistributedHardware::DeviceStateCallback {
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/ |
H A D | authenticate_device_fuzzer.cpp | 45 class DeviceStateCallbackTest : public DeviceStateCallback { 47 DeviceStateCallbackTest() : DeviceStateCallback() {} in DeviceStateCallbackTest() 168 std::shared_ptr<DeviceStateCallback> g_stateCallback = std::make_shared<DeviceStateCallbackTest>();
|
/ohos5.0/foundation/distributedhardware/device_manager/test/benchmarktest/device_manager_fa_test/ |
H A D | device_manager_fa_test.cpp | 61 class DeviceStateCallbackTest : public DeviceStateCallback { 63 DeviceStateCallbackTest() : DeviceStateCallback() {} in DeviceStateCallbackTest()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_networking_collect_test.cpp | 355 networkingCollect->stateCallback_ = std::make_shared<DeviceStateCallback>(networkingCollect); 393 networkingCollect->stateCallback_ = std::make_shared<DeviceStateCallback>(networkingCollect); 431 networkingCollect->stateCallback_ = std::make_shared<DeviceStateCallback>(networkingCollect);
|
/ohos5.0/foundation/multimodalinput/input/intention/adapters/ddm_adapter/include/ |
H A D | ddm_adapter_impl.h | 79 class DmBoardStateCb final : public DistributedHardware::DeviceStateCallback {
|
/ohos5.0/base/msdp/device_status/intention/adapters/ddm_adapter/include/ |
H A D | ddm_adapter_impl.h | 79 class DmBoardStateCb final : public DistributedHardware::DeviceStateCallback {
|