Home
last modified time | relevance | path

Searched refs:AddDiscoveryCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H A Dauthenticate_device_fuzzer.cpp321 DeviceManagerImpl::GetInstance().AddDiscoveryCallback("test", nullptr); in AuthenticateDeviceFourthFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager_impl.h410 …uint16_t AddDiscoveryCallback(const std::string &pkgName, std::shared_ptr<DiscoveryCallback> callb…
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1555 uint16_t subscribeId = AddDiscoveryCallback(pkgName, callback); in StartDiscovering()
1634 uint16_t subscribeId = AddDiscoveryCallback(pkgName, callback); in RegisterDiscoveryCallback()
1865 uint16_t DeviceManagerImpl::AddDiscoveryCallback(const std::string &pkgName, in AddDiscoveryCallback() function in OHOS::DistributedHardware::DeviceManagerImpl