Home
last modified time | relevance | path

Searched refs:INTERNAL_ERROR (Results 1 - 16 of 16) sorted by relevance

/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/
H A Ddomain_verifier.cpp50 responseCode < OHOS::NetStack::HttpClient::ResponseCode::INTERNAL_ERROR) { in GetVerifyStatusFromHttpError()
54 if (responseCode >= OHOS::NetStack::HttpClient::ResponseCode::INTERNAL_ERROR) { in GetVerifyStatusFromHttpError()
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dconstant.h47 static constexpr const char *INTERNAL_ERROR_NAME = "INTERNAL_ERROR";
58 INTERNAL_ERROR, enumerator
/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_response.h58 INTERNAL_ERROR = 500, enumerator
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h56 INTERNAL_ERROR = 500, member in OHOS::NetStack::Http::ResponseCode
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h146 INTERNAL_ERROR = 500, member in OHOS::NetStack::Http::ResponseCode
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp156 result = GattStatus::INTERNAL_ERROR; in Connect()
164 if (GattStatus::INTERNAL_ERROR == result) { in Connect()
182 ret = GattStatus::INTERNAL_ERROR; in Disconnect()
747 return GattStatus::INTERNAL_ERROR; in DoConnect()
779 result = GattStatus::INTERNAL_ERROR; in DoConnect()
791 int result = GattStatus::INTERNAL_ERROR; in DoConnectComplete()
827 int result = GattStatus::INTERNAL_ERROR; in DoDisconnectComplete()
849 return GattStatus::INTERNAL_ERROR; in DoRequestConnectionPriority()
H A Dgatt_cache.cpp267 return GattStatus::INTERNAL_ERROR; in WriteStorageBlobToFile()
272 return GattStatus::INTERNAL_ERROR; in WriteStorageBlobToFile()
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_module.cpp152 NapiUtils::CreateUint32(env, static_cast<uint32_t>(MDnsErr::INTERNAL_ERROR))), in InitMDnsModule()
H A Dmdns_callback_observer.cpp37 return static_cast<int32_t>(MDnsErr::INTERNAL_ERROR); in ErrorCodeTrans()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_constants.h262 INTERNAL_ERROR, member in OHOS::AppExecFwk::Constants::Dimension::PublishFormErrorCode
/foundation/ability/form_fwk/frameworks/js/napi/form_info/
H A Djs_form_info.cpp190 napi_set_named_property(engine, objValue, "INTERNAL_ERROR", in CreateJsPublishFormErrorCode()
191 CreateJsValue(engine, AppExecFwk::Constants::PublishFormErrorCode::INTERNAL_ERROR)); in CreateJsPublishFormErrorCode()
/foundation/bundlemanager/app_domain_verify/test/unittest/verifier/
H A Ddomain_verifier_test.cpp73 DomainVerifier::GetVerifyStatusFromHttpError(OHOS::NetStack::HttpClient::ResponseCode::INTERNAL_ERROR)); in HWTEST_F()
/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp182 DECLARE_RESPONSE_CODE(INTERNAL_ERROR),
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h295 INTERNAL_ERROR, enumerator
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h319 INTERNAL_ERROR, enumerator
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp523 formErrorCode > static_cast<int32_t>(Constants::PublishFormErrorCode::INTERNAL_ERROR)) { in ParseParameter()

Completed in 20 milliseconds