Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_errors.h46 E_BUNDLE_OR_ABILITY_NAME_ERR, enumerator
82 …{E_BUNDLE_OR_ABILITY_NAME_ERR, "The bundleName and abilityName cannot be empty and must be string.…
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp71 …::string bundleName = GetStringProperty(env, objValue, "bundleName", E_BUNDLE_OR_ABILITY_NAME_ERR); in GetBaseWorkInfo()
72 …string abilityName = GetStringProperty(env, objValue, "abilityName", E_BUNDLE_OR_ABILITY_NAME_ERR); in GetBaseWorkInfo()
75 HandleParamErr(env, E_BUNDLE_OR_ABILITY_NAME_ERR); in GetBaseWorkInfo()