Home
last modified time | relevance | path

Searched refs:E_INTERNAL_ERR (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/app_domain_verify/frameworks/common/include/
H A Dapp_domain_verify_parcel_util.h42 return CommonErrorCode::E_INTERNAL_ERR; \
50 return CommonErrorCode::E_INTERNAL_ERR; \
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include/
H A Dcomm_define.h23 E_INTERNAL_ERR = 29900001, enumerator
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/src/
H A Dapp_domain_verify_mgr_client.cpp300 return CommonErrorCode::E_INTERNAL_ERR; in QueryAssociatedDomains()
311 return CommonErrorCode::E_INTERNAL_ERR; in QueryAssociatedBundleNames()
/foundation/bundlemanager/app_domain_verify/services/src/manager/core/
H A Dapp_domain_verify_mgr_service.cpp208 return dataManager_->QueryAssociatedDomains(bundleName, domains) ? E_OK : E_INTERNAL_ERR; in QueryAssociatedDomains()
219 return dataManager_->QueryAssociatedBundleNames(domain, bundleNames) ? E_OK : E_INTERNAL_ERR; in QueryAssociatedBundleNames()
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dapp_domain_verify_manager_napi.cpp30 { CommonErrorCode::E_PARAM_ERROR, "Parameter error." }, { CommonErrorCode::E_INTERNAL_ERR, "Internal error." } };
/foundation/bundlemanager/app_domain_verify/services/src/manager/zidl/
H A Dapp_domain_verify_mgr_service_proxy.cpp315 return E_INTERNAL_ERR; in QueryAssociatedBundleNames()

Completed in 3 milliseconds