Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm/include/
H A Denterprise_device_mgr_ability.h157 bool notifySignal_ = false; variable
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp393 notifySignal_ = true; in InitAllPlugins()
409 notifySignal_ = false; in UnloadPluginTask()
410 …_.wait_for(lock, std::chrono::milliseconds(TIMER_TIMEOUT), [this] { return this->notifySignal_; }); in UnloadPluginTask()
625 notifySignal_ = true; in OnStop()