Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm/include/
H A Denterprise_device_mgr_ability.h159 std::condition_variable waitSignal_; variable
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp394 waitSignal_.notify_one(); in InitAllPlugins()
410waitSignal_.wait_for(lock, std::chrono::milliseconds(TIMER_TIMEOUT), [this] { return this->notifyS… in UnloadPluginTask()
626 waitSignal_.notify_one(); in OnStop()