Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dstandby_service_errors.h64 ERR_STANDBY_PLUGIN_NOT_AVAILABLE, enumerator
123 {ERR_STANDBY_PLUGIN_NOT_AVAILABLE, "Plugin of standby service is not available."},
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp286 return ERR_STANDBY_PLUGIN_NOT_AVAILABLE; in RegisterPlugin()