Home
last modified time | relevance | path

Searched refs:ERROR_DISTRIBUTED_SERVICE_NOT_RUNNING (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_error.h51 constexpr ErrCode ERROR_DISTRIBUTED_SERVICE_NOT_RUNNING = 17700027; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dbundle_errors.h49 constexpr ErrCode ERROR_DISTRIBUTED_SERVICE_NOT_RUNNING = 17700027; variable
H A Dbusiness_error.cpp188 { ERROR_DISTRIBUTED_SERVICE_NOT_RUNNING, ERROR_MSG_DISTRIBUTED_SERVICE_NOT_RUNNING },
H A Dcommon_func.cpp104 { ERROR_DISTRIBUTED_SERVICE_NOT_RUNNING, ERROR_DISTRIBUTED_SERVICE_NOT_RUNNING },
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/
H A Ddistributed_bundle.cpp218 return ERROR_DISTRIBUTED_SERVICE_NOT_RUNNING; in InnerGetRemoteAbilityInfo()