Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 - 25 of 836) sorted by relevance

12345678910>>...34

/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H A Dability_callback_utils.cpp19 std::string ObtainErrorMessage(uint8_t errorCode) in ObtainErrorMessage() argument
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_callback_utils.cpp19 std::string ObtainErrorMessage(uint8_t errorCode) in ObtainErrorMessage() argument
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dthird_accessibility_manager.h29 SendAccessibilityAsyncEvent( const ArkUI_AccessibilityEventInfo& accessibilityEvent, void (*callback)(int32_t errorCode)) SendAccessibilityAsyncEvent() argument
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_volume_manager_impl.cpp30 int64_t MMAAudioVolumeManagerImpl::GetVolumeGroupManager(int32_t groupId, int32_t *errorCode) in GetVolumeGroupManager() argument
H A Dmultimedia_audio_manager_impl.cpp43 int64_t MMAAudioManagerImpl::GetStreamManger(int32_t *errorCode) in GetStreamManger() argument
55 int64_t MMAAudioManagerImpl::GetRoutingManager(int32_t *errorCode) in GetRoutingManager() argument
66 int64_t MMAAudioManagerImpl::GetVolumeManager(int32_t *errorCode) in GetVolumeManager() argument
H A Dmultimedia_audio_stream_manager_callback.cpp36 int32_t *errorCode = nullptr; in OnCapturerStateChange() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_register_font_test.cpp41 uint32_t errorCode = OH_Drawing_RegisterFont(fontCollection, g_fontFamily, g_fontPath); in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_error.cpp57 const std::optional<JsErrorCode> GetJsErrorCode(int32_t errorCode) in GetJsErrorCode() argument
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Dnapi_preferences_error.cpp29 const std::optional<JsErrorCode> GetJsErrorCode(int32_t errorCode) in GetJsErrorCode() argument
/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdbimpl_fuzzer/
H A Drdbimpl_fuzzer.cpp25 int errorCode = E_ERROR; in RdbStoreImplFuzz() local
/foundation/barrierfree/accessibility/services/test/mock/distributeddatamgr/src/
H A Dmock_preferences_helper.cpp21 std::string PreferencesHelper::GetRealPath(const std::string& path, int& errorCode) in GetRealPath() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dlibrary_windows.cpp48 DWORD errorCode = GetLastError(); in LibraryWindows() local
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_native.cpp79 auto errorCode = InitializeInner(); in Initialize() local
86 VideoProcessing_ErrorCode errorCode; in Deinitialize() local
[all...]
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_depth_data_callback_proxy.cpp26 int32_t HStreamDepthDataCallbackProxy::OnDepthDataError(int32_t errorCode) in OnDepthDataError() argument
H A Dhcapture_session_callback_proxy.cpp26 int32_t HCaptureSessionCallbackProxy::OnError(int32_t errorCode) in OnError() argument
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcapture_session_callback_stub.cpp43 int32_t errorCode = data.ReadInt32(); in HandleSessionOnError() local
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_security_utils.cpp27 int32_t errorCode = CameraErrorCode::NO_SYSTEM_APP_PERMISSION; in CheckSystemApp() local
/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcamera_input.cpp63 Camera_ErrorCode errorCode = cameraInput->OpenSecureCamera(secureSeqId); in OH_CameraInput_OpenSecureCamera() local
/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_ndk_screen_capture.cpp24 void TestScreenCaptureNdkCallback::OnError(OH_AVScreenCapture *screenCapture, int32_t errorCode) in OnError() argument
/foundation/window/window_manager/previewer/mock/
H A Djs_err_utils.h28 static inline napi_value CreateJsError(napi_env env, const WMError& errorCode, std::string msg = "") in CreateJsError() argument
33 static inline napi_value CreateJsError(napi_env env, const WmErrorCode& errorCode, std::string msg = "") in CreateJsError() argument
38 static inline napi_value CreateJsError(napi_env env, const DMError& errorCode, std::string msg = "") in CreateJsError() argument
43 static inline napi_value CreateJsError(napi_env env, const DmErrorCode& errorCode, std::string msg = "") in CreateJsError() argument
74 static std::string GetErrorMsg(const WMError& errorCode) in GetErrorMsg() argument
79 static std::string GetErrorMsg(const WmErrorCode& errorCode) in GetErrorMsg() argument
84 static std::string GetErrorMsg(const DMError& errorCode) in GetErrorMsg() argument
89 static std::string GetErrorMsg(const DmErrorCode& errorCode) in GetErrorMsg() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetfirewall_hisysevent_test.cpp38 int32_t errorCode = FIREWALL_SUCCESS; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/bpf_core_test/
H A DBpfErrorTest.cpp46 int errorCode = req.GetErrorCode(); in HWTEST_F() local
55 int errorCode = req.GetErrorCode(); in HWTEST_F() local
81 int errorCode = req.GetErrorCode(); in HWTEST_F() local
90 int errorCode = req.GetErrorCode(); in HWTEST_F() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_core_test/
H A DNetSysErrorTest.cpp46 int errorCode = req.GetErrorCode(); in HWTEST_F() local
55 int errorCode = req.GetErrorCode(); in HWTEST_F() local
81 int errorCode = req.GetErrorCode(); in HWTEST_F() local
90 int errorCode = req.GetErrorCode(); in HWTEST_F() local
/foundation/communication/netmanager_base/utils/errorcode_utils/src/
H A Derrorcode_convertor.cpp189 std::string NetBaseErrorCodeConvertor::ConvertErrorCode(int32_t &errorCode) in ConvertErrorCode() argument
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_core_test/
H A DVpnErrorTest.cpp46 int errorCode = req.GetErrorCode(); in HWTEST_F() local
55 int errorCode = req.GetErrorCode(); in HWTEST_F() local
81 int errorCode = req.GetErrorCode(); in HWTEST_F() local
90 int errorCode = req.GetErrorCode(); in HWTEST_F() local

Completed in 7 milliseconds

12345678910>>...34