Home
last modified time | relevance | path

Searched refs:RemovePublishCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H A Dauthenticate_device_fuzzer.cpp324 DeviceManagerImpl::GetInstance().RemovePublishCallback("test"); in AuthenticateDeviceFourthFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager_impl.h413 int32_t RemovePublishCallback(const std::string &pkgName);
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1741 publishId = RemovePublishCallback(pkgName); in StopAdvertising()
1911 int32_t DeviceManagerImpl::RemovePublishCallback(const std::string &pkgName) in RemovePublishCallback() function in OHOS::DistributedHardware::DeviceManagerImpl
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl.cpp2394 ret = DeviceManagerImpl::GetInstance().RemovePublishCallback(pkgName);