Home
last modified time | relevance | path

Searched refs:deviceStateCallback (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Ddev_manager.cpp107 auto deviceStateCallback = std::make_shared<DMStateCallback>(SoftBusAdapter::GetInstance()); in Init() local
112 status = deviceManager.RegisterDevStateCallback(PKG_NAME, "", deviceStateCallback); in Init()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_notify.cpp1578 * 2. RegisterDeviceStateCallback with pkgName and deviceStateCallback
1579 * 3. RegisterDiscoverCallback with pkgName and deviceStateCallback and subscribeId
1597 // 2. RegisterDeviceStateCallback with pkgName and deviceStateCallback in HWTEST_F()
1599 std::shared_ptr<DeviceStateCallback> deviceStateCallback = std::make_shared<DeviceStateCallbackTest>(count1); in HWTEST_F() local
1601 DeviceManagerNotify::GetInstance().RegisterDeviceStateCallback(pkgName, deviceStateCallback); in HWTEST_F()
1604 // 3. RegisterDiscoverCallback with pkgName and deviceStateCallback and subscribeId in HWTEST_F()
1620 // 5. RegisterPublishCallback with pkgName and deviceStateCallback and subscribeId in HWTEST_F()
1646 * 2. RegisterDeviceStateCallback with pkgName and deviceStateCallback
1647 * 3. RegisterDiscoverCallback with pkgName and deviceStateCallback and subscribeId
1665 // 2. RegisterDeviceStateCallback with pkgName and deviceStateCallback in HWTEST_F()
1667 std::shared_ptr<DeviceStateCallback> deviceStateCallback = std::make_shared<DeviceStateCallbackTest>(count1); HWTEST_F() local
1731 std::shared_ptr<DeviceStateCallback> deviceStateCallback = std::make_shared<DeviceStateCallbackTest>(count[1]); HWTEST_F() local
1782 std::shared_ptr<DeviceStateCallback> deviceStateCallback = std::make_shared<DeviceStateCallbackTest>(count[1]); HWTEST_F() local
1836 std::shared_ptr<DeviceStateCallback> deviceStateCallback = std::make_shared<DeviceStateCallbackTest>(count1); HWTEST_F() local
1898 std::shared_ptr<DeviceStateCallback> deviceStateCallback = std::make_shared<DeviceStateCallbackTest>(count1); HWTEST_F() local
[all...]

Completed in 4 milliseconds