Home
last modified time | relevance | path

Searched refs:DeviceStateCallback (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_notify_two.cpp443 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 DUTTest_device_manager_notify.cpp451 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 DUTTest_device_manager_impl.h64 class DeviceStateCallbackTest : public DeviceStateCallback {
66 DeviceStateCallbackTest() : DeviceStateCallback() {} in DeviceStateCallbackTest()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_networking_collect.cpp59 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 Ddevice_networking_collect.h27 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 Ddevice_manager_notify.h43 …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 Ddp_device_manager.h55 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 Ddevice_manager_callback.h33 class DeviceStateCallback {
35 virtual ~DeviceStateCallback() in ~DeviceStateCallback()
H A Ddevice_manager.h49 std::shared_ptr<DeviceStateCallback> callback) in RegisterDevStateCallback()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/dm_adapter/
H A Ddm_adapter.h38 std::shared_ptr<DistributedHardware::DeviceStateCallback> deviceStateCallback_;
39 class DpDeviceStateCallback : public DistributedHardware::DeviceStateCallback {
/ohos5.0/foundation/distributedhardware/device_manager/test/smallunittest/
H A Ddevice_manager_linux_test.h42 class DmDeviceStateCallbackTest : public DeviceStateCallback {
44 DmDeviceStateCallbackTest() : DeviceStateCallback() {} in DmDeviceStateCallbackTest()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/adapter/
H A Ddnetwork_adapter.h75 std::shared_ptr<DistributedHardware::DeviceStateCallback> stateCallback_;
81 class DmsDeviceStateCallback : public DistributedHardware::DeviceStateCallback {
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Ddevice_manager_impl_mock.h37 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 Ddevice_manager_callback.h34 class DeviceStateCallback {
36 virtual ~DeviceStateCallback() in ~DeviceStateCallback()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/
H A Ddevice_manager_notify.cpp57 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 Dsoft_bus_device_connection_listener.h35 class SoftBusDeviceConnectionListener final : public DistributedHardware::DeviceStateCallback {
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_device_callback.h26 class DistributedDeviceCallback : public DistributedHardware::DeviceStateCallback {
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_device_manager_impl.cpp56 std::shared_ptr<DeviceStateCallback> callback) in RegisterDevStateCallback()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/accessmanager/
H A Daccess_manager.h32 public DeviceStateCallback {
/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/binding/include/
H A Ddm_binding_internal.h48 class DmDeviceStateCallback : public OHOS::DistributedHardware::DeviceStateCallback {
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H A Dauthenticate_device_fuzzer.cpp45 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 Ddevice_manager_fa_test.cpp61 class DeviceStateCallbackTest : public DeviceStateCallback {
63 DeviceStateCallbackTest() : DeviceStateCallback() {} in DeviceStateCallbackTest()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_networking_collect_test.cpp355 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 Dddm_adapter_impl.h79 class DmBoardStateCb final : public DistributedHardware::DeviceStateCallback {
/ohos5.0/base/msdp/device_status/intention/adapters/ddm_adapter/include/
H A Dddm_adapter_impl.h79 class DmBoardStateCb final : public DistributedHardware::DeviceStateCallback {

12