/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/ |
H A D | domain_verifier.cpp | 50 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 D | constant.h | 47 static constexpr const char *INTERNAL_ERROR_NAME = "INTERNAL_ERROR"; 58 INTERNAL_ERROR, enumerator
|
/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_response.h | 58 INTERNAL_ERROR = 500, enumerator
|
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/ |
H A D | constant.h | 56 INTERNAL_ERROR = 500, member in OHOS::NetStack::Http::ResponseCode
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | constant.h | 146 INTERNAL_ERROR = 500, member in OHOS::NetStack::Http::ResponseCode
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.cpp | 156 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 D | gatt_cache.cpp | 267 return GattStatus::INTERNAL_ERROR; in WriteStorageBlobToFile() 272 return GattStatus::INTERNAL_ERROR; in WriteStorageBlobToFile()
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/ |
H A D | mdns_module.cpp | 152 NapiUtils::CreateUint32(env, static_cast<uint32_t>(MDnsErr::INTERNAL_ERROR))), in InitMDnsModule()
|
H A D | mdns_callback_observer.cpp | 37 return static_cast<int32_t>(MDnsErr::INTERNAL_ERROR); in ErrorCodeTrans()
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_constants.h | 262 INTERNAL_ERROR, member in OHOS::AppExecFwk::Constants::Dimension::PublishFormErrorCode
|
/foundation/ability/form_fwk/frameworks/js/napi/form_info/ |
H A D | js_form_info.cpp | 190 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 D | domain_verifier_test.cpp | 73 DomainVerifier::GetVerifyStatusFromHttpError(OHOS::NetStack::HttpClient::ResponseCode::INTERNAL_ERROR)); in HWTEST_F()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/ |
H A D | http_module.cpp | 182 DECLARE_RESPONSE_CODE(INTERNAL_ERROR),
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 295 INTERNAL_ERROR, enumerator
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_def.h | 319 INTERNAL_ERROR, enumerator
|
/foundation/ability/form_fwk/frameworks/js/napi/form_host/ |
H A D | js_form_host.cpp | 523 formErrorCode > static_cast<int32_t>(Constants::PublishFormErrorCode::INTERNAL_ERROR)) { in ParseParameter()
|