Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dmine_softbus_listener.cpp84 std::condition_variable g_publishLnnNotify; variable
196 g_publishLnnNotify.notify_one(); in OnPublishResult()
613 if (!g_publishLnnNotify.wait_for(locker, timeout, [] { return g_publishLnnFlag; })) { in PublishDeviceDiscovery()