Home
last modified time | relevance | path

Searched refs:ERR_GET_SYSTEM_ABILITY_MANAGER_FAILED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dbundle_state_inner_errors.h95 ERR_GET_SYSTEM_ABILITY_MANAGER_FAILED = 1000000301, enumerator
115 …{ERR_GET_SYSTEM_ABILITY_MANAGER_FAILED, "System service operation failed. Failed to get system abi…
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_client.cpp41 return ERR_GET_SYSTEM_ABILITY_MANAGER_FAILED; in GetBundleActiveProxy()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_state_common.cpp358 if (errCode < ERR_GET_SYSTEM_ABILITY_MANAGER_FAILED) { in GetReflectErrCode()