Home
last modified time | relevance | path

Searched refs:lastCallTime_ (Results 1 - 2 of 2) sorted by relevance

/base/customization/enterprise_device_management/services/edm/include/
H A Denterprise_device_mgr_ability.h151 std::chrono::system_clock::time_point lastCallTime_; member in OHOS::EDM::EnterpriseDeviceMgrAbility
/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp397 lastCallTime_ = std::chrono::system_clock::now(); in InitAllPlugins()
419 auto diffTime = std::chrono::duration_cast<std::chrono::milliseconds>(now - lastCallTime_).count(); in UnloadPluginTask()

Completed in 3 milliseconds