Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/unittest/
H A Ddevice_manager_impl_test.cpp164 testPublishCallback_ = std::make_shared<DevicePublishCallback>(); in HWTEST_F()
170 int32_t ret = DeviceManager::GetInstance().PublishDeviceDiscovery(packName, publishInfo, testPublishCallback_); in HWTEST_F()
179 testPublishCallback_ = std::make_shared<DevicePublishCallback>(); in HWTEST_F()
185 int32_t ret = DeviceManager::GetInstance().PublishDeviceDiscovery(packName, publishInfo, testPublishCallback_); in HWTEST_F()
H A Ddevice_manager_impl_test.h38 std::shared_ptr<PublishCallback> testPublishCallback_ = nullptr; member in OHOS::DistributedHardware::DeviceManagerImplTest

Completed in 2 milliseconds